Package | Description |
---|---|
org.jclouds.vcloud.compute.options | |
org.jclouds.vcloud.compute.strategy | |
org.jclouds.vcloud.domain | |
org.jclouds.vcloud.domain.network | |
org.jclouds.vcloud.xml |
Modifier and Type | Method and Description |
---|---|
IpAddressAllocationMode |
VCloudTemplateOptions.getIpAddressAllocationMode() |
Modifier and Type | Method and Description |
---|---|
VCloudTemplateOptions |
VCloudTemplateOptions.ipAddressAllocationMode(IpAddressAllocationMode ipAddressAllocationMode)
Specifies the ipAddressAllocationMode used to for network interfaces on
the VMs
|
static VCloudTemplateOptions |
VCloudTemplateOptions.Builder.ipAddressAllocationMode(IpAddressAllocationMode ipAddressAllocationMode) |
Modifier and Type | Method and Description |
---|---|
void |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.ensureVmHasAllocationModeOrPooled(VApp vApp,
IpAddressAllocationMode ipAllocationMode) |
Modifier and Type | Method and Description |
---|---|
IpAddressAllocationMode |
NetworkConnection.getIpAddressAllocationMode() |
Modifier and Type | Method and Description |
---|---|
NetworkConnection.Builder |
NetworkConnection.Builder.ipAddressAllocationMode(IpAddressAllocationMode ipAddressAllocationMode) |
Constructor and Description |
---|
NetworkConnection(String network,
int networkConnectionIndex,
String ipAddress,
String externalIpAddress,
boolean connected,
String MACAddress,
IpAddressAllocationMode ipAddressAllocationMode) |
Modifier and Type | Method and Description |
---|---|
static IpAddressAllocationMode |
IpAddressAllocationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpAddressAllocationMode[] |
IpAddressAllocationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected IpAddressAllocationMode |
NetworkConnectionHandler.ipAddressAllocationMode |
Copyright © 2009-2013 jclouds. All Rights Reserved.