PlanCalloutPosition
PlanCalloutPosition
The position spec for the step if it is a callout, null otherwise.
JSON Example
{
"position_spec_index": 0,
"position_spec_position": "string"
}
integer As int32 As int32
position_spec_index
Required
The position spec index of the Callout.
string
position_spec_position
Required
Describes a position between the automatically generated recovery steps where users can inject custom commands.
- AT_BEGIN - Internal callout position that is used only by the server All new recovery plan positions should be added after atBegin This position is invalid for callouts.
- BEFORE_DISCOVER_RU_METADATA_SYNC - NOT USED. Kept for backward compatability.
- BEFORE_SYNC_METADATA - NOT USED. Kept for backward compatability.
- BEFORE_PRESYNC_STORAGE - Before the initial synchronization steps. Workflow: failover, test.
- BEFORE_RESTORING_HOSTS_FOR_MIGRATION - Before the restore hosts operation that occurs before migration. Workflow: failover.
- BEFORE_SUSPEND_RECOVERY_SITE_VMS_FOR_MIGRATION - Before the suspend recovery site VMs group that occurs before migration. Workflow: failover.
- BEFORE_PREPARE_STORAGE_FOR_VMOTION - Before preparing storage for vMotion. Workflow: failover.
- BEFORE_VMOTION_VMS - Before performing the vMotion. Workflow: failover.
- BEFORE_DISABLE_PROTECTED_SITE_VMS - NOT USED. Kept for backward compatability.
- BEFORE_SHUTDOWN_PROTECTED_SITE_VMS - Before the shutdown protected site VMs group. Workflow: failover.
- BEFORE_RESUME_PROTECTED_SITE_VMS - Before the resume protected site VMs group. Workflow: failove.r
- BEFORE_POWER_OFF_RECOVERY_SITE_VMS - Before the power off recovery site VMs group. Workflow: cleanup.
- BEFORE_RESUME_RECOVERY_SITE_VMS - Before the resume recovery site VMs group. Workflow: cleanup.
- BEFORE_DEACTIVATE_RECOVERY_UNITS - NOT USED. Kept for backward compatability.
- BEFORE_POST_PROCESS_AFTER_DEACTIVATE - NOT USED. Kept for backward compatability.
- BEFORE_DEACTIVATE_CONSISTENCY_GROUPS - NOT USED. Kept for backward compatability.
- BEFORE_BEGIN_PREPARE_PRIMARY_SITE_HOSTS - Before the preparation of hosts at the primary site. Workflow: failover.
- BEFORE_BEGIN_PREPARE_STORAGE - Before the initial storage operations. Workflow: failover, test.
- BEFORE_SYNC_STORAGE - Before the sync storage operations. Workflow: failover.
- BEFORE_RESTORE_HOSTS - Before the restore hosts group. Workflow: failover, test.
- BEFORE_PREPARE_STORAGE -Before the prepare storage operations. Workflow: failover, test.
- BEFORE_RESTORE_STORAGE - Before the restore storage operation. Workflow: cleanup.
- BEFORE_DISCOVER_PIGGYBACK_UNITS - NOT USED. Kept for backward compatability.
- BEFORE_CLEANUP_RECOVERY_UNITS - NOT USED. Kept for backward compatability.
- BEFORE_CLEANUP_CONSISTENCY_GROUPS - NOT USED. Kept for backward compatability.
- BEFORE_SUSPEND_RECOVERY_SITE_VMS - Before the suspend recovery site VMs group. Workflow: failover, test.
- BEFORE_SUSPEND_PROTECTED_SITE_VMS - Before the suspend protected site VMs group. Workflow: rollback.
- BEFORE_CONFIGURE_STORAGE - Before configuring the recovery site storage Workflow: failover, test.
- BEFORE_IMPORT_VMS - NOT USED. Kept for backward compatability.
- BEFORE_APPLYING_POLICIES - NOT USED. Kept for backward compatability.
- BEFORE_RECOVER_PRIORITY_1_VMS - Before the priority 1 recovery group. Workflow: failover, test, rollback.
- BEFORE_RECOVER_PRIORITY_2_VMS - Before the priority 2 recovery group. Workflow: failover, test, rollback.
- BEFORE_RECOVER_PRIORITY_3_VMS - Before the priority 3 recovery group. Workflow: failover, test, rollback.
- BEFORE_RECOVER_PRIORITY_4_VMS - Before the priority 4 recovery group. Workflow: failover, test, rollback.
- BEFORE_RECOVER_PRIORITY_5_VMS - Before the priority 5 recovery group. Workflow: failover, test, rollback.
- BEFORE_CREATE_PLACEHOLDER_VMS - Before the create placeholder VMs group. Workflow: reprotect and rollback.
- BEFORE_FINALIZE_STORAGE - Before the final storage operation. This is really the final synchronization of storage. Workflow: reprotect and rollback.
- BEFORE_REVERSE_REPLICATION - Before the reverse replication operation. Workflow: reprotect and rollback.
- AT_END - At the end of plan execution. Workflow: failover and test.
Possible values are : AT_BEGIN, BEFORE_DISCOVER_RU_METADATA_SYNC, BEFORE_SYNC_METADATA, BEFORE_PRESYNC_STORAGE, BEFORE_RESTORING_HOSTS_FOR_MIGRATION, BEFORE_SUSPEND_RECOVERY_SITE_VMS_FOR_MIGRATION, BEFORE_PREPARE_STORAGE_FOR_VMOTION, BEFORE_VMOTION_VMS, BEFORE_DISABLE_PROTECTED_SITE_VMS, BEFORE_SHUTDOWN_PROTECTED_SITE_VMS, BEFORE_RESUME_PROTECTED_SITE_VMS, BEFORE_POWER_OFF_RECOVERY_SITE_VMS, BEFORE_RESUME_RECOVERY_SITE_VMS, BEFORE_DEACTIVATE_RECOVERY_UNITS, BEFORE_POST_PROCESS_AFTER_DEACTIVATE, BEFORE_DEACTIVATE_CONSISTENCY_GROUPS, BEFORE_BEGIN_PREPARE_PRIMARY_SITE_HOSTS, BEFORE_BEGIN_PREPARE_STORAGE, BEFORE_SYNC_STORAGE, BEFORE_RESTORE_HOSTS, BEFORE_PREPARE_STORAGE, BEFORE_RESTORE_STORAGE, BEFORE_DISCOVER_PIGGYBACK_UNITS, BEFORE_CLEANUP_RECOVERY_UNITS, BEFORE_CLEANUP_CONSISTENCY_GROUPS, BEFORE_SUSPEND_RECOVERY_SITE_VMS, BEFORE_SUSPEND_PROTECTED_SITE_VMS, BEFORE_CONFIGURE_STORAGE, BEFORE_IMPORT_VMS, BEFORE_APPLYING_POLICIES, BEFORE_RECOVER_PRIORITY_1_VMS, BEFORE_RECOVER_PRIORITY_2_VMS, BEFORE_RECOVER_PRIORITY_3_VMS, BEFORE_RECOVER_PRIORITY_4_VMS, BEFORE_RECOVER_PRIORITY_5_VMS, BEFORE_CREATE_PLACEHOLDER_VMS, BEFORE_FINALIZE_STORAGE, BEFORE_REVERSE_REPLICATION, AT_END,