public sealed class InterconnectApplicationAwareInterconnectBandwidthPercentage : IMessage<InterconnectApplicationAwareInterconnectBandwidthPercentage>, IEquatable<InterconnectApplicationAwareInterconnectBandwidthPercentage>, IDeepCloneable<InterconnectApplicationAwareInterconnectBandwidthPercentage>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API 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
IMessageInterconnectApplicationAwareInterconnectBandwidthPercentage, IEquatableInterconnectApplicationAwareInterconnectBandwidthPercentage, IDeepCloneableInterconnectApplicationAwareInterconnectBandwidthPercentage, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectApplicationAwareInterconnectBandwidthPercentage()
public InterconnectApplicationAwareInterconnectBandwidthPercentage()
InterconnectApplicationAwareInterconnectBandwidthPercentage(InterconnectApplicationAwareInterconnectBandwidthPercentage)
public InterconnectApplicationAwareInterconnectBandwidthPercentage(InterconnectApplicationAwareInterconnectBandwidthPercentage other)
Parameter | |
---|---|
Name | Description |
other |
InterconnectApplicationAwareInterconnectBandwidthPercentage |
Properties
HasPercentage
public bool HasPercentage { get; }
Gets whether the "percentage" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasTrafficClass
public bool HasTrafficClass { get; }
Gets whether the "traffic_class" field is set
Property Value | |
---|---|
Type | Description |
bool |
Percentage
public uint Percentage { get; set; }
Bandwidth percentage for a specific traffic class.
Property Value | |
---|---|
Type | Description |
uint |
TrafficClass
public string TrafficClass { get; set; }
TrafficClass whose bandwidth percentage is being specified. Check the TrafficClass enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |