pre Actions
Parameters
value
one or more action
block as defined below. which will be executed before the group recovery.
Parameters
values
one or more action
block as defined below. which will be executed before the group recovery.
suspend fun preActions(argument: List<suspend ReplicationRecoveryPlanRecoveryGroupPreActionArgsBuilder.() -> Unit>)
suspend fun preActions(vararg argument: suspend ReplicationRecoveryPlanRecoveryGroupPreActionArgsBuilder.() -> Unit)
suspend fun preActions(argument: suspend ReplicationRecoveryPlanRecoveryGroupPreActionArgsBuilder.() -> Unit)
Parameters
argument
one or more action
block as defined below. which will be executed before the group recovery.