MigrationOperation Enum

Definition

Migration Operation represents various confirm operation that is allowed on an imported volume container

public enum MigrationOperation
type MigrationOperation = 
Public Enum MigrationOperation
Inheritance
MigrationOperation

Fields

Commit 1

Commit associated the volume container to the target device permanently

Invalid 0

Represents a No operation

Rollback 2

Rollback cleans-up the changes done by migration and reverts the volume container to a state prior to migration

Applies to