| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
GmOperationalState.Builder |
GmOperationalState.Builder.setConsolidatedProgress(java.lang.String consolidatedProgress)
Possible values are:
GmOperationalState.CONSOLIDATED_PROGRESS_IN_PROGRESS
GmOperationalState.CONSOLIDATED_PROGRESS_COMPLETED
GmOperationalState.CONSOLIDATED_PROGRESS_FAILED
Consolidated status of the current operation |
GmOperationalState.Builder |
GmOperationalState.Builder.setEndTime(java.lang.Long endTime)
End time of the switchover operation format: int64
|
GmOperationalState.Builder |
GmOperationalState.Builder.setErrors(java.util.List<java.lang.String> errors)
Errors if any
|
GmOperationalState.Builder |
GmOperationalState.Builder.setNodeStatuses(java.util.List<GmNodeStatus> nodeStatuses)
Switchover status from each NSX Global Manager appliance node
|
GmOperationalState.Builder |
GmOperationalState.Builder.setSiteManagerRef(java.lang.Long siteManagerRef)
Timestamp reference for the change provided by SiteManager format: int64
|
GmOperationalState.Builder |
GmOperationalState.Builder.setStartTime(java.lang.Long startTime)
Start time of the switchover operation format: int64
|
GmOperationalState.Builder |
GmOperationalState.Builder.setStatus(java.lang.String status)
Possible values are:
GmOperationalState.STATUS_NONE
GmOperationalState.STATUS_ACTIVE
GmOperationalState.STATUS_STANDBY
GmOperationalState.STATUS_SWITCHING_TO_ACTIVE
GmOperationalState.STATUS_SWITCHING_TO_STANDBY
GmOperationalState.STATUS_DECOMMISSIONED
The current switchover operation requested. |
GmOperationalState.Builder |
GmOperationalState.Builder.setWarnings(java.util.List<java.lang.String> warnings)
Errors if any
|