public interface Recovery
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Recovery.LeafIdentifier
Identify the leaf of Recovery.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Recovery.LeafIdentifier leaf)
Checks if the leaf value is set.
|
TeRecoveryStatus |
protectionStatus()
Returns the attribute protectionStatus.
|
void |
protectionStatus(TeRecoveryStatus protectionStatus)
Sets the attribute protectionStatus.
|
TeRecoveryStatus |
restorationStatus()
Returns the attribute restorationStatus.
|
void |
restorationStatus(TeRecoveryStatus restorationStatus)
Sets the attribute restorationStatus.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeRecoveryStatus restorationStatus()
TeRecoveryStatus protectionStatus()
BitSet valueLeafFlags()
void restorationStatus(TeRecoveryStatus restorationStatus)
restorationStatus - value of restorationStatusvoid protectionStatus(TeRecoveryStatus protectionStatus)
protectionStatus - value of protectionStatusboolean isLeafValueSet(Recovery.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.