Module netapp_ontap.models.giveback_status

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class GivebackStatusSchema (*, 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 GivebackStatus object

Ancestors

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

Class variables

aggregate: Aggregate GET POST PATCH

The aggregate field of the giveback_status.

error: ClusterNodesHaGivebackStatusError GET POST PATCH

The error field of the giveback_status.

state: str GET POST PATCH

Giveback state of the aggregate.
Possible values include no aggregates to giveback(nothing_to_giveback), failed to disable background disk firmware update(BDFU) on source node(failed_bdfu_source),
giveback delayed as disk firmware update is in progress on source node(delayed_bdfu_source), performing veto checks(running_checks).

Valid choices:

  • done
  • failed
  • in_progress
  • not_started
  • nothing_to_giveback
  • failed_bdfu_source
  • failed_bdfu_dest
  • delayed_bdfu_source
  • delayed_bdfu_dest
  • running_checks