public interface VpnId extends AttachmentFlavor
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpnId.LeafIdentifier
Identify the leaf of VpnId.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(VpnId.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends SiteRole> |
siteRole()
Returns the attribute siteRole.
|
void |
siteRole(Class<? extends SiteRole> siteRole)
Sets the attribute siteRole.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Object |
vpnId()
Returns the attribute vpnId.
|
void |
vpnId(Object vpnId)
Sets the attribute vpnId.
|
Object vpnId()
Class<? extends SiteRole> siteRole()
BitSet valueLeafFlags()
void vpnId(Object vpnId)
vpnId - value of vpnIdvoid siteRole(Class<? extends SiteRole> siteRole)
siteRole - value of siteRoleboolean isLeafValueSet(VpnId.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.