View Source GoogleApi.DeploymentManager.V2.Model.Deployment (google_api_deployment_manager v0.21.0)

Attributes

  • description (type: String.t, default: nil) - An optional user-provided description of the deployment.
  • fingerprint (type: String.t, default: nil) - Provides a fingerprint to use in requests to modify a deployment, such as update(), stop(), and cancelPreview() requests. A fingerprint is a randomly generated value that must be provided with update(), stop(), and cancelPreview() requests to perform optimistic locking. This ensures optimistic concurrency so that only one request happens at a time. The fingerprint is initially generated by Deployment Manager and changes after every request to modify data. To get the latest fingerprint value, perform a get() request to a deployment.
  • id (type: String.t, default: nil) -
  • insertTime (type: String.t, default: nil) - Output only. Creation timestamp in RFC3339 text format.
  • labels (type: list(GoogleApi.DeploymentManager.V2.Model.DeploymentLabelEntry.t), default: nil) - Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?.
  • manifest (type: String.t, default: nil) - Output only. URL of the manifest representing the last manifest that was successfully deployed. If no manifest has been successfully deployed, this field will be absent.
  • name (type: String.t, default: nil) - Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
  • operation (type: GoogleApi.DeploymentManager.V2.Model.Operation.t, default: nil) - Output only. The Operation that most recently ran, or is currently running, on this deployment.
  • selfLink (type: String.t, default: nil) - Output only. Server defined URL for the resource.
  • target (type: GoogleApi.DeploymentManager.V2.Model.TargetConfiguration.t, default: nil) - [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
  • update (type: GoogleApi.DeploymentManager.V2.Model.DeploymentUpdate.t, default: nil) - Output only. If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here.
  • updateTime (type: String.t, default: nil) - Output only. Update timestamp in RFC3339 text format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DeploymentManager.V2.Model.Deployment{
  description: String.t() | nil,
  fingerprint: String.t() | nil,
  id: String.t() | nil,
  insertTime: String.t() | nil,
  labels: [GoogleApi.DeploymentManager.V2.Model.DeploymentLabelEntry.t()] | nil,
  manifest: String.t() | nil,
  name: String.t() | nil,
  operation: GoogleApi.DeploymentManager.V2.Model.Operation.t() | nil,
  selfLink: String.t() | nil,
  target: GoogleApi.DeploymentManager.V2.Model.TargetConfiguration.t() | nil,
  update: GoogleApi.DeploymentManager.V2.Model.DeploymentUpdate.t() | nil,
  updateTime: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.