Uses of Class
com.vmware.nsx_policy.model.TaskProperties
-
Packages that use TaskProperties Package Description com.vmware.nsx_policy com.vmware.nsx_policy.model -
-
Uses of TaskProperties in com.vmware.nsx_policy
Methods in com.vmware.nsx_policy that return TaskProperties Modifier and Type Method Description TaskProperties
Tasks. get(java.lang.String taskId)
Get information about the specified taskTaskProperties
Tasks. get(java.lang.String taskId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about the specified taskTaskProperties
TasksStub. get(java.lang.String taskId)
TaskProperties
TasksStub. get(java.lang.String taskId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy with type arguments of type TaskProperties Modifier and Type Method Description void
Tasks. get(java.lang.String taskId, com.vmware.vapi.bindings.client.AsyncCallback<TaskProperties> asyncCallback)
Get information about the specified taskvoid
Tasks. get(java.lang.String taskId, com.vmware.vapi.bindings.client.AsyncCallback<TaskProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about the specified taskvoid
TasksStub. get(java.lang.String taskId, com.vmware.vapi.bindings.client.AsyncCallback<TaskProperties> asyncCallback)
void
TasksStub. get(java.lang.String taskId, com.vmware.vapi.bindings.client.AsyncCallback<TaskProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of TaskProperties in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return TaskProperties Modifier and Type Method Description static TaskProperties
TaskProperties. _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 TaskProperties
TaskProperties. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TaskProperties
TaskProperties.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type TaskProperties Modifier and Type Method Description java.util.List<TaskProperties>
TaskListResult. getResults()
Task property resultsMethod parameters in com.vmware.nsx_policy.model with type arguments of type TaskProperties Modifier and Type Method Description TaskListResult.Builder
TaskListResult.Builder. setResults(java.util.List<TaskProperties> results)
Task property resultsvoid
TaskListResult. setResults(java.util.List<TaskProperties> results)
Task property results
-