Class InterconnectApplicationAwareInterconnectBandwidthPercentage (0.1.4)

InterconnectApplicationAwareInterconnectBandwidthPercentage(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Specify bandwidth percentages [1-100] for various traffic classes in BandwidthPercentagePolicy. The sum of all percentages must equal

  1. All traffic classes must have a percentage value specified.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
percentage int
Bandwidth percentage for a specific traffic class. This field is a member of oneof_ _percentage.
traffic_class str
TrafficClass whose bandwidth percentage is being specified. Check the TrafficClass enum for the list of possible values. This field is a member of oneof_ _traffic_class.

Classes

TrafficClass

TrafficClass(value)

TrafficClass whose bandwidth percentage is being specified.