GoogleApi.Compute.V1.Model.InstanceGroupManagerResourcePolicies (google_api_compute v0.71.0)
View SourceAttributes
-
workloadPolicy
(type:String.t
, default:nil
) - The URL of the workload policy that is specified for this managed instance group. It can be a full or partial URL. For example, the following are all valid URLs to a workload policy: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.InstanceGroupManagerResourcePolicies{ workloadPolicy: String.t() | nil }