Interface Bgpvpns

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

    public interface Bgpvpns
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpvpnsAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<Bgpvpns>

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

     container bgpvpns {
       list bgpvpn {
         key uuid;
         uses attrs:base-attributes;
         uses attrs:admin-attributes;
         uses bgpvpn-attributes;
       }
     }
     
    The schema path to identify an instance is neutron-bgpvpns/bgpvpns-attributes/bgpvpns

    To create instances of this class use BgpvpnsBuilder.

    See Also:
    BgpvpnsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<Bgpvpn> getBgpvpn()
        Returns:
        java.util.List bgpvpn, or null if not present
      • nonnullBgpvpn

        default @NonNull List<Bgpvpn> nonnullBgpvpn()
        Returns:
        java.util.List bgpvpn, or an empty list if it is not present