Replication Recovery Plan Shutdown Recovery Group Pre Action Args
data class ReplicationRecoveryPlanShutdownRecoveryGroupPreActionArgs(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<ReplicationRecoveryPlanShutdownRecoveryGroupPreActionArgs>
Constructors
Link copied to clipboard
fun ReplicationRecoveryPlanShutdownRecoveryGroupPreActionArgs(fabricLocation: Output<String>? = null, failOverDirections: Output<List<String>>, failOverTypes: Output<List<String>>, manualActionInstruction: Output<String>? = null, name: Output<String>, runbookId: Output<String>? = null, scriptPath: Output<String>? = null, type: Output<String>)