Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
Modifier and Type | Method and Description |
---|---|
static TaskInfo |
TaskInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static TaskInfo |
TaskInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
TaskInfo |
TaskInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,TaskInfo> |
TaskInfo.getSubtasks()
Information about the subtasks that this task contains.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskInfo.setSubtasks(java.util.Map<java.lang.String,TaskInfo> subtasks)
Information about the subtasks that this task contains.
|
TaskInfo.Builder |
TaskInfo.Builder.setSubtasks(java.util.Map<java.lang.String,TaskInfo> subtasks)
Information about the subtasks that this task contains.
|