Interface AaaServergroupCommonTop

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

    @Generated("mdsal-binding-generator")
    public interface AaaServergroupCommonTop
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Top-level grouping for AAA server groups

    This class represents the following YANG schema fragment defined in module openconfig-aaa

     grouping aaa-servergroup-common-top {
       container server-groups {
         list server-group {
           key name;
           leaf name {
             type leafref {
               path ../config/name;
             }
           }
           container config {
             uses aaa-servergroup-common-config;
           }
           container state {
             config false;
             uses aaa-servergroup-common-config;
             uses aaa-servergroup-common-state;
           }
           uses aaa-server-top;
         }
       }
     }
     
    The schema path to identify an instance is openconfig-aaaaaa-servergroup-common-top
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        ServerGroups getServerGroups()
        Return serverGroups, or null if it is not present.
             
                 Enclosing container for AAA server groups
             
         
        Returns:
        ServerGroups serverGroups, or null if it is not present.