public interface VpnPolicy
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpnPolicy.LeafIdentifier
Identify the leaf of VpnPolicy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToEntries(Entries addTo)
Adds to the list of entries.
|
List<Entries> |
entries()
Returns the attribute entries.
|
void |
entries(List<Entries> entries)
Sets the attribute entries.
|
boolean |
isLeafValueSet(VpnPolicy.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
SvcId |
vpnPolicyId()
Returns the attribute vpnPolicyId.
|
void |
vpnPolicyId(SvcId vpnPolicyId)
Sets the attribute vpnPolicyId.
|
SvcId vpnPolicyId()
BitSet valueLeafFlags()
void vpnPolicyId(SvcId vpnPolicyId)
vpnPolicyId - value of vpnPolicyIdvoid entries(List<Entries> entries)
entries - list of entriesvoid addToEntries(Entries addTo)
addTo - value of entriesboolean isLeafValueSet(VpnPolicy.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.