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 ServicePathListResultServicePaths. list(java.lang.String serviceChainId, java.lang.String enforcementPointPath)This API can be used to read service paths for a given service-chain-id.ServicePathListResultServicePaths. 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.ServicePathListResultServicePathsStub. list(java.lang.String serviceChainId, java.lang.String enforcementPointPath)ServicePathListResultServicePathsStub. 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 voidServicePaths. 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.voidServicePaths. 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.voidServicePathsStub. list(java.lang.String serviceChainId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServicePathListResult> asyncCallback)voidServicePathsStub. 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 ServicePathListResultServicePathListResult. _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 ServicePathListResultServicePathListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ServicePathListResultServicePathListResult.Builder. build()
-