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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
TC1 |
Traffic Class 1, corresponding to DSCP ranges (0-7) 000xxx. |
TC1_VALUE |
Traffic Class 1, corresponding to DSCP ranges (0-7) 000xxx. |
TC2 |
Traffic Class 2, corresponding to DSCP ranges (8-15) 001xxx. |
TC2_VALUE |
Traffic Class 2, corresponding to DSCP ranges (8-15) 001xxx. |
TC3 |
Traffic Class 3, corresponding to DSCP ranges (16-23) 010xxx. |
TC3_VALUE |
Traffic Class 3, corresponding to DSCP ranges (16-23) 010xxx. |
TC4 |
Traffic Class 4, corresponding to DSCP ranges (24-31) 011xxx. |
TC4_VALUE |
Traffic Class 4, corresponding to DSCP ranges (24-31) 011xxx. |
TC5 |
Traffic Class 5, corresponding to DSCP ranges (32-47) 10xxxx. |
TC5_VALUE |
Traffic Class 5, corresponding to DSCP ranges (32-47) 10xxxx. |
TC6 |
Traffic Class 6, corresponding to DSCP ranges (48-63) 11xxxx. |
TC6_VALUE |
Traffic Class 6, corresponding to DSCP ranges (48-63) 11xxxx. |
UNDEFINED_TRAFFIC_CLASS |
A value indicating that the enum field is not set. |
UNDEFINED_TRAFFIC_CLASS_VALUE |
A value indicating that the enum field is not set. |
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() |