Interface BgpvpnRouterAssociationsAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Neutron

    public interface BgpvpnRouterAssociationsAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping bgpvpn-router-associations-attributes {
       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
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends BgpvpnRouterAssociationsAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getBgpvpnRouterAssociations

        BgpvpnRouterAssociations getBgpvpnRouterAssociations()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.bgpvpn.router.association.rev190502.bgpvpn.router.associations.attributes.BgpvpnRouterAssociations bgpvpnRouterAssociations, or null if not present