Package version:

This class represents the recovery plan shutdown group task details.

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

Hierarchy (view full)

Properties

childTasks?: ASRTask[]

The child tasks.

groupId?: string

The group identifier.

instanceType

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

name?: string

The name.

rpGroupType?: string

The group type.