Uses of Class
com.vmware.vcloud.sdk.constants.NetworkAdapterType

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.
 



Copyright © 2016. All Rights Reserved.