Module netapp_ontap.models.software_status_details

Copyright © 2023 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class SoftwareStatusDetailsSchema (*, 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 SoftwareStatusDetails object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

action: SoftwareStatusDetailsReferenceAction GET POST PATCH

The action field of the software_status_details.

end_time: ImpreciseDateTime GET

End time for each status phase.

Example: 2019-02-02T19:00:00.000+0000

issue: SoftwareStatusDetailsReferenceIssue GET POST PATCH

The issue field of the software_status_details.

name: str GET

Name of the phase to be retrieved for status details.

Example: initialize

node: SoftwareStatusDetailsReferenceNode GET POST PATCH

The node field of the software_status_details.

start_time: ImpreciseDateTime GET

Start time for each status phase.

Example: 2019-02-02T19:00:00.000+0000

state: str GET

Status of the phase

Valid choices:

  • in_progress
  • waiting
  • paused_by_user
  • paused_on_error
  • completed
  • canceled
  • failed
  • pause_pending
  • cancel_pending