GoogleApi.Compute.V1.Model.DistributionPolicy (google_api_compute v0.47.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.DistributionPolicy{
targetShape: String.t() | nil,
zones:
[GoogleApi.Compute.V1.Model.DistributionPolicyZoneConfiguration.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.