RecoveryPlanGroupArgs

data class RecoveryPlanGroupArgs(val endGroupActions: Output<List<RecoveryPlanActionArgs>>? = null, val groupType: Output<Either<String, RecoveryPlanGroupType>>, val replicationProtectedItems: Output<List<RecoveryPlanProtectedItemArgs>>? = null, val startGroupActions: Output<List<RecoveryPlanActionArgs>>? = null) : ConvertibleToJava<RecoveryPlanGroupArgs>

Recovery plan group details.

Constructors

Link copied to clipboard
constructor(endGroupActions: Output<List<RecoveryPlanActionArgs>>? = null, groupType: Output<Either<String, RecoveryPlanGroupType>>, replicationProtectedItems: Output<List<RecoveryPlanProtectedItemArgs>>? = null, startGroupActions: Output<List<RecoveryPlanActionArgs>>? = null)

Properties

Link copied to clipboard

The end group actions.

Link copied to clipboard
val groupType: Output<Either<String, RecoveryPlanGroupType>>

The group type.

Link copied to clipboard

The list of protected items.

Link copied to clipboard

The start group actions.

Functions

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