Class InterconnectApplicationAwareInterconnectBandwidthPercentage
Specify bandwidth percentages [1-100] for various traffic classes in BandwidthPercentagePolicy. The sum of all percentages must equal 100. All traffic classes must have a percentage value specified.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectApplicationAwareInterconnectBandwidthPercentage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Percentage
Bandwidth percentage for a specific traffic class.
Declaration
[JsonProperty("percentage")]
public virtual long? Percentage { get; set; }
Property Value
Type | Description |
---|---|
long? |
TrafficClass
TrafficClass whose bandwidth percentage is being specified.
Declaration
[JsonProperty("trafficClass")]
public virtual string TrafficClass { get; set; }
Property Value
Type | Description |
---|---|
string |