State¶
Leafs
Enum Classes
-
class
Mpls.SignalingProtocols.RsvpTe.InterfaceAttributes.Interface.BandwidthReservations.BandwidthReservation.State¶ Bases:
EntityClass Hierarchy:
MplsSignalingProtocolsRsvpTeInterfaceAttributesInterfaceBandwidthReservationsBandwidthReservationStateThis class represents state data.
Operational state parameters relating to a
bandwidth reservation at a certain priority
-
priority¶ RSVP priority level for LSPs traversing the interface
type: union of the below types:
config: False
-
available_bandwidth¶ Bandwidth currently available with the priority level, or for the entire interface when the priority is set to ALL
type: int
range: 0..18446744073709551615config: False
-
reserved_bandwidth¶ Bandwidth currently reserved within the priority level, or the sum of all priority levels when the keyword is set to ALL
type: int
range: 0..18446744073709551615config: False
-
active_reservations_count¶ Number of active RSVP reservations in the associated priority, or the sum of all reservations when the priority level is set to ALL
type: int
range: 0..18446744073709551615config: False
-
highwater_mark¶ Maximum bandwidth reserved on the interface within the priority, or across all priorities in the case that the priority level is set to ALL
type: int
range: 0..18446744073709551615config: False
-