Class CapacityAdviceRequestDistributionPolicy
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CapacityAdviceRequestDistributionPolicy : 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. You can only specify the following values: ANY,ANY_SINGLE_ZONE.
Declaration
[JsonProperty("targetShape")]
public virtual string TargetShape { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Zones
Zones where Capacity Advisor looks for capacity.
Declaration
[JsonProperty("zones")]
public virtual IList<CapacityAdviceRequestDistributionPolicyZoneConfiguration> Zones { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CapacityAdviceRequestDistributionPolicyZoneConfiguration> |