ReplicationRecoveryPlanRecoveryGroup

data class ReplicationRecoveryPlanRecoveryGroup(val postActions: List<ReplicationRecoveryPlanRecoveryGroupPostAction>? = null, val preActions: List<ReplicationRecoveryPlanRecoveryGroupPreAction>? = null, val replicatedProtectedItems: List<String>? = null, val type: String)

Constructors

Link copied to clipboard
constructor(postActions: List<ReplicationRecoveryPlanRecoveryGroupPostAction>? = null, preActions: List<ReplicationRecoveryPlanRecoveryGroupPreAction>? = null, replicatedProtectedItems: List<String>? = null, type: String)

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. It must not be specified when type is Shutdown.

Link copied to clipboard

The Recovery Plan Group Type. Possible values are Boot, Failover and Shutdown.