RecoveryPlanGroupTaskDetails interface

This class represents the recovery plan group task.

Extends

Properties

groupId

The group identifier.

instanceType

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

name

The name.

rpGroupType

The group type.

Inherited Properties

childTasks

The child tasks.

Property Details

groupId

The group identifier.

groupId?: string

Property Value

string

instanceType

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

instanceType: "RecoveryPlanGroupTaskDetails" | "RecoveryPlanShutdownGroupTaskDetails"

Property Value

"RecoveryPlanGroupTaskDetails" | "RecoveryPlanShutdownGroupTaskDetails"

name

The name.

name?: string

Property Value

string

rpGroupType

The group type.

rpGroupType?: string

Property Value

string

Inherited Property Details

childTasks

The child tasks.

childTasks?: ASRTask[]

Property Value

Inherited From GroupTaskDetails.childTasks