InterconnectApplicationAwareInterconnectBandwidthPercentage class
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.
Constructors
- InterconnectApplicationAwareInterconnectBandwidthPercentage.new({int? percentage, String? trafficClass})
- InterconnectApplicationAwareInterconnectBandwidthPercentage.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- percentage ↔ int?
-
Bandwidth percentage for a specific traffic class.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trafficClass ↔ String?
-
TrafficClass whose bandwidth percentage is being specified.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited