Module netapp_ontap.models.lun_movement_progress

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

class LunMovementProgressSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)

The fields of the LunMovementProgress object

Ancestors

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

Class variables

var elapsed

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

var failure

The failure field of the lun_movement_progress.

var opts
var percent_complete

The percentage complete of the LUN movement.

var state

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
var volume_snapshot_blocked

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.

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