| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected TaskInfoState |
SetTaskStateRequestType.state |
protected TaskInfoState |
TaskInfo.state |
protected TaskInfoState |
ScheduledTaskInfo.state |
| Modifier and Type | Field and Description |
|---|---|
protected List<TaskInfoState> |
TaskFilterSpec.state |
protected List<TaskInfoState> |
ArrayOfTaskInfoState.taskInfoState |
| Modifier and Type | Method and Description |
|---|---|
static TaskInfoState |
TaskInfoState.fromValue(String v) |
TaskInfoState |
SetTaskStateRequestType.getState()
Gets the value of the state property.
|
TaskInfoState |
TaskInfo.getState()
Gets the value of the state property.
|
TaskInfoState |
ScheduledTaskInfo.getState()
Gets the value of the state property.
|
static TaskInfoState |
TaskInfoState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskInfoState[] |
TaskInfoState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskInfoState> |
TaskFilterSpec.getState()
Gets the value of the state property.
|
List<TaskInfoState> |
ArrayOfTaskInfoState.getTaskInfoState()
Gets the value of the taskInfoState property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetTaskStateRequestType.setState(TaskInfoState value)
Sets the value of the state property.
|
void |
TaskInfo.setState(TaskInfoState value)
Sets the value of the state property.
|
void |
ScheduledTaskInfo.setState(TaskInfoState value)
Sets the value of the state property.
|
void |
VimPortType.setTaskState(ManagedObjectReference _this,
TaskInfoState state,
Object result,
LocalizedMethodFault fault) |
Copyright © 2018. All rights reserved.