Module netapp_ontap.models.software_update_details
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class SoftwareUpdateDetailsSchema (*, only: typing.Union = None, exclude: typing.Union = (), many: bool = False, context: typing.Dict = None, load_only: typing.Union = (), dump_only: typing.Union = (), partial: typing.Union = False, unknown: str = None)
-
The fields of the SoftwareUpdateDetails object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
elapsed_duration GET
-
Elapsed duration for each update phase
Example: 2100
-
estimated_duration GET
-
Estimated duration for each update phase
Example: 4620
-
node GET POST PATCH
-
The node field of the software_update_details.
-
phase GET
-
Phase details
Example: Pre-update checks
-
state GET
-
State of the update phase
Valid choices:
- in_progress
- waiting
- paused_by_user
- paused_on_error
- completed
- canceled
- failed
- pause_pending
- cancel_pending