RecoveryPlanGroupResponse

data class RecoveryPlanGroupResponse(val endGroupActions: List<RecoveryPlanActionResponse>? = null, val groupType: String, val replicationProtectedItems: List<RecoveryPlanProtectedItemResponse>? = null, val startGroupActions: List<RecoveryPlanActionResponse>? = null)

Recovery plan group details.

Constructors

Link copied to clipboard
constructor(endGroupActions: List<RecoveryPlanActionResponse>? = null, groupType: String, replicationProtectedItems: List<RecoveryPlanProtectedItemResponse>? = null, startGroupActions: List<RecoveryPlanActionResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The end group actions.

Link copied to clipboard

The group type.

Link copied to clipboard

The list of protected items.

Link copied to clipboard

The start group actions.