Uses of Class
com.vmware.nsx_policy.model.SandboxedResourceListResult
-
Packages that use SandboxedResourceListResult Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of SandboxedResourceListResult in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return SandboxedResourceListResult Modifier and Type Method Description SandboxedResourceListResultSandboxedResources. list(java.lang.String intentPath, java.lang.String sitePath)Get sandbox resourcesSandboxedResourceListResultSandboxedResources. list(java.lang.String intentPath, java.lang.String sitePath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get sandbox resourcesSandboxedResourceListResultSandboxedResourcesStub. list(java.lang.String intentPath, java.lang.String sitePath)SandboxedResourceListResultSandboxedResourcesStub. list(java.lang.String intentPath, java.lang.String sitePath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra with type arguments of type SandboxedResourceListResult Modifier and Type Method Description voidSandboxedResources. list(java.lang.String intentPath, java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<SandboxedResourceListResult> asyncCallback)Get sandbox resourcesvoidSandboxedResources. list(java.lang.String intentPath, java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<SandboxedResourceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get sandbox resourcesvoidSandboxedResourcesStub. list(java.lang.String intentPath, java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<SandboxedResourceListResult> asyncCallback)voidSandboxedResourcesStub. list(java.lang.String intentPath, java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<SandboxedResourceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of SandboxedResourceListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return SandboxedResourceListResult Modifier and Type Method Description static SandboxedResourceListResultSandboxedResourceListResult. _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 SandboxedResourceListResultSandboxedResourceListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.SandboxedResourceListResultSandboxedResourceListResult.Builder. build()
-