Package | Description |
---|---|
com.vmware.snapservice.tasks |
The
com.vmware.snapservice.tasks package provides interfaces to fetch
general information regarding vSAN snapshot service tasks. |
Modifier and Type | Method and Description |
---|---|
Info.Builder |
Info.Builder.setEndTime(java.util.Calendar endTime)
Time when the operation is completed.
|
Info.Builder |
Info.Builder.setError(com.vmware.vapi.bindings.ApiError error)
Description of the error if the operation status is "FAILED".
|
Info.Builder |
Info.Builder.setParent(java.lang.String parent)
Parent of the current task.
|
Info.Builder |
Info.Builder.setProgress(Progress progress)
Progress of the operation.
|
Info.Builder |
Info.Builder.setResult(com.vmware.vapi.data.DataValue result)
Result of the operation.
|
Info.Builder |
Info.Builder.setStartTime(java.util.Calendar startTime)
Time when the operation is started.
|
Info.Builder |
Info.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Info.Builder |
Info.Builder.setUser(java.lang.String user)
Name of the user who performed the operation.
|
Info.Builder |
Info.Builder.setVcTask(java.lang.String vcTask)
Associated vCenter task for the given task.
|