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>
Constructors
Link copied to clipboard
fun ReplicationRecoveryPlanShutdownRecoveryGroupPostActionArgs(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>)