Uses of Class
org.jclouds.vcloud.terremark.domain.IpAddress.Status

Packages that use IpAddress.Status
org.jclouds.vcloud.terremark.domain   
 

Uses of IpAddress.Status in org.jclouds.vcloud.terremark.domain
 

Methods in org.jclouds.vcloud.terremark.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.vcloud.terremark.domain with parameters of type IpAddress.Status
IpAddress(String address, IpAddress.Status status, String server)
           
 



Copyright © 2009-2010 jclouds. All Rights Reserved.