Uses of Class
com.vmware.nsx_policy.model.ServicePathListResult
-
Packages that use ServicePathListResult Package Description com.vmware.nsx_policy.infra.service_chains com.vmware.nsx_policy.model -
-
Uses of ServicePathListResult in com.vmware.nsx_policy.infra.service_chains
Methods in com.vmware.nsx_policy.infra.service_chains that return ServicePathListResult Modifier and Type Method Description ServicePathListResult
ServicePaths. list(java.lang.String serviceChainId, java.lang.String enforcementPointPath)
This API can be used to read service paths for a given service-chain-id.ServicePathListResult
ServicePaths. list(java.lang.String serviceChainId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API can be used to read service paths for a given service-chain-id.ServicePathListResult
ServicePathsStub. list(java.lang.String serviceChainId, java.lang.String enforcementPointPath)
ServicePathListResult
ServicePathsStub. list(java.lang.String serviceChainId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.service_chains with type arguments of type ServicePathListResult Modifier and Type Method Description void
ServicePaths. list(java.lang.String serviceChainId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServicePathListResult> asyncCallback)
This API can be used to read service paths for a given service-chain-id.void
ServicePaths. list(java.lang.String serviceChainId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServicePathListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API can be used to read service paths for a given service-chain-id.void
ServicePathsStub. list(java.lang.String serviceChainId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServicePathListResult> asyncCallback)
void
ServicePathsStub. list(java.lang.String serviceChainId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServicePathListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ServicePathListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ServicePathListResult Modifier and Type Method Description static ServicePathListResult
ServicePathListResult. _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 ServicePathListResult
ServicePathListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ServicePathListResult
ServicePathListResult.Builder. build()
-