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

Attributes

  • fingerprint (type: String.t, default: nil) - The fingerprint of the target pools information. Use this optional property to prevent conflicts when multiple users change the target pools settings concurrently. Obtain the fingerprint with the instanceGroupManagers.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.
  • targetPools (type: list(String.t), default: nil) - The list of target pool URLs that instances in this managed instance group belong to. The managed instance group applies these target pools to all of the instances in the group. Existing instances and new instances in the group all receive these target pool settings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceGroupManagersSetTargetPoolsRequest{
  fingerprint: String.t() | nil,
  targetPools: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.