Uses of Class
org.jclouds.trmk.vcloud_0_8.domain.IpAddress.Status

Packages that use IpAddress.Status
org.jclouds.trmk.vcloud_0_8.domain   
 

Uses of IpAddress.Status in org.jclouds.trmk.vcloud_0_8.domain
 

Methods in org.jclouds.trmk.vcloud_0_8.domain that return IpAddress.Status
static IpAddress.Status IpAddress.Status.fromValue(String status)
           
 IpAddress.Status IpAddress.getStatus()
           
static IpAddress.Status IpAddress.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IpAddress.Status[] IpAddress.Status.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 IpAddress.Status
IpAddress(String address, IpAddress.Status status, String server)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.