Interface VpnServices

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<VpnServices>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<VpnservicesAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface VpnServices
    extends org.opendaylight.yangtools.yang.binding.ChildOf<VpnservicesAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<VpnServices>

    This class represents the following YANG schema fragment defined in module neutron-vpnaas

     container vpn-services {
       list vpnservice {
         key uuid;
         uses attrs:base-attributes;
         uses attrs:admin-attributes;
         uses vpnservice-attributes;
       }
     }
     
    The schema path to identify an instance is neutron-vpnaas/vpnservices-attributes/vpn-services

    To create instances of this class use VpnServicesBuilder.

    See Also:
    VpnServicesBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<VpnServices> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getVpnservice

        @Nullable Map<VpnserviceKey,​Vpnservice> getVpnservice()
        Returns:
        java.util.Map vpnservice, or null if not present
      • nonnullVpnservice

        default @NonNull Map<VpnserviceKey,​Vpnservice> nonnullVpnservice()
        Returns:
        java.util.Map vpnservice, or an empty list if it is not present