RecoveryPlanShutdownGroupTaskDetails interface

This class represents the recovery plan shutdown group task details.

Extends

Properties

instanceType

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

Inherited Properties

childTasks

The child tasks.

groupId

The group identifier.

name

The name.

rpGroupType

The group type.

Property Details

instanceType

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

instanceType: "RecoveryPlanShutdownGroupTaskDetails"

Property Value

"RecoveryPlanShutdownGroupTaskDetails"

Inherited Property Details

childTasks

The child tasks.

childTasks?: ASRTask[]

Property Value

Inherited From RecoveryPlanGroupTaskDetails.childTasks

groupId

The group identifier.

groupId?: string

Property Value

string

Inherited From RecoveryPlanGroupTaskDetails.groupId

name

The name.

name?: string

Property Value

string

Inherited From RecoveryPlanGroupTaskDetails.name

rpGroupType

The group type.

rpGroupType?: string

Property Value

string

Inherited From RecoveryPlanGroupTaskDetails.rpGroupType