Package | Description |
---|---|
com.vmware.appliance.vcenter.settings.v1 |
The
com.vmware.appliance.vcenter.settings.v1 package provides interfaces
to manage the ConfigManagement. |
Modifier and Type | Method and Description |
---|---|
TaskInfo.Builder |
TaskInfo.Builder.setEndTime(java.util.Calendar endTime)
Time when the operation is completed.
|
TaskInfo.Builder |
TaskInfo.Builder.setError(com.vmware.vapi.bindings.ApiError error)
Description of the error if the operation status is "FAILED".
|
TaskInfo.Builder |
TaskInfo.Builder.setNotifications(Notifications notifications)
Notifications to the user.
|
TaskInfo.Builder |
TaskInfo.Builder.setParent(java.lang.String parent)
Parent of the current task.
|
TaskInfo.Builder |
TaskInfo.Builder.setProgress(Progress progress)
Progress of the operation.
|
TaskInfo.Builder |
TaskInfo.Builder.setResult(com.vmware.vapi.data.DataValue result)
Task result.
|
TaskInfo.Builder |
TaskInfo.Builder.setStartTime(java.util.Calendar startTime)
Time when the operation is started.
|
TaskInfo.Builder |
TaskInfo.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
TaskInfo.Builder |
TaskInfo.Builder.setUser(java.lang.String user)
Name of the user who performed the operation.
|