Interface BgpvpnRouterAssociations

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

    public interface BgpvpnRouterAssociations
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpvpnRouterAssociationsAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<BgpvpnRouterAssociations>

    This class represents the following YANG schema fragment defined in module neutron-bgpvpn-router-association

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

    To create instances of this class use BgpvpnRouterAssociationsBuilder.

    See Also:
    BgpvpnRouterAssociationsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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