Interface RoleSets

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RoleSets>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<BgpRoleSets>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, RoleSet

    public interface RoleSets
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpRoleSets>, org.opendaylight.yangtools.yang.binding.Augmentable<RoleSets>, RoleSet
    Enclosing container for defined role sets for matching

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

     container role-sets {
       uses role-set;
     }
     
    The schema path to identify an instance is odl-bgp-policy/routing-policy/defined-sets/(http://openconfig.net/yang/bgp-policy?revision=2015-10-09)bgp-defined-sets/(urn:opendaylight:params:xml:ns:yang:odl:bgp:default:policy?revision=2020-01-20)role-sets

    To create instances of this class use RoleSetsBuilder.

    See Also:
    RoleSetsBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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