View Source GoogleApi.Memcache.V1.Model.RegionalMigDistributionPolicy (google_api_memcache v0.24.0)
To be used for specifying the intended distribution of regional compute.googleapis.com/InstanceGroupManager instances
Attributes
-
targetShape
(type:integer()
, default:nil
) - The shape in which the group converges around distribution of resources. Instance of proto2 enum -
zones
(type:list(GoogleApi.Memcache.V1.Model.ZoneConfiguration.t)
, default:nil
) - Cloud zones used by regional MIG to create instances.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Memcache.V1.Model.RegionalMigDistributionPolicy{ targetShape: integer() | nil, zones: [GoogleApi.Memcache.V1.Model.ZoneConfiguration.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.