public interface State
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
State.LeafIdentifier
Identify the leaf of State.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends StateType> |
adminStatus()
Returns the attribute adminStatus.
|
void |
adminStatus(Class<? extends StateType> adminStatus)
Sets the attribute adminStatus.
|
Bidirectional |
bidirectional()
Returns the attribute bidirectional.
|
void |
bidirectional(Bidirectional bidirectional)
Sets the attribute bidirectional.
|
TeGlobalId |
clientId()
Returns the attribute clientId.
|
void |
clientId(TeGlobalId clientId)
Sets the attribute clientId.
|
String |
description()
Returns the attribute description.
|
void |
description(String description)
Sets the attribute description.
|
IpAddress |
destination()
Returns the attribute destination.
|
void |
destination(IpAddress destination)
Sets the attribute destination.
|
byte[] |
dstTpId()
Returns the attribute dstTpId.
|
void |
dstTpId(byte[] dstTpId)
Sets the attribute dstTpId.
|
Class<? extends LspEncodingTypes> |
encoding()
Returns the attribute encoding.
|
void |
encoding(Class<? extends LspEncodingTypes> encoding)
Sets the attribute encoding.
|
HierarchicalLinkId |
hierarchicalLinkId()
Returns the attribute hierarchicalLinkId.
|
void |
hierarchicalLinkId(HierarchicalLinkId hierarchicalLinkId)
Sets the attribute hierarchicalLinkId.
|
short |
holdPriority()
Returns the attribute holdPriority.
|
void |
holdPriority(short holdPriority)
Sets the attribute holdPriority.
|
int |
identifier()
Returns the attribute identifier.
|
void |
identifier(int identifier)
Sets the attribute identifier.
|
boolean |
isLeafValueSet(State.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
Class<? extends StateType> |
operStatus()
Returns the attribute operStatus.
|
void |
operStatus(Class<? extends StateType> operStatus)
Sets the attribute operStatus.
|
short |
preference()
Returns the attribute preference.
|
void |
preference(short preference)
Sets the attribute preference.
|
Class<? extends LspProtType> |
protectionType()
Returns the attribute protectionType.
|
void |
protectionType(Class<? extends LspProtType> protectionType)
Sets the attribute protectionType.
|
TeGlobalId |
providerId()
Returns the attribute providerId.
|
void |
providerId(TeGlobalId providerId)
Sets the attribute providerId.
|
Class<? extends ProvStateType> |
provState()
Returns the attribute provState.
|
void |
provState(Class<? extends ProvStateType> provState)
Sets the attribute provState.
|
int |
reoptimizeTimer()
Returns the attribute reoptimizeTimer.
|
void |
reoptimizeTimer(int reoptimizeTimer)
Sets the attribute reoptimizeTimer.
|
short |
setupPriority()
Returns the attribute setupPriority.
|
void |
setupPriority(short setupPriority)
Sets the attribute setupPriority.
|
Class<? extends TunnelType> |
signalingType()
Returns the attribute signalingType.
|
void |
signalingType(Class<? extends TunnelType> signalingType)
Sets the attribute signalingType.
|
IpAddress |
source()
Returns the attribute source.
|
void |
source(IpAddress source)
Sets the attribute source.
|
byte[] |
srcTpId()
Returns the attribute srcTpId.
|
void |
srcTpId(byte[] srcTpId)
Sets the attribute srcTpId.
|
Class<? extends SwitchingCapabilities> |
switchingLayer()
Returns the attribute switchingLayer.
|
void |
switchingLayer(Class<? extends SwitchingCapabilities> switchingLayer)
Sets the attribute switchingLayer.
|
TeTopologyId |
teTopologyId()
Returns the attribute teTopologyId.
|
void |
teTopologyId(TeTopologyId teTopologyId)
Sets the attribute teTopologyId.
|
Class<? extends TunnelType> |
type()
Returns the attribute type.
|
void |
type(Class<? extends TunnelType> type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String name()
Class<? extends TunnelType> type()
int identifier()
String description()
Class<? extends SwitchingCapabilities> switchingLayer()
Class<? extends LspEncodingTypes> encoding()
Class<? extends LspProtType> protectionType()
Class<? extends StateType> adminStatus()
short preference()
int reoptimizeTimer()
TeGlobalId providerId()
TeGlobalId clientId()
TeTopologyId teTopologyId()
IpAddress source()
IpAddress destination()
byte[] srcTpId()
byte[] dstTpId()
short setupPriority()
short holdPriority()
Class<? extends TunnelType> signalingType()
Class<? extends StateType> operStatus()
Class<? extends ProvStateType> provState()
BitSet valueLeafFlags()
HierarchicalLinkId hierarchicalLinkId()
Bidirectional bidirectional()
void name(String name)
name - value of namevoid type(Class<? extends TunnelType> type)
type - value of typevoid identifier(int identifier)
identifier - value of identifiervoid description(String description)
description - value of descriptionvoid switchingLayer(Class<? extends SwitchingCapabilities> switchingLayer)
switchingLayer - value of switchingLayervoid encoding(Class<? extends LspEncodingTypes> encoding)
encoding - value of encodingvoid protectionType(Class<? extends LspProtType> protectionType)
protectionType - value of protectionTypevoid adminStatus(Class<? extends StateType> adminStatus)
adminStatus - value of adminStatusvoid preference(short preference)
preference - value of preferencevoid reoptimizeTimer(int reoptimizeTimer)
reoptimizeTimer - value of reoptimizeTimervoid providerId(TeGlobalId providerId)
providerId - value of providerIdvoid clientId(TeGlobalId clientId)
clientId - value of clientIdvoid teTopologyId(TeTopologyId teTopologyId)
teTopologyId - value of teTopologyIdvoid source(IpAddress source)
source - value of sourcevoid destination(IpAddress destination)
destination - value of destinationvoid srcTpId(byte[] srcTpId)
srcTpId - value of srcTpIdvoid dstTpId(byte[] dstTpId)
dstTpId - value of dstTpIdvoid setupPriority(short setupPriority)
setupPriority - value of setupPriorityvoid holdPriority(short holdPriority)
holdPriority - value of holdPriorityvoid signalingType(Class<? extends TunnelType> signalingType)
signalingType - value of signalingTypevoid operStatus(Class<? extends StateType> operStatus)
operStatus - value of operStatusvoid provState(Class<? extends ProvStateType> provState)
provState - value of provStatevoid hierarchicalLinkId(HierarchicalLinkId hierarchicalLinkId)
hierarchicalLinkId - value of hierarchicalLinkIdvoid bidirectional(Bidirectional bidirectional)
bidirectional - value of bidirectionalboolean isLeafValueSet(State.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.