Liking cljdoc? Tell your friends :D

happygapi.compute.regionInstantSnapshots

Compute Engine API: regionInstantSnapshots. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots

Compute Engine API: regionInstantSnapshots.
Creates and runs virtual machines on Google Cloud Platform. 
See: https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots
raw docstring

delete$clj

(delete$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/delete

Required parameters: instantSnapshot, project, region

Optional parameters: requestId

Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next corresponding instantSnapshot. For more information, see Deleting instantSnapshots.

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/delete

Required parameters: instantSnapshot, project, region

Optional parameters: requestId

Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next corresponding instantSnapshot. For more information, see Deleting instantSnapshots.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/get

Required parameters: instantSnapshot, project, region

Optional parameters: none

Returns the specified InstantSnapshot resource in the specified region.

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/get

Required parameters: instantSnapshot, project, region

Optional parameters: none

Returns the specified InstantSnapshot resource in the specified region.
sourceraw docstring

getIamPolicy$clj

(getIamPolicy$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/getIamPolicy

Required parameters: project, region, resource

Optional parameters: optionsRequestedPolicyVersion

Gets the access control policy for a resource. May be empty if no such policy or resource exists.

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/getIamPolicy

Required parameters: project, region, resource

Optional parameters: optionsRequestedPolicyVersion

Gets the access control policy for a resource. May be empty if no such policy or resource exists.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/insert

Required parameters: project, region

Optional parameters: requestId

Body:

{:description string, :labels {}, :sourceDiskId string, :architecture string, :creationTimestamp string, :resourceStatus {:storageSizeBytes string}, :satisfiesPzi boolean, :zone string, :name string, :sourceDisk string, :selfLink string, :region string, :selfLinkWithId string, :satisfiesPzs boolean, :status string, :id string, :kind string, :diskSizeGb string, :labelFingerprint string}

Creates an instant snapshot in the specified region.

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/insert

Required parameters: project, region

Optional parameters: requestId

Body: 

{:description string,
 :labels {},
 :sourceDiskId string,
 :architecture string,
 :creationTimestamp string,
 :resourceStatus {:storageSizeBytes string},
 :satisfiesPzi boolean,
 :zone string,
 :name string,
 :sourceDisk string,
 :selfLink string,
 :region string,
 :selfLinkWithId string,
 :satisfiesPzs boolean,
 :status string,
 :id string,
 :kind string,
 :diskSizeGb string,
 :labelFingerprint string}

Creates an instant snapshot in the specified region.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/list

Required parameters: project, region

Optional parameters: filter, maxResults, orderBy, pageToken, returnPartialSuccess

Retrieves the list of InstantSnapshot resources contained within the specified region.

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/list

Required parameters: project, region

Optional parameters: filter, maxResults, orderBy, pageToken, returnPartialSuccess

Retrieves the list of InstantSnapshot resources contained within the specified region.
sourceraw docstring

setIamPolicy$clj

(setIamPolicy$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/setIamPolicy

Required parameters: project, region, resource

Optional parameters: none

Body:

{:policy {:version integer, :bindings [Binding], :auditConfigs [AuditConfig], :rules [Rule], :etag string}, :bindings [{:role string, :members [string], :condition Expr, :bindingId string}], :etag string}

Sets the access control policy on the specified resource. Replaces any existing policy.

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/setIamPolicy

Required parameters: project, region, resource

Optional parameters: none

Body: 

{:policy {:version integer,
          :bindings [Binding],
          :auditConfigs [AuditConfig],
          :rules [Rule],
          :etag string},
 :bindings [{:role string,
             :members [string],
             :condition Expr,
             :bindingId string}],
 :etag string}

Sets the access control policy on the specified resource. Replaces any existing policy.
sourceraw docstring

setLabels$clj

(setLabels$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/setLabels

Required parameters: project, region, resource

Optional parameters: requestId

Body:

{:labels {}, :labelFingerprint string}

Sets the labels on a instantSnapshot in the given region. To learn more about labels, read the Labeling Resources documentation.

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/setLabels

Required parameters: project, region, resource

Optional parameters: requestId

Body: 

{:labels {}, :labelFingerprint string}

Sets the labels on a instantSnapshot in the given region. To learn more about labels, read the Labeling Resources documentation.
sourceraw docstring

testIamPermissions$clj

(testIamPermissions$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/testIamPermissions

Required parameters: project, region, resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified resource.

https://cloud.google.com/compute/api/reference/rest/v1/regionInstantSnapshots/testIamPermissions

Required parameters: project, region, resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns permissions that a caller has on the specified resource.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close