Modifier and Type | Class and Description |
---|---|
class |
Compute.InstantSnapshots.AggregatedList |
class |
Compute.InstantSnapshots.Delete |
class |
Compute.InstantSnapshots.Get |
class |
Compute.InstantSnapshots.GetIamPolicy |
class |
Compute.InstantSnapshots.Insert |
class |
Compute.InstantSnapshots.List |
class |
Compute.InstantSnapshots.SetIamPolicy |
class |
Compute.InstantSnapshots.SetLabels |
class |
Compute.InstantSnapshots.TestIamPermissions |
Constructor and Description |
---|
InstantSnapshots() |
Modifier and Type | Method and Description |
---|---|
Compute.InstantSnapshots.AggregatedList |
aggregatedList(String project)
Retrieves an aggregated list of instantSnapshots.
|
Compute.InstantSnapshots.Delete |
delete(String project,
String zone,
String instantSnapshot)
Deletes the specified InstantSnapshot resource.
|
Compute.InstantSnapshots.Get |
get(String project,
String zone,
String instantSnapshot)
Returns the specified InstantSnapshot resource in the specified zone.
|
Compute.InstantSnapshots.GetIamPolicy |
getIamPolicy(String project,
String zone,
String resource)
Gets the access control policy for a resource.
|
Compute.InstantSnapshots.Insert |
insert(String project,
String zone,
InstantSnapshot content)
Creates an instant snapshot in the specified zone.
|
Compute.InstantSnapshots.List |
list(String project,
String zone)
Retrieves the list of InstantSnapshot resources contained within the specified zone.
|
Compute.InstantSnapshots.SetIamPolicy |
setIamPolicy(String project,
String zone,
String resource,
ZoneSetPolicyRequest content)
Sets the access control policy on the specified resource.
|
Compute.InstantSnapshots.SetLabels |
setLabels(String project,
String zone,
String resource,
ZoneSetLabelsRequest content)
Sets the labels on a instantSnapshot in the given zone.
|
Compute.InstantSnapshots.TestIamPermissions |
testIamPermissions(String project,
String zone,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.InstantSnapshots.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
public Compute.InstantSnapshots.Delete delete(String project, String zone, String instantSnapshot) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.instantSnapshot
- Name of the InstantSnapshot resource to delete.IOException
public Compute.InstantSnapshots.Get get(String project, String zone, String instantSnapshot) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.instantSnapshot
- Name of the InstantSnapshot resource to return.IOException
public Compute.InstantSnapshots.GetIamPolicy getIamPolicy(String project, String zone, String resource) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.resource
- Name or id of the resource for this request.IOException
public Compute.InstantSnapshots.Insert insert(String project, String zone, InstantSnapshot content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- Name of the zone for this request.content
- the InstantSnapshot
IOException
public Compute.InstantSnapshots.List list(String project, String zone) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.IOException
public Compute.InstantSnapshots.SetIamPolicy setIamPolicy(String project, String zone, String resource, ZoneSetPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.resource
- Name or id of the resource for this request.content
- the ZoneSetPolicyRequest
IOException
public Compute.InstantSnapshots.SetLabels setLabels(String project, String zone, String resource, ZoneSetLabelsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.resource
- Name or id of the resource for this request.content
- the ZoneSetLabelsRequest
IOException
public Compute.InstantSnapshots.TestIamPermissions testIamPermissions(String project, String zone, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.resource
- Name or id of the resource for this request.content
- the TestPermissionsRequest
IOException
Copyright © 2011–2024 Google. All rights reserved.