public interface Lsp
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Lsp.LeafIdentifier
Identify the leaf of Lsp.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
destination()
Returns the attribute destination.
|
void |
destination(IpAddress destination)
Sets the attribute destination.
|
IpAddress |
extendedTunnelId()
Returns the attribute extendedTunnelId.
|
void |
extendedTunnelId(IpAddress extendedTunnelId)
Sets the attribute extendedTunnelId.
|
boolean |
isLeafValueSet(Lsp.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
lspCarryNormalTraffic()
Returns the attribute lspCarryNormalTraffic.
|
void |
lspCarryNormalTraffic(boolean lspCarryNormalTraffic)
Sets the attribute lspCarryNormalTraffic.
|
int |
lspId()
Returns the attribute lspId.
|
void |
lspId(int lspId)
Sets the attribute lspId.
|
LspProtectionRoleEnum |
lspProtectionRole()
Returns the attribute lspProtectionRole.
|
void |
lspProtectionRole(LspProtectionRoleEnum lspProtectionRole)
Sets the attribute lspProtectionRole.
|
LspRecordRouteSubobjects |
lspRecordRouteSubobjects()
Returns the attribute lspRecordRouteSubobjects.
|
void |
lspRecordRouteSubobjects(LspRecordRouteSubobjects lspRecordRouteSubobjects)
Sets the attribute lspRecordRouteSubobjects.
|
LspResourceStatusEnum |
lspResourceStatus()
Returns the attribute lspResourceStatus.
|
void |
lspResourceStatus(LspResourceStatusEnum lspResourceStatus)
Sets the attribute lspResourceStatus.
|
Class<? extends StateType> |
operStatus()
Returns the attribute operStatus.
|
void |
operStatus(Class<? extends StateType> operStatus)
Sets the attribute operStatus.
|
OriginTypeEnum |
originType()
Returns the attribute originType.
|
void |
originType(OriginTypeEnum originType)
Sets the attribute originType.
|
Class<? extends TePathSetupProtocol> |
pathSetupProtocol()
Returns the attribute pathSetupProtocol.
|
void |
pathSetupProtocol(Class<? extends TePathSetupProtocol> pathSetupProtocol)
Sets the attribute pathSetupProtocol.
|
IpAddress |
source()
Returns the attribute source.
|
void |
source(IpAddress source)
Sets the attribute source.
|
int |
tunnelId()
Returns the attribute tunnelId.
|
void |
tunnelId(int tunnelId)
Sets the attribute tunnelId.
|
Class<? extends TunnelType> |
type()
Returns the attribute type.
|
void |
type(Class<? extends TunnelType> type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
IpAddress source()
IpAddress destination()
int tunnelId()
int lspId()
IpAddress extendedTunnelId()
Class<? extends TunnelType> type()
Class<? extends StateType> operStatus()
Class<? extends TePathSetupProtocol> pathSetupProtocol()
OriginTypeEnum originType()
LspResourceStatusEnum lspResourceStatus()
LspProtectionRoleEnum lspProtectionRole()
boolean lspCarryNormalTraffic()
BitSet valueLeafFlags()
LspRecordRouteSubobjects lspRecordRouteSubobjects()
void source(IpAddress source)
source - value of sourcevoid destination(IpAddress destination)
destination - value of destinationvoid tunnelId(int tunnelId)
tunnelId - value of tunnelIdvoid lspId(int lspId)
lspId - value of lspIdvoid extendedTunnelId(IpAddress extendedTunnelId)
extendedTunnelId - value of extendedTunnelIdvoid type(Class<? extends TunnelType> type)
type - value of typevoid operStatus(Class<? extends StateType> operStatus)
operStatus - value of operStatusvoid pathSetupProtocol(Class<? extends TePathSetupProtocol> pathSetupProtocol)
pathSetupProtocol - value of pathSetupProtocolvoid originType(OriginTypeEnum originType)
originType - value of originTypevoid lspResourceStatus(LspResourceStatusEnum lspResourceStatus)
lspResourceStatus - value of lspResourceStatusvoid lspProtectionRole(LspProtectionRoleEnum lspProtectionRole)
lspProtectionRole - value of lspProtectionRolevoid lspCarryNormalTraffic(boolean lspCarryNormalTraffic)
lspCarryNormalTraffic - value of lspCarryNormalTrafficvoid lspRecordRouteSubobjects(LspRecordRouteSubobjects lspRecordRouteSubobjects)
lspRecordRouteSubobjects - value of lspRecordRouteSubobjectsboolean isLeafValueSet(Lsp.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.