Class DistributionPolicy
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class DistributionPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetShape
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
Declaration
[JsonProperty("targetShape")]
public virtual string TargetShape { get; set; }
Property Value
Type | Description |
---|---|
string |
Zones
Zones where the regional managed instance group will create and manage its instances.
Declaration
[JsonProperty("zones")]
public virtual IList<DistributionPolicyZoneConfiguration> Zones { get; set; }
Property Value
Type | Description |
---|---|
IList<DistributionPolicyZoneConfiguration> |