com.vmware.cis.task package provides enumeration classes and classes
used for managing tasks.See: Description
| Class | Description |
|---|---|
| CommonInfo |
The
CommonInfo class contains information common to all tasks. |
| CommonInfo.Builder |
Builder class for
CommonInfo. |
| Info |
The
Info class contains information about a task. |
| Info.Builder |
Builder class for
Info. |
| Progress |
The
Progress class contains information describe the progress of an
operation. |
| Progress.Builder |
Builder class for
Progress. |
| Status |
The
Status enumeration class defines the status values that can be
reported for an operation. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.cis.task package. |
| TaskFactory |
TaskFactory is responsible for creating instances of services
contained inside the com.vmware.cis.task package and also has the subpackages reference
to access respective subpackage services. |
| Enum | Description |
|---|---|
| Status.Values |
Native Java
enum representing this enumeration class. |
com.vmware.cis.task package provides enumeration classes and classes
used for managing tasks.