| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
RepoSyncStatusReport.Builder |
RepoSyncStatusReport.Builder.setFailureCode(java.lang.Long failureCode)
In case of repo sync related failure, the code for the error will be stored
here.
|
RepoSyncStatusReport.Builder |
RepoSyncStatusReport.Builder.setFailureMessage(java.lang.String failureMessage)
In case if repo sync fails due to some issue, an error message will be stored
here.
|
RepoSyncStatusReport.Builder |
RepoSyncStatusReport.Builder.setStatus(java.lang.String status)
Possible values are:
RepoSyncStatusReport.STATUS_NOT_STARTED
RepoSyncStatusReport.STATUS_IN_PROGRESS
RepoSyncStatusReport.STATUS_FAILED
RepoSyncStatusReport.STATUS_SUCCESS
Status of the repo sync operation on the single nsx-manager |
RepoSyncStatusReport.Builder |
RepoSyncStatusReport.Builder.setStatusMessage(java.lang.String statusMessage)
Describes the steps which repo sync operation is performing currently.
|