Interface OPERATINGSYSTEMUPDATE
- 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 OPERATINGSYSTEMUPDATE
extends OPENCONFIGSOFTWARECOMPONENT
An operating system update - which should be a subcomponent of the
`OPERATING_SYSTEM` running on a component. An update is defined to be a set of
software changes that are atomically installed (and uninstalled) together.
Multiple updates may be present for the Operating System. A system should not
list all installed software packages using this type -- but rather updates that
are bundled together as a single installable item
This class represents the following YANG schema fragment defined in module openconfig-platform-types
identity OPERATING_SYSTEM_UPDATE {
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 OPERATINGSYSTEMUPDATESingleton value representing theOPERATINGSYSTEMUPDATEidentity. -
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 theOPERATINGSYSTEMUPDATEidentity.
-
-
Method Details
-
implementedInterface
Class<? extends OPERATINGSYSTEMUPDATE> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>- Specified by:
implementedInterfacein interfaceOPENCONFIGSOFTWARECOMPONENT
-