ReplicationRecoveryPlanBootRecoveryGroup

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)

Types

Link copied to clipboard
object Companion

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.