Uses of Class
org.jclouds.vcloud.domain.network.IpAddressAllocationMode

Packages that use IpAddressAllocationMode
org.jclouds.vcloud.compute.options   
org.jclouds.vcloud.compute.strategy   
org.jclouds.vcloud.domain   
org.jclouds.vcloud.domain.network   
org.jclouds.vcloud.xml   
 

Uses of IpAddressAllocationMode in org.jclouds.vcloud.compute.options
 

Methods in org.jclouds.vcloud.compute.options that return IpAddressAllocationMode
 IpAddressAllocationMode VCloudTemplateOptions.getIpAddressAllocationMode()
           
 

Methods in org.jclouds.vcloud.compute.options with parameters of type IpAddressAllocationMode
 VCloudTemplateOptions VCloudTemplateOptions.ipAddressAllocationMode(IpAddressAllocationMode ipAddressAllocationMode)
          Specifies the ipAddressAllocationMode used to for network interfaces on the VMs
static VCloudTemplateOptions VCloudTemplateOptions.Builder.ipAddressAllocationMode(IpAddressAllocationMode ipAddressAllocationMode)
           
 

Uses of IpAddressAllocationMode in org.jclouds.vcloud.compute.strategy
 

Methods in org.jclouds.vcloud.compute.strategy with parameters of type IpAddressAllocationMode
 void InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.ensureVmHasAllocationModeOrPooled(VApp vApp, IpAddressAllocationMode ipAllocationMode)
           
 

Uses of IpAddressAllocationMode in org.jclouds.vcloud.domain
 

Methods in org.jclouds.vcloud.domain that return IpAddressAllocationMode
 IpAddressAllocationMode NetworkConnection.getIpAddressAllocationMode()
           
 

Methods in org.jclouds.vcloud.domain with parameters of type IpAddressAllocationMode
 NetworkConnection.Builder NetworkConnection.Builder.ipAddressAllocationMode(IpAddressAllocationMode ipAddressAllocationMode)
           
 

Constructors in org.jclouds.vcloud.domain with parameters of type IpAddressAllocationMode
NetworkConnection(String network, int networkConnectionIndex, String ipAddress, String externalIpAddress, boolean connected, String MACAddress, IpAddressAllocationMode ipAddressAllocationMode)
           
 

Uses of IpAddressAllocationMode in org.jclouds.vcloud.domain.network
 

Methods in org.jclouds.vcloud.domain.network that return IpAddressAllocationMode
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.
 

Uses of IpAddressAllocationMode in org.jclouds.vcloud.xml
 

Fields in org.jclouds.vcloud.xml declared as IpAddressAllocationMode
protected  IpAddressAllocationMode NetworkConnectionHandler.ipAddressAllocationMode
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.