Interface AssociatedVpn

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<AssociatedVpn>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<AssociatedSubnet>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<AssociatedVpnKey>

    public interface AssociatedVpn
    extends org.opendaylight.yangtools.yang.binding.ChildOf<AssociatedSubnet>, org.opendaylight.yangtools.yang.binding.Augmentable<AssociatedVpn>, org.opendaylight.yangtools.yang.binding.Identifiable<AssociatedVpnKey>

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

     list associated-vpn {
       key name;
       leaf name {
         type string;
       }
     }
     
    The schema path to identify an instance is odl-l3vpn/subnets-associated-to-route-targets/route-target/associated-subnet/associated-vpn

    To create instances of this class use AssociatedVpnBuilder.

    See Also:
    AssociatedVpnBuilder, AssociatedVpnKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.lang.String getName()
        Returns:
        java.lang.String name, or null if not present