GoogleApi.WorkloadManager.V1.Model.CloudResource (google_api_workload_manager v0.12.0)

View Source

The resource on GCP

Attributes

  • instanceProperties (type: GoogleApi.WorkloadManager.V1.Model.InstanceProperties.t, default: nil) - Output only. All instance properties.
  • kind (type: String.t, default: nil) - Output only. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
  • name (type: String.t, default: nil) - Output only. resource name

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.CloudResource{
  instanceProperties:
    GoogleApi.WorkloadManager.V1.Model.InstanceProperties.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.