Enum InterconnectApplicationAwareInterconnectBandwidthPercentage.TrafficClass (1.82.0)

public enum InterconnectApplicationAwareInterconnectBandwidthPercentage.TrafficClass extends Enum<InterconnectApplicationAwareInterconnectBandwidthPercentage.TrafficClass> implements ProtocolMessageEnum

TrafficClass whose bandwidth percentage is being specified.

Protobuf enum google.cloud.compute.v1.InterconnectApplicationAwareInterconnectBandwidthPercentage.TrafficClass

Implements

ProtocolMessageEnum

Static Fields

Name Description
TC1

Traffic Class 1, corresponding to DSCP ranges (0-7) 000xxx.

TC1 = 82850;

TC1_VALUE

Traffic Class 1, corresponding to DSCP ranges (0-7) 000xxx.

TC1 = 82850;

TC2

Traffic Class 2, corresponding to DSCP ranges (8-15) 001xxx.

TC2 = 82851;

TC2_VALUE

Traffic Class 2, corresponding to DSCP ranges (8-15) 001xxx.

TC2 = 82851;

TC3

Traffic Class 3, corresponding to DSCP ranges (16-23) 010xxx.

TC3 = 82852;

TC3_VALUE

Traffic Class 3, corresponding to DSCP ranges (16-23) 010xxx.

TC3 = 82852;

TC4

Traffic Class 4, corresponding to DSCP ranges (24-31) 011xxx.

TC4 = 82853;

TC4_VALUE

Traffic Class 4, corresponding to DSCP ranges (24-31) 011xxx.

TC4 = 82853;

TC5

Traffic Class 5, corresponding to DSCP ranges (32-47) 10xxxx.

TC5 = 82854;

TC5_VALUE

Traffic Class 5, corresponding to DSCP ranges (32-47) 10xxxx.

TC5 = 82854;

TC6

Traffic Class 6, corresponding to DSCP ranges (48-63) 11xxxx.

TC6 = 82855;

TC6_VALUE

Traffic Class 6, corresponding to DSCP ranges (48-63) 11xxxx.

TC6 = 82855;

UNDEFINED_TRAFFIC_CLASS

A value indicating that the enum field is not set.

UNDEFINED_TRAFFIC_CLASS = 0;

UNDEFINED_TRAFFIC_CLASS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TRAFFIC_CLASS = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()