Module netapp_ontap.models.firmware_update_progress_state
Copyright © 2024 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class FirmwareUpdateProgressStateSchema (*, only: types.StrSequenceOrSet | None = None, exclude: types.StrSequenceOrSet = (), many: bool | None = None, context: dict | None = None, load_only: types.StrSequenceOrSet = (), dump_only: types.StrSequenceOrSet = (), partial: bool | types.StrSequenceOrSet | None = None, unknown: str | None = None)
-
The fields of the FirmwareUpdateProgressState object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
- abc.ABC
Class variables
-
attempts: Size GET
-
The attempts field of the firmware_update_progress_state.
Example: 3
-
code: Size GET
-
Code corresponding to the status message.
Example: 2228325
-
message: str GET
-
Error message returned when a cluster firmware update job fails.
Example: Cannot open local staging ZIP file disk_firmware.zip
-
status: str GET
-
The status field of the firmware_update_progress_state.
Valid choices:
- idle
- working
- complete
- failed
- waiting_to_retry
-
worker_node: Node GET
-
The worker_node field of the firmware_update_progress_state.