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

Attributes

  • accessControl (ResourceAccessControl): The Access Control Policy to set on this resource after updating the resource itself. Defaults to: null.
  • error (ResourceUpdateError): Defaults to: null.
  • finalProperties (String.t): Output only. The expanded properties of the resource with reference values expanded. Returned as serialized YAML. Defaults to: null.
  • intent (String.t): Output only. The intent of the resource: PREVIEW, UPDATE, or CANCEL. Defaults to: null.
  • manifest (String.t): Output only. URL of the manifest representing the update configuration of this resource. Defaults to: null.
  • properties (String.t): Output only. The set of updated properties for this resource, before references are expanded. Returned as serialized YAML. Defaults to: null.
  • state (String.t): Output only. The state of the resource. Defaults to: null.
  • warnings ([OperationWarnings]): Output only. If warning messages are generated during processing of this resource, this field will be populated. 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.ResourceUpdate{
  accessControl: GoogleApi.DeploymentManager.V2.Model.ResourceAccessControl.t(),
  error: GoogleApi.DeploymentManager.V2.Model.ResourceUpdateError.t(),
  finalProperties: any(),
  intent: any(),
  manifest: any(),
  properties: any(),
  state: any(),
  warnings: [GoogleApi.DeploymentManager.V2.Model.OperationWarnings.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.