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

Packages that use IpAddressAllocationModeType
com.vmware.vcloud.sdk   
com.vmware.vcloud.sdk.constants   
 

Uses of IpAddressAllocationModeType in com.vmware.vcloud.sdk
 

Constructors in com.vmware.vcloud.sdk with parameters of type IpAddressAllocationModeType
VirtualNetworkCard(Integer nicId, Boolean isConnected, String networkName, Boolean isPrimaryNetworkConnection, IpAddressAllocationModeType ipAddressingMode, String ipAddress)
          Creating a Virtual Network card of default E1000 adapter type.
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 IpAddressAllocationModeType in com.vmware.vcloud.sdk.constants
 

Methods in com.vmware.vcloud.sdk.constants that return IpAddressAllocationModeType
static IpAddressAllocationModeType IpAddressAllocationModeType.fromValue(String value)
           
static IpAddressAllocationModeType IpAddressAllocationModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IpAddressAllocationModeType[] IpAddressAllocationModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2016. All Rights Reserved.