Package version:

Recovery plan group details.

interface RecoveryPlanGroup {
    endGroupActions?: RecoveryPlanAction[];
    groupType: string;
    replicationProtectedItems?: RecoveryPlanProtectedItem[];
    startGroupActions?: RecoveryPlanAction[];
}

Properties

endGroupActions?: RecoveryPlanAction[]

The end group actions.

groupType: string

The group type.

replicationProtectedItems?: RecoveryPlanProtectedItem[]

The list of protected items.

startGroupActions?: RecoveryPlanAction[]

The start group actions.