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.BuilderShaMonitorStatusDetail.Builder. setOverallStatus(java.lang.String overallStatus)Possible values are:ShaMonitorStatusDetail.OVERALL_STATUS_UNKNOWNShaMonitorStatusDetail.OVERALL_STATUS_NORMALShaMonitorStatusDetail.OVERALL_STATUS_RUNNING_ERRORShaMonitorStatusDetail.OVERALL_STATUS_PARTIAL_ERRORThe overall status is calculated based on the status of the sub-monitors if there are.ShaMonitorStatusDetail.BuilderShaMonitorStatusDetail.Builder. setStatusDescription(java.lang.String statusDescription)Description of this monitor statusShaMonitorStatusDetail.BuilderShaMonitorStatusDetail.Builder. setStatusDetailPerSubMonitor(java.util.List<ShaSubMonitorStatusDetail> statusDetailPerSubMonitor)The status detail for each sub-monitors
-