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

Attributes

  • targetShape (type: String.t, default: nil) - The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
  • zones (type: list(GoogleApi.Compute.V1.Model.DistributionPolicyZoneConfiguration.t), default: nil) - Zones where the regional managed instance group will create and manage its instances.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.DistributionPolicy{
  targetShape: String.t() | nil,
  zones:
    [GoogleApi.Compute.V1.Model.DistributionPolicyZoneConfiguration.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.