public class Compute.Zones
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.Zones.Get |
class |
Compute.Zones.List |
Constructor and Description |
---|
Compute.Zones() |
Modifier and Type | Method and Description |
---|---|
Compute.Zones.Get |
get(java.lang.String project,
java.lang.String zone)
Returns the specified zone resource.
|
Compute.Zones.List |
list(java.lang.String project)
Retrieves the list of zone resources available to the specified project.
|
public Compute.Zones.Get get(java.lang.String project, java.lang.String zone) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- Name of the zone resource to return.java.io.IOException
public Compute.Zones.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.java.io.IOException