Interface InterconnectApplicationAwareInterconnectBandwidthPercentageOrBuilder (1.82.0)

public interface InterconnectApplicationAwareInterconnectBandwidthPercentageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPercentage()

public abstract int getPercentage()

Bandwidth percentage for a specific traffic class.

optional uint32 percentage = 151909018;

Returns
Type Description
int

The percentage.

getTrafficClass()

public abstract String getTrafficClass()

TrafficClass whose bandwidth percentage is being specified. Check the TrafficClass enum for the list of possible values.

optional string traffic_class = 198180022;

Returns
Type Description
String

The trafficClass.

getTrafficClassBytes()

public abstract ByteString getTrafficClassBytes()

TrafficClass whose bandwidth percentage is being specified. Check the TrafficClass enum for the list of possible values.

optional string traffic_class = 198180022;

Returns
Type Description
ByteString

The bytes for trafficClass.

hasPercentage()

public abstract boolean hasPercentage()

Bandwidth percentage for a specific traffic class.

optional uint32 percentage = 151909018;

Returns
Type Description
boolean

Whether the percentage field is set.

hasTrafficClass()

public abstract boolean hasTrafficClass()

TrafficClass whose bandwidth percentage is being specified. Check the TrafficClass enum for the list of possible values.

optional string traffic_class = 198180022;

Returns
Type Description
boolean

Whether the trafficClass field is set.