| Package | Description |
|---|---|
| org.jclouds.vcloud.director.v1_5.domain.network |
| Modifier and Type | Field and Description |
|---|---|
protected NetworkConnection.IpAddressAllocationMode |
NetworkConnection.ipAddressAllocationMode |
| Modifier and Type | Field and Description |
|---|---|
static List<NetworkConnection.IpAddressAllocationMode> |
NetworkConnection.IpAddressAllocationMode.ALL |
protected static Map<String,NetworkConnection.IpAddressAllocationMode> |
NetworkConnection.IpAddressAllocationMode.IP_ADDRESS_ALLOCATION_MODE_BY_ID |
| Modifier and Type | Method and Description |
|---|---|
static NetworkConnection.IpAddressAllocationMode |
NetworkConnection.IpAddressAllocationMode.fromValue(String value) |
NetworkConnection.IpAddressAllocationMode |
NetworkConnection.getIpAddressAllocationMode()
Gets the value of the ipAddressAllocationMode property.
|
static NetworkConnection.IpAddressAllocationMode |
NetworkConnection.IpAddressAllocationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkConnection.IpAddressAllocationMode[] |
NetworkConnection.IpAddressAllocationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkConnection.Builder |
NetworkConnection.Builder.ipAddressAllocationMode(NetworkConnection.IpAddressAllocationMode ipAddressAllocationMode) |
| Constructor and Description |
|---|
NetworkConnection(int networkConnectionIndex,
String ipAddress,
String externalIpAddress,
boolean connected,
String macAddress,
NetworkConnection.IpAddressAllocationMode ipAddressAllocationMode,
String network,
Boolean needsCustomization) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.