ReplicationRecoveryPlanBootRecoveryGroupArgs

data class ReplicationRecoveryPlanBootRecoveryGroupArgs(val postActions: Output<List<ReplicationRecoveryPlanBootRecoveryGroupPostActionArgs>>? = null, val preActions: Output<List<ReplicationRecoveryPlanBootRecoveryGroupPreActionArgs>>? = null, val replicatedProtectedItems: Output<List<String>>? = null) : ConvertibleToJava<ReplicationRecoveryPlanBootRecoveryGroupArgs>

Constructors

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
val replicatedProtectedItems: Output<List<String>>? = null

One or more protected VM IDs.

Functions

Link copied to clipboard
open override fun toJava(): ReplicationRecoveryPlanBootRecoveryGroupArgs