Module netapp_ontap.models.lun_copy_progress

Copyright © 2022 NetApp Inc. All rights reserved.

Classes

class LunCopyProgressSchema (*, 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 LunCopyProgress object

Ancestors

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

Class variables

elapsed GET

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

failure GET

Error information provided if the asynchronous LUN copy operation fails.

percent_complete GET

The percentage completed of the LUN copy.

state GET

The state of the LUN copy.

Valid choices:

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

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