Module netapp_ontap.models.volume_movement
Copyright © 2019 NetApp Inc. All rights reserved.
Classes
class VolumeMovementSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)
-
The fields of the VolumeMovement object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.schema.BaseSchema
- marshmallow.base.SchemaABC
Class variables
var cutover_window
-
Time window in seconds for cutover. The allowed range is between 30 to 300 seconds.
Example: 30
var destination_aggregate
-
The destination_aggregate field of the volume_movement.
var opts
var percent_complete
-
Completion percentage
var state
-
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. Change of state is only supported if volume movement is in progress.
Valid choices:
- aborted
- cutover
- cutover_wait
- failed
- paused
- queued
- replicating
- success
var tiering_policy
-
Tiering policy for FabricPool
Valid choices:
- all
- auto
- backup
- none
- snapshot_only
Instance variables
var patchable_fields
-
Only fields in this list will be considered when patching a resource
var postable_fields
-
Only fields in this list will be considered when posting a resource