Interface SOFTWAREMODULE
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>,org.opendaylight.yangtools.yang.binding.BindingObject,OPENCONFIGSOFTWARECOMPONENT
@Generated("mdsal-binding-generator")
public interface SOFTWAREMODULE
extends OPENCONFIGSOFTWARECOMPONENT
A base identity for software modules installed and/or running on the device.
Modules include user-space programs and kernel modules that provide specific
functionality. A component with type SOFTWARE_MODULE should also have a module
type that indicates the specific type of software module
This class represents the following YANG schema fragment defined in module openconfig-platform-types
identity SOFTWARE_MODULE {
base OPENCONFIG_SOFTWARE_COMPONENT;
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class.static final @NonNull SOFTWAREMODULESingleton value representing theSOFTWAREMODULEidentity. -
Method Summary
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class. -
VALUE
Singleton value representing theSOFTWAREMODULEidentity.
-
-
Method Details
-
implementedInterface
Class<? extends SOFTWAREMODULE> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>- Specified by:
implementedInterfacein interfaceOPENCONFIGSOFTWARECOMPONENT
-