Package | Description |
---|---|
com.vmware.appliance |
The
com.vmware.appliance package provides interfaces for managing
vCenter Appliance configuration. |
Modifier and Type | Method and Description |
---|---|
static SubtaskInfo |
SubtaskInfo._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 SubtaskInfo |
SubtaskInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SubtaskInfo |
SubtaskInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SubtaskInfo> |
TaskInfo.getSubtasks()
Information about the subtasks that this appliance task consists of.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskInfo.setSubtasks(java.util.Map<java.lang.String,SubtaskInfo> subtasks)
Information about the subtasks that this appliance task consists of.
|
Constructor and Description |
---|
Builder(java.util.List<java.lang.String> subtaskOrder,
java.util.Map<java.lang.String,SubtaskInfo> subtasks,
LocalizableMessage description,
java.lang.String service,
java.lang.String operation,
Status status,
boolean cancelable)
Constructor with parameters for the required properties of
TaskInfo . |