Struct google_deploymentmanager2::DeploymentsCancelPreviewRequest [] [src]

pub struct DeploymentsCancelPreviewRequest {
    pub fingerprint: Option<String>,
}

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Specifies a fingerprint for cancelPreview() requests. A fingerprint is a randomly generated value that must be provided in cancelPreview() requests to perform optimistic locking. This ensures optimistic concurrency so that the deployment does not have conflicting requests (e.g. if someone attempts to make a new update request while another user attempts to cancel a preview, this would prevent one of the requests).

The fingerprint is initially generated by Deployment Manager and changes after every request to modify a deployment. To get the latest fingerprint value, perform a get() request on the deployment.

Trait Implementations

impl Debug for DeploymentsCancelPreviewRequest
[src]

Formats the value using the given formatter.

impl Clone for DeploymentsCancelPreviewRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DeploymentsCancelPreviewRequest
[src]

Returns the "default value" for a type. Read more

impl RequestValue for DeploymentsCancelPreviewRequest
[src]