Interface PlatformComponentPropertiesTop

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

    @Generated("mdsal-binding-generator")
    public interface PlatformComponentPropertiesTop
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Top-level grouping

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

     grouping platform-component-properties-top {
       container properties {
         list property {
           key name;
           leaf name {
             type leafref {
               path ../config/name;
             }
           }
           container config {
             uses platform-component-properties-config;
           }
           container state {
             config false;
             uses platform-component-properties-config;
             uses platform-component-properties-state;
           }
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

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

        Properties getProperties()
        Return properties, or null if it is not present.
             
                 Enclosing container 
             
         
        Returns:
        Properties properties, or null if it is not present.