Package version:

This class represents the recovery plan group task.

interface RecoveryPlanGroupTaskDetails {
    childTasks?: ASRTask[];
    groupId?: string;
    instanceType: "RecoveryPlanGroupTaskDetails" | "RecoveryPlanShutdownGroupTaskDetails";
    name?: string;
    rpGroupType?: string;
}

Hierarchy (view full)

Properties

childTasks?: ASRTask[]

The child tasks.

groupId?: string

The group identifier.

instanceType: "RecoveryPlanGroupTaskDetails" | "RecoveryPlanShutdownGroupTaskDetails"

Polymorphic discriminator, which specifies the different types this object can be

name?: string

The name.

rpGroupType?: string

The group type.