Show / Hide Table of Contents

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.

Inheritance
object
InterconnectApplicationAwareInterconnectBandwidthPercentage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX