GoogleApi.WorkloadManager.V1.Model.CloudResource (google_api_workload_manager v0.12.0)
View SourceThe 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
@type t() :: %GoogleApi.WorkloadManager.V1.Model.CloudResource{ instanceProperties: GoogleApi.WorkloadManager.V1.Model.InstanceProperties.t() | nil, kind: String.t() | nil, name: String.t() | nil }