View Source GoogleApi.Compute.V1.Model.InstanceGroupManagerAllInstancesConfig (google_api_compute v0.56.2)

Attributes

  • properties (type: GoogleApi.Compute.V1.Model.InstancePropertiesPatch.t, default: nil) - Properties to set on all instances in the group. You can add or modify properties using the instanceGroupManagers.patch or regionInstanceGroupManagers.patch. After setting allInstancesConfig on the group, you must update the group's instances to apply the configuration. To apply the configuration, set the group's updatePolicy.type field to use proactive updates or use the applyUpdatesToInstances method.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceGroupManagerAllInstancesConfig{
  properties: GoogleApi.Compute.V1.Model.InstancePropertiesPatch.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.