RecoveryPlanGroupTaskDetails interface
This class represents the recovery plan group task.
- Extends
Properties
group |
The group identifier. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
name | The name. |
rp |
The group type. |
Inherited Properties
child |
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
ASRTask[]
Inherited From GroupTaskDetails.childTasks