Uses of Class
org.jclouds.trmk.vcloud_0_8.domain.NetworkExtendedInfo.Type

Packages that use NetworkExtendedInfo.Type
org.jclouds.trmk.vcloud_0_8.domain   
 

Uses of NetworkExtendedInfo.Type in org.jclouds.trmk.vcloud_0_8.domain
 

Methods in org.jclouds.trmk.vcloud_0_8.domain that return NetworkExtendedInfo.Type
static NetworkExtendedInfo.Type NetworkExtendedInfo.Type.fromValue(String type)
           
 NetworkExtendedInfo.Type NetworkExtendedInfo.getNetworkType()
           
static NetworkExtendedInfo.Type NetworkExtendedInfo.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NetworkExtendedInfo.Type[] NetworkExtendedInfo.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jclouds.trmk.vcloud_0_8.domain with parameters of type NetworkExtendedInfo.Type
NetworkExtendedInfo(String id, URI href, String name, String rnatAddress, String address, String broadcastAddress, String gatewayAddress, NetworkExtendedInfo.Type networkType, String vlan, String friendlyName)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.