Package version:

This class stores the monitoring details for consistency check of inconsistent Protected Entity.

interface InconsistentVmDetails {
    cloudName?: string;
    details?: string[];
    errorIds?: string[];
    vmName?: string;
}

Properties

cloudName?: string

The Cloud name.

details?: string[]

The list of details regarding state of the Protected Entity in SRS and On prem.

errorIds?: string[]

The list of error ids.

vmName?: string

The Vm name.