InconsistentVmDetails interface
This class stores the monitoring details for consistency check of inconsistent Protected Entity.
Properties
cloud |
The Cloud name. |
details | The list of details regarding state of the Protected Entity in SRS and On prem. |
error |
The list of error ids. |
vm |
The Vm name. |
Property Details
cloudName
The Cloud name.
cloudName?: string
Property Value
string
details
The list of details regarding state of the Protected Entity in SRS and On prem.
details?: string[]
Property Value
string[]
errorIds
The list of error ids.
errorIds?: string[]
Property Value
string[]
vmName
The Vm name.
vmName?: string
Property Value
string