public interface Encryption
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Encryption.LeafIdentifier
Identify the leaf of Encryption.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled()
Returns the attribute enabled.
|
void |
enabled(boolean enabled)
Sets the attribute enabled.
|
EncryptionProfile |
encryptionProfile()
Returns the attribute encryptionProfile.
|
void |
encryptionProfile(EncryptionProfile encryptionProfile)
Sets the attribute encryptionProfile.
|
boolean |
isLeafValueSet(Encryption.LeafIdentifier leaf)
Checks if the leaf value is set.
|
LayerEnum |
layer()
Returns the attribute layer.
|
void |
layer(LayerEnum layer)
Sets the attribute layer.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean enabled()
LayerEnum layer()
BitSet valueLeafFlags()
EncryptionProfile encryptionProfile()
void enabled(boolean enabled)
enabled - value of enabledvoid layer(LayerEnum layer)
layer - value of layervoid encryptionProfile(EncryptionProfile encryptionProfile)
encryptionProfile - value of encryptionProfileboolean isLeafValueSet(Encryption.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.