Replication Recovery Plan Boot Recovery Group
data class ReplicationRecoveryPlanBootRecoveryGroup(val postActions: List<ReplicationRecoveryPlanBootRecoveryGroupPostAction>? = null, val preActions: List<ReplicationRecoveryPlanBootRecoveryGroupPreAction>? = null, val replicatedProtectedItems: List<String>? = null)
Constructors
Link copied to clipboard
constructor(postActions: List<ReplicationRecoveryPlanBootRecoveryGroupPostAction>? = null, preActions: List<ReplicationRecoveryPlanBootRecoveryGroupPreAction>? = null, replicatedProtectedItems: 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
.