RecoveryPlanShutdownGroupTaskDetails interface
This class represents the recovery plan shutdown group task details.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
child |
The child tasks. |
group |
The group identifier. |
name | The name. |
rp |
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
ASRTask[]
Inherited From RecoveryPlanGroupTaskDetails.childTasks
groupId
The group identifier.
groupId?: string
Property Value
string
Inherited From RecoveryPlanGroupTaskDetails.groupId
name
rpGroupType
The group type.
rpGroupType?: string
Property Value
string
Inherited From RecoveryPlanGroupTaskDetails.rpGroupType