Package version:

This class contains monitoring details of all the inconsistent Protected Entities in Vmm.

interface ConsistencyCheckTaskDetails {
    instanceType: "ConsistencyCheckTaskDetails";
    vmDetails?: InconsistentVmDetails[];
}

Hierarchy (view full)

Properties

instanceType

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

vmDetails?: InconsistentVmDetails[]

The list of inconsistent Vm details.