View Source GoogleApi.BackupDR.V1.Model.RegionalMigDistributionPolicy (google_api_backup_dr v0.13.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.BackupDR.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.BackupDR.V1.Model.RegionalMigDistributionPolicy{ targetShape: integer() | nil, zones: [GoogleApi.BackupDR.V1.Model.ZoneConfiguration.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.