| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected TaskInfo |
TaskEvent.info |
protected TaskInfo |
CreateTaskResponse.returnval |
protected TaskInfo |
PostEventRequestType.taskInfo |
| Modifier and Type | Field and Description |
|---|---|
protected List<TaskInfo> |
ReadNextTasksResponse.returnval |
protected List<TaskInfo> |
ReadPreviousTasksResponse.returnval |
protected List<TaskInfo> |
ArrayOfTaskInfo.taskInfo |
| Modifier and Type | Method and Description |
|---|---|
TaskInfo |
VimPortType.createTask(ManagedObjectReference _this,
ManagedObjectReference obj,
String taskTypeId,
String initiatedBy,
boolean cancelable,
String parentTaskKey,
String activationId) |
TaskInfo |
ObjectFactory.createTaskInfo()
Create an instance of
TaskInfo |
TaskInfo |
TaskEvent.getInfo()
Gets the value of the info property.
|
TaskInfo |
CreateTaskResponse.getReturnval()
Gets the value of the returnval property.
|
TaskInfo |
PostEventRequestType.getTaskInfo()
Gets the value of the taskInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskInfo> |
ReadNextTasksResponse.getReturnval()
Gets the value of the returnval property.
|
List<TaskInfo> |
ReadPreviousTasksResponse.getReturnval()
Gets the value of the returnval property.
|
List<TaskInfo> |
ArrayOfTaskInfo.getTaskInfo()
Gets the value of the taskInfo property.
|
List<TaskInfo> |
VimPortType.readNextTasks(ManagedObjectReference _this,
int maxCount) |
List<TaskInfo> |
VimPortType.readPreviousTasks(ManagedObjectReference _this,
int maxCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
VimPortType.postEvent(ManagedObjectReference _this,
Event eventToPost,
TaskInfo taskInfo) |
void |
TaskEvent.setInfo(TaskInfo value)
Sets the value of the info property.
|
void |
CreateTaskResponse.setReturnval(TaskInfo value)
Sets the value of the returnval property.
|
void |
PostEventRequestType.setTaskInfo(TaskInfo value)
Sets the value of the taskInfo property.
|
Copyright © 2018. All rights reserved.