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 SandboxedResourceListResult
SandboxedResources. list(java.lang.String intentPath, java.lang.String sitePath)
Get sandbox resourcesSandboxedResourceListResult
SandboxedResources. list(java.lang.String intentPath, java.lang.String sitePath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get sandbox resourcesSandboxedResourceListResult
SandboxedResourcesStub. list(java.lang.String intentPath, java.lang.String sitePath)
SandboxedResourceListResult
SandboxedResourcesStub. 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 void
SandboxedResources. list(java.lang.String intentPath, java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<SandboxedResourceListResult> asyncCallback)
Get sandbox resourcesvoid
SandboxedResources. 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 resourcesvoid
SandboxedResourcesStub. list(java.lang.String intentPath, java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<SandboxedResourceListResult> asyncCallback)
void
SandboxedResourcesStub. 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 SandboxedResourceListResult
SandboxedResourceListResult. _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 SandboxedResourceListResult
SandboxedResourceListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.SandboxedResourceListResult
SandboxedResourceListResult.Builder. build()
-