public class DefaultVpnServices extends org.onosproject.yang.model.InnerModelObject implements VpnServices
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultVpnServices()
Creates an instance of defaultVpnServices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToVpnSvc(VpnSvc addTo)
Adds to the list of vpnSvc.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
List<VpnSvc> |
vpnSvc()
Returns the attribute vpnSvc.
|
void |
vpnSvc(List<VpnSvc> vpnSvc)
Sets the attribute vpnSvc.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultVpnServices()
public List<VpnSvc> vpnSvc()
VpnServicesvpnSvc in interface VpnServicespublic void vpnSvc(List<VpnSvc> vpnSvc)
VpnServicesvpnSvc in interface VpnServicesvpnSvc - list of vpnSvcpublic void addToVpnSvc(VpnSvc addTo)
VpnServicesaddToVpnSvc in interface VpnServicesaddTo - value of vpnSvcCopyright © 2018. All rights reserved.