Module netapp_ontap.models.firmware_sp_bmc
Copyright © 2022 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class FirmwareSpBmcSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)-
The fields of the FirmwareSpBmc object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
autoupdte: bool GET -
The autoupdte field of the firmware_sp_bmc.
Example: false
-
end_time: ImpreciseDateTime GET -
The end_time field of the firmware_sp_bmc.
Example: 2020-05-17T20:00:00Z
-
fw_type: str GET -
The fw_type field of the firmware_sp_bmc.
Valid choices:
- SP
- BMC
-
image: str GET -
The image field of the firmware_sp_bmc.
Valid choices:
- primary
- backup
-
in_progress: bool GET -
The in_progress field of the firmware_sp_bmc.
-
is_current: bool GET -
The is_current field of the firmware_sp_bmc.
Example: true
-
last_update_state: str GET -
The last_update_state field of the firmware_sp_bmc.
Valid choices:
- passed
- failed
-
percent_done: Size GET -
The percent_done field of the firmware_sp_bmc.
Example: 100
-
running_version: str GET -
The running_version field of the firmware_sp_bmc.
Example: 1.2.3.4
-
start_time: ImpreciseDateTime GET -
The start_time field of the firmware_sp_bmc.
Example: 2020-05-17T20:00:00Z
-
state: str GET -
The state field of the firmware_sp_bmc.
Valid choices:
- installed
- corrupt
- updating
- autoupdating
- none