Class RegionalMigDistributionPolicy
To be used for specifying the intended distribution of regional compute.googleapis.com/InstanceGroupManager instances
Implements
Inherited Members
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1beta2.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1beta2.dll
Syntax
public class RegionalMigDistributionPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetShape
The shape in which the group converges around distribution of resources. Instance of proto2 enum
Declaration
[JsonProperty("targetShape")]
public virtual int? TargetShape { get; set; }
Property Value
Type | Description |
---|---|
int? |
Zones
Cloud zones used by regional MIG to create instances.
Declaration
[JsonProperty("zones")]
public virtual IList<ZoneConfiguration> Zones { get; set; }
Property Value
Type | Description |
---|---|
IList<ZoneConfiguration> |