GoogleApi.DeploymentManager.V2.Model.Resource (google_api_deployment_manager v0.17.0) View Source

Attributes

  • accessControl (type: GoogleApi.DeploymentManager.V2.Model.ResourceAccessControl.t, default: nil) - The Access Control Policy set on this resource.
  • finalProperties (type: String.t, default: nil) - Output only. The evaluated properties of the resource with references expanded. Returned as serialized YAML.
  • id (type: String.t, default: nil) -
  • insertTime (type: String.t, default: nil) - Output only. Creation timestamp in RFC3339 text format.
  • manifest (type: String.t, default: nil) - Output only. URL of the manifest representing the current configuration of this resource.
  • name (type: String.t, default: nil) - Output only. The name of the resource as it appears in the YAML config.
  • properties (type: String.t, default: nil) - Output only. The current properties of the resource before any references have been filled in. Returned as serialized YAML.
  • type (type: String.t, default: nil) - Output only. The type of the resource, for example compute.v1.instance, or cloudfunctions.v1beta1.function.
  • update (type: GoogleApi.DeploymentManager.V2.Model.ResourceUpdate.t, default: nil) - Output only. If Deployment Manager is currently updating or previewing an update to this resource, the updated configuration appears here.
  • updateTime (type: String.t, default: nil) - Output only. Update timestamp in RFC3339 text format.
  • url (type: String.t, default: nil) - Output only. The URL of the actual resource.
  • warnings (type: list(GoogleApi.DeploymentManager.V2.Model.ResourceWarnings.t), default: nil) - Output only. If warning messages are generated during processing of this resource, this field will be populated.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DeploymentManager.V2.Model.Resource{
  accessControl: GoogleApi.DeploymentManager.V2.Model.ResourceAccessControl.t(),
  finalProperties: String.t(),
  id: String.t(),
  insertTime: String.t(),
  manifest: String.t(),
  name: String.t(),
  properties: String.t(),
  type: String.t(),
  update: GoogleApi.DeploymentManager.V2.Model.ResourceUpdate.t(),
  updateTime: String.t(),
  url: String.t(),
  warnings: [GoogleApi.DeploymentManager.V2.Model.ResourceWarnings.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.