View Source GoogleApi.Compute.V1.Model.RegionInstanceGroupManagersSetTargetPoolsRequest (google_api_compute v0.56.0)

Attributes

  • fingerprint (type: String.t, default: nil) - Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
  • targetPools (type: list(String.t), default: nil) - The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.