Uses of Class
org.jclouds.savvis.vpdc.domain.VDC.Status

Packages that use VDC.Status
org.jclouds.savvis.vpdc.domain   
 

Uses of VDC.Status in org.jclouds.savvis.vpdc.domain
 

Methods in org.jclouds.savvis.vpdc.domain that return VDC.Status
static VDC.Status VDC.Status.fromValue(String status)
           
 VDC.Status VDC.getStatus()
          
static VDC.Status VDC.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VDC.Status[] VDC.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.savvis.vpdc.domain with parameters of type VDC.Status
 VDC.Builder VDC.Builder.status(VDC.Status status)
           
 

Constructors in org.jclouds.savvis.vpdc.domain with parameters of type VDC.Status
VDC(String id, String name, String type, URI href, String description, VDC.Status status, Set<Resource> resourceEntities, Set<Resource> availableNetworks)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.