Package | Description |
---|---|
com.vmware.appliance |
The
com.vmware.appliance package provides interfaces for managing
vCenter Appliance configuration. |
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() |
TaskInfo |
UpdateTypes.Info.getTask()
The running or completed update task.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTypes.Info.setTask(TaskInfo task)
The running or completed update task.
|
UpdateTypes.Info.Builder |
UpdateTypes.Info.Builder.setTask(TaskInfo task)
The running or completed update task.
|