Replication Recovery Plan Shutdown Recovery Group Post Action Args
data class ReplicationRecoveryPlanShutdownRecoveryGroupPostActionArgs(val fabricLocation: Output<String>? = null, val failOverDirections: Output<List<String>>, val failOverTypes: Output<List<String>>, val manualActionInstruction: Output<String>? = null, val name: Output<String>, val runbookId: Output<String>? = null, val scriptPath: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ReplicationRecoveryPlanShutdownRecoveryGroupPostActionArgs>
Properties
Link copied to clipboard
The fabric location of runbook or script. Possible values are Primary
and Recovery
. It must not be specified when type
is ManualActionDetails
.
Link copied to clipboard
Directions of fail over. Possible values are PrimaryToRecovery
and RecoveryToPrimary
Link copied to clipboard
Types of fail over. Possible values are TestFailover
, PlannedFailover
and UnplannedFailover
Link copied to clipboard
Instructions of manual action.
Link copied to clipboard
Path of action script.