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 TaskPropertiesTasks. get(java.lang.String taskId)Get information about the specified taskTaskPropertiesTasks. get(java.lang.String taskId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get information about the specified taskTaskPropertiesTasksStub. get(java.lang.String taskId)TaskPropertiesTasksStub. 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 voidTasks. get(java.lang.String taskId, com.vmware.vapi.bindings.client.AsyncCallback<TaskProperties> asyncCallback)Get information about the specified taskvoidTasks. 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 taskvoidTasksStub. get(java.lang.String taskId, com.vmware.vapi.bindings.client.AsyncCallback<TaskProperties> asyncCallback)voidTasksStub. 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 TaskPropertiesTaskProperties. _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 TaskPropertiesTaskProperties. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TaskPropertiesTaskProperties.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.BuilderTaskListResult.Builder. setResults(java.util.List<TaskProperties> results)Task property resultsvoidTaskListResult. setResults(java.util.List<TaskProperties> results)Task property results
-