Uses of Class
org.jclouds.vcloud.director.v1_5.domain.network.NetworkConnection.IpAddressAllocationMode

Packages that use NetworkConnection.IpAddressAllocationMode
org.jclouds.vcloud.director.v1_5.domain.network   
 

Uses of NetworkConnection.IpAddressAllocationMode in org.jclouds.vcloud.director.v1_5.domain.network
 

Fields in org.jclouds.vcloud.director.v1_5.domain.network declared as NetworkConnection.IpAddressAllocationMode
protected  NetworkConnection.IpAddressAllocationMode NetworkConnection.ipAddressAllocationMode
           
 

Fields in org.jclouds.vcloud.director.v1_5.domain.network with type parameters of type NetworkConnection.IpAddressAllocationMode
static List<NetworkConnection.IpAddressAllocationMode> NetworkConnection.IpAddressAllocationMode.ALL
           
protected static Map<String,NetworkConnection.IpAddressAllocationMode> NetworkConnection.IpAddressAllocationMode.IP_ADDRESS_ALLOCATION_MODE_BY_ID
           
 

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

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

Constructors in org.jclouds.vcloud.director.v1_5.domain.network with parameters of type NetworkConnection.IpAddressAllocationMode
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.