public interface VpnSvc
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpnSvc.LeafIdentifier
Identify the leaf of VpnSvc.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
carrierscarrier()
Returns the attribute carrierscarrier.
|
void |
carrierscarrier(boolean carrierscarrier)
Sets the attribute carrierscarrier.
|
CloudAccesses |
cloudAccesses()
Returns the attribute cloudAccesses.
|
void |
cloudAccesses(CloudAccesses cloudAccesses)
Sets the attribute cloudAccesses.
|
String |
customerName()
Returns the attribute customerName.
|
void |
customerName(String customerName)
Sets the attribute customerName.
|
ExtranetVpns |
extranetVpns()
Returns the attribute extranetVpns.
|
void |
extranetVpns(ExtranetVpns extranetVpns)
Sets the attribute extranetVpns.
|
boolean |
isLeafValueSet(VpnSvc.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Multicast |
multicast()
Returns the attribute multicast.
|
void |
multicast(Multicast multicast)
Sets the attribute multicast.
|
Class<? extends VpnTopology> |
topology()
Returns the attribute topology.
|
void |
topology(Class<? extends VpnTopology> topology)
Sets the attribute topology.
|
TransportConstraints |
transportConstraints()
Returns the attribute transportConstraints.
|
void |
transportConstraints(TransportConstraints transportConstraints)
Sets the attribute transportConstraints.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
SvcId |
vpnId()
Returns the attribute vpnId.
|
void |
vpnId(SvcId vpnId)
Sets the attribute vpnId.
|
SvcId vpnId()
String customerName()
Class<? extends VpnTopology> topology()
boolean carrierscarrier()
BitSet valueLeafFlags()
CloudAccesses cloudAccesses()
Multicast multicast()
TransportConstraints transportConstraints()
ExtranetVpns extranetVpns()
void vpnId(SvcId vpnId)
vpnId - value of vpnIdvoid customerName(String customerName)
customerName - value of customerNamevoid topology(Class<? extends VpnTopology> topology)
topology - value of topologyvoid carrierscarrier(boolean carrierscarrier)
carrierscarrier - value of carrierscarriervoid cloudAccesses(CloudAccesses cloudAccesses)
cloudAccesses - value of cloudAccessesvoid multicast(Multicast multicast)
multicast - value of multicastvoid transportConstraints(TransportConstraints transportConstraints)
transportConstraints - value of transportConstraintsvoid extranetVpns(ExtranetVpns extranetVpns)
extranetVpns - value of extranetVpnsboolean isLeafValueSet(VpnSvc.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.