Uses of Class
com.vmware.nsx_policy.model.ShaMonitorStatusDetail.Builder
-
Packages that use ShaMonitorStatusDetail.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of ShaMonitorStatusDetail.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ShaMonitorStatusDetail.Builder Modifier and Type Method Description ShaMonitorStatusDetail.Builder
ShaMonitorStatusDetail.Builder. setOverallStatus(java.lang.String overallStatus)
Possible values are:ShaMonitorStatusDetail.OVERALL_STATUS_UNKNOWN
ShaMonitorStatusDetail.OVERALL_STATUS_NORMAL
ShaMonitorStatusDetail.OVERALL_STATUS_RUNNING_ERROR
ShaMonitorStatusDetail.OVERALL_STATUS_PARTIAL_ERROR
The overall status is calculated based on the status of the sub-monitors if there are.ShaMonitorStatusDetail.Builder
ShaMonitorStatusDetail.Builder. setStatusDescription(java.lang.String statusDescription)
Description of this monitor statusShaMonitorStatusDetail.Builder
ShaMonitorStatusDetail.Builder. setStatusDetailPerSubMonitor(java.util.List<ShaSubMonitorStatusDetail> statusDetailPerSubMonitor)
The status detail for each sub-monitors
-