google_api_deployment_manager v0.1.0 GoogleApi.DeploymentManager.V2.Model.Deployment View Source

Attributes

  • description (String.t): An optional user-provided description of the deployment. Defaults to: null.
  • fingerprint (binary()): 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. Defaults to: null.
  • id (String.t): Output only. Unique identifier for the resource; defined by the server. Defaults to: null.
  • insertTime (String.t): Output only. Timestamp when the deployment was created, in RFC3339 text format . Defaults to: null.
  • labels ([DeploymentLabelEntry]): Map of 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? Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)? Defaults to: null.
  • manifest (String.t): Output only. URL of the manifest representing the last manifest that was successfully deployed. Defaults to: null.
  • name (String.t): 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? 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. Defaults to: null.
  • operation (Operation): Output only. The Operation that most recently ran, or is currently running, on this deployment. Defaults to: null.
  • selfLink (String.t): Output only. Self link for the deployment. Defaults to: null.
  • target (TargetConfiguration): [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates. Defaults to: null.
  • update (DeploymentUpdate): Output only. If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.DeploymentManager.V2.Model.Deployment{
  description: any(),
  fingerprint: any(),
  id: any(),
  insertTime: any(),
  labels: [GoogleApi.DeploymentManager.V2.Model.DeploymentLabelEntry.t()],
  manifest: any(),
  name: any(),
  operation: GoogleApi.DeploymentManager.V2.Model.Operation.t(),
  selfLink: any(),
  target: GoogleApi.DeploymentManager.V2.Model.TargetConfiguration.t(),
  update: GoogleApi.DeploymentManager.V2.Model.DeploymentUpdate.t()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.