Uses of Class
org.jclouds.googlecomputeengine.domain.Zone.Status

Packages that use Zone.Status
org.jclouds.googlecomputeengine.domain   
 

Uses of Zone.Status in org.jclouds.googlecomputeengine.domain
 

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

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Zone.Status
 Zone.Builder Zone.Builder.status(Zone.Status status)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.