Module netapp_ontap.models.volume_movement
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class VolumeMovementSchema (*, 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 VolumeMovement object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
cutover_window: Size GET POST PATCH
-
Time window in seconds for cutover. The allowed range is between 30 to 300 seconds.
Example: 30
-
destination_aggregate: Aggregate GET POST PATCH
-
The destination_aggregate field of the volume_movement.
-
percent_complete: Size GET
-
Completion percentage
-
start_time: ImpreciseDateTime GET
-
Start time of volume move.
Example: 2020-12-07T08:45:12.000+0000
-
state: str GET POST PATCH
-
State of volume move operation. PATCH the state to "aborted" to abort the move operation. PATCH the state to "cutover" to trigger cutover. PATCH the state to "paused" to pause the volume move operation in progress. PATCH the state to "replicating" to resume the paused volume move operation. PATCH the state to "cutover_wait" to go into cutover manually. When volume move operation is waiting to go into "cutover" state, this is indicated by the "cutover_pending" state. A change of state is only supported if volume movement is in progress.
Valid choices:
- aborted
- cutover
- cutover_wait
- cutover_pending
- failed
- paused
- queued
- replicating
- success
-
tiering_policy: str PATCH
-
Tiering policy for FabricPool
Valid choices:
- all
- auto
- backup
- none
- snapshot_only