|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetworkAdapterType | |
|---|---|
| com.vmware.vcloud.sdk | |
| com.vmware.vcloud.sdk.constants | |
| Uses of NetworkAdapterType in com.vmware.vcloud.sdk |
|---|
| Constructors in com.vmware.vcloud.sdk with parameters of type NetworkAdapterType | |
|---|---|
VirtualNetworkCard(Integer nicId,
Boolean isConnected,
String networkName,
Boolean isPrimaryNetworkConnection,
IpAddressAllocationModeType ipAddressingMode,
String ipAddress,
NetworkAdapterType adapterType)
Creating a Virtual Network card of defined adapter type |
|
| Uses of NetworkAdapterType in com.vmware.vcloud.sdk.constants |
|---|
| Methods in com.vmware.vcloud.sdk.constants that return NetworkAdapterType | |
|---|---|
static NetworkAdapterType |
NetworkAdapterType.fromValue(String value)
|
static NetworkAdapterType |
NetworkAdapterType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NetworkAdapterType[] |
NetworkAdapterType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||