State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Mpls.Lsps.ConstrainedPath.Tunnels.Tunnel.Bandwidth.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Mpls
Lsps
ConstrainedPath
Tunnels
Tunnel
Bandwidth
State
This class represents state data.
State parameters related to bandwidth
configuration of TE tunnels
-
specification_type
¶ The method used for settign the bandwidth, either explicitly specified or configured
type:
TeBandwidthType
config: False
default value: SPECIFIED
-
set_bandwidth
¶ set bandwidth explicitly, e.g., using offline calculation
type: int
range: 0..18446744073709551615config: False
-
signaled_bandwidth
¶ The currently signaled bandwidth of the LSP. In the case where the bandwidth is specified explicitly, then this will match the value of the set-bandwidth leaf; in cases where the bandwidth is dynamically computed by the system, the current value of the bandwidth should be reflected
type: int
range: 0..18446744073709551615config: False
-