org.jclouds.googlecomputeengine.domain
Class Region
java.lang.Object
org.jclouds.googlecomputeengine.domain.Resource
org.jclouds.googlecomputeengine.domain.Region
@Beta
public final class Region
- extends Resource
Represents a region resource.
- Author:
- David Alves
- See Also:
| Nested classes/interfaces inherited from class org.jclouds.googlecomputeengine.domain.Resource |
Resource.Kind |
getStatus
public Region.Status getStatus()
- Returns:
- Status of the region. "UP" or "DOWN".
getZones
@Nullable
public Set<URI> getZones()
- Returns:
- the zones that can be used in this region.
getQuotas
public Set<Quota> getQuotas()
- Returns:
- quotas assigned to this project.
string
protected com.google.common.base.Objects.ToStringHelper string()
-
- Overrides:
string in class Resource
toString
public String toString()
-
- Overrides:
toString in class Resource
builder
public static Region.Builder builder()
toBuilder
public Region.Builder toBuilder()
- Overrides:
toBuilder in class Resource
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.