Interface PlatformComponentTop
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
OpenconfigPlatformData
@Generated("mdsal-binding-generator") public interface PlatformComponentTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping for components in the device inventoryThis class represents the following YANG schema fragment defined in module openconfig-platform
grouping platform-component-top { container components { list component { key name; leaf name { type leafref { path ../config/name; } } container config { uses platform-component-config; } container state { config false; uses platform-component-config; uses platform-component-state; uses platform-component-temp-state; uses platform-component-memory-state; uses platform-component-power-state; } uses platform-component-properties-top; uses platform-subcomponent-ref-top; uses platform-anchors-top; } } }The schema path to identify an instance is openconfig-platformplatform-component-top
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentsgetComponents()Return components, ornullif it is not present.Class<? extends PlatformComponentTop>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends PlatformComponentTop> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getComponents
Components getComponents()
Return components, ornullif it is not present.Enclosing container for the components in the system.- Returns:
Componentscomponents, ornullif it is not present.
-
-