public class DefaultVpnSvc extends org.onosproject.yang.model.InnerModelObject implements VpnSvc, org.onosproject.yang.model.MultiInstanceObject<VpnSvcKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeVpnSvc.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected boolean |
carrierscarrier |
protected CloudAccesses |
cloudAccesses |
protected String |
customerName |
protected ExtranetVpns |
extranetVpns |
protected Multicast |
multicast |
protected Class<? extends VpnTopology> |
topology |
protected TransportConstraints |
transportConstraints |
protected BitSet |
valueLeafFlags |
protected SvcId |
vpnId |
| Constructor and Description |
|---|
DefaultVpnSvc()
Creates an instance of defaultVpnSvc.
|
| 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.
|
boolean |
equals(Object obj) |
ExtranetVpns |
extranetVpns()
Returns the attribute extranetVpns.
|
void |
extranetVpns(ExtranetVpns extranetVpns)
Sets the attribute extranetVpns.
|
int |
hashCode() |
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.
|
String |
toString() |
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.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected SvcId vpnId
protected String customerName
protected Class<? extends VpnTopology> topology
protected boolean carrierscarrier
protected BitSet valueLeafFlags
protected CloudAccesses cloudAccesses
protected Multicast multicast
protected TransportConstraints transportConstraints
protected ExtranetVpns extranetVpns
public String customerName()
VpnSvccustomerName in interface VpnSvcpublic Class<? extends VpnTopology> topology()
VpnSvcpublic boolean carrierscarrier()
VpnSvccarrierscarrier in interface VpnSvcpublic BitSet valueLeafFlags()
VpnSvcvalueLeafFlags in interface VpnSvcpublic CloudAccesses cloudAccesses()
VpnSvccloudAccesses in interface VpnSvcpublic Multicast multicast()
VpnSvcpublic TransportConstraints transportConstraints()
VpnSvctransportConstraints in interface VpnSvcpublic ExtranetVpns extranetVpns()
VpnSvcextranetVpns in interface VpnSvcpublic void vpnId(SvcId vpnId)
VpnSvcpublic void customerName(String customerName)
VpnSvccustomerName in interface VpnSvccustomerName - value of customerNamepublic void topology(Class<? extends VpnTopology> topology)
VpnSvcpublic void carrierscarrier(boolean carrierscarrier)
VpnSvccarrierscarrier in interface VpnSvccarrierscarrier - value of carrierscarrierpublic void cloudAccesses(CloudAccesses cloudAccesses)
VpnSvccloudAccesses in interface VpnSvccloudAccesses - value of cloudAccessespublic void multicast(Multicast multicast)
VpnSvcpublic void transportConstraints(TransportConstraints transportConstraints)
VpnSvctransportConstraints in interface VpnSvctransportConstraints - value of transportConstraintspublic void extranetVpns(ExtranetVpns extranetVpns)
VpnSvcextranetVpns in interface VpnSvcextranetVpns - value of extranetVpnspublic boolean isLeafValueSet(VpnSvc.LeafIdentifier leaf)
VpnSvcisLeafValueSet in interface VpnSvcleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.