Module netapp_ontap.models.lun_movement_progress

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class LunMovementProgressSchema (*, 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 LunMovementProgress object

Ancestors

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

Class variables

elapsed: Size GET

The amount of time that has elapsed since the start of the LUN movement, in seconds.

failure: Error GET

Error information provided if the asynchronous LUN movement operation fails.

percent_complete: Size GET

The percentage completed of the LUN movement.

state: str GET PATCH

The state of the LUN movement.
Valid in PATCH when an LUN movement is active. Set to paused to pause a LUN movement. Set to replicating to resume a paused LUN movement.

Valid choices:

  • preparing
  • replicating
  • paused
  • paused_error
  • complete
  • reverting
  • failed
volume_snapshot_blocked: bool GET

This property reports if volume Snapshot copies are blocked by the LUN movement. This property can be polled to identify when volume Snapshot copies can be resumed after beginning a LUN movement.