| Package | Description |
|---|---|
| com.vmware.vim25 | |
| com.vmware.vim25.mo | |
| com.vmware.vim25.ws |
| Modifier and Type | Field and Description |
|---|---|
TaskInfo |
TaskEvent.info |
TaskInfo[] |
ArrayOfTaskInfo.TaskInfo |
| Modifier and Type | Method and Description |
|---|---|
TaskInfo |
TaskEvent.getInfo() |
TaskInfo[] |
ArrayOfTaskInfo.getTaskInfo() |
TaskInfo |
ArrayOfTaskInfo.getTaskInfo(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskEvent.setInfo(TaskInfo info) |
void |
ArrayOfTaskInfo.setTaskInfo(TaskInfo[] TaskInfo) |
| Modifier and Type | Method and Description |
|---|---|
TaskInfo |
TaskManager.createTask(ManagedObject obj,
String taskTypeId,
String initiatedBy,
boolean cancelable) |
TaskInfo |
TaskManager.createTask(ManagedObject obj,
String taskTypeId,
String initiatedBy,
boolean cancelable,
String parentTaskKey) |
TaskInfo[] |
TaskHistoryCollector.getLatestPage() |
TaskInfo |
Task.getTaskInfo() |
TaskInfo[] |
TaskHistoryCollector.readNextTasks(int maxCount) |
TaskInfo[] |
TaskHistoryCollector.readPreviousTasks(int maxCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventManager.postEvent(Event eventToPost,
TaskInfo taskInfo) |
| Modifier and Type | Method and Description |
|---|---|
TaskInfo |
VimStub.createTask(ManagedObjectReference _this,
ManagedObjectReference obj,
String taskTypeId,
String initiatedBy,
boolean cancelable,
String parentTaskKey) |
TaskInfo[] |
VimStub.readNextTasks(ManagedObjectReference _this,
int maxCount) |
TaskInfo[] |
VimStub.readPreviousTasks(ManagedObjectReference _this,
int maxCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
VimStub.postEvent(ManagedObjectReference _this,
Event eventToPost,
TaskInfo taskInfo) |
Copyright © 2011-2012. All Rights Reserved.