Replication Recovery Plan Boot Recovery Group Args
data class ReplicationRecoveryPlanBootRecoveryGroupArgs(val postActions: Output<List<ReplicationRecoveryPlanBootRecoveryGroupPostActionArgs>>? = null, val preActions: Output<List<ReplicationRecoveryPlanBootRecoveryGroupPreActionArgs>>? = null, val replicatedProtectedItems: Output<List<String>>? = null) : ConvertibleToJava<ReplicationRecoveryPlanBootRecoveryGroupArgs>
Constructors
Link copied to clipboard
constructor(postActions: Output<List<ReplicationRecoveryPlanBootRecoveryGroupPostActionArgs>>? = null, preActions: Output<List<ReplicationRecoveryPlanBootRecoveryGroupPreActionArgs>>? = null, replicatedProtectedItems: Output<List<String>>? = null)
Properties
Link copied to clipboard
one or more action
block as defined below. which will be executed after the group recovery.
Link copied to clipboard
one or more action
block as defined below. which will be executed before the group recovery.
Link copied to clipboard
One or more protected VM IDs. It must not be specified when type
is Shutdown
.