ConsistencyCheckTaskDetails interface
This class contains monitoring details of all the inconsistent Protected Entities in Vmm.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
vm |
The list of inconsistent Vm details. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "ConsistencyCheckTaskDetails"
Property Value
"ConsistencyCheckTaskDetails"
vmDetails
The list of inconsistent Vm details.
vmDetails?: InconsistentVmDetails[]