Interface SubnetToDpn

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SubnetToDpn>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SubnetOpDataEntry>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<SubnetToDpnKey>

    public interface SubnetToDpn
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SubnetOpDataEntry>, org.opendaylight.yangtools.yang.binding.Augmentable<SubnetToDpn>, org.opendaylight.yangtools.yang.binding.Identifiable<SubnetToDpnKey>

    This class represents the following YANG schema fragment defined in module odl-l3vpn

     list subnet-to-dpn {
       key dpnId;
       leaf dpnId {
         type uint64;
       }
       list vpn-interfaces {
         key interface-name;
         leaf interface-name {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is odl-l3vpn/subnet-op-data/subnet-op-data-entry/subnet-to-dpn

    To create instances of this class use SubnetToDpnBuilder.

    See Also:
    SubnetToDpnBuilder, SubnetToDpnKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<SubnetToDpn> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDpnId

        @Nullable org.opendaylight.yangtools.yang.common.Uint64 getDpnId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 dpnId, or null if not present
      • getVpnInterfaces

        @Nullable java.util.List<VpnInterfaces> getVpnInterfaces()
        Returns:
        java.util.List vpnInterfaces, or null if not present
      • nonnullVpnInterfaces

        default @NonNull java.util.List<VpnInterfaces> nonnullVpnInterfaces()
        Returns:
        java.util.List vpnInterfaces, or an empty list if it is not present