Uses of Class
com.vmware.nsx_policy.model.ServiceChainMappingListResult
-
Packages that use ServiceChainMappingListResult Package Description com.vmware.nsx_policy.infra.service_references.service_profiles com.vmware.nsx_policy.model -
-
Uses of ServiceChainMappingListResult in com.vmware.nsx_policy.infra.service_references.service_profiles
Methods in com.vmware.nsx_policy.infra.service_references.service_profiles that return ServiceChainMappingListResult Modifier and Type Method Description ServiceChainMappingListResultServiceChainMappings. list(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath)List all service chain mappings in the system for the given service profile.ServiceChainMappingListResultServiceChainMappings. list(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)List all service chain mappings in the system for the given service profile.ServiceChainMappingListResultServiceChainMappingsStub. list(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath)ServiceChainMappingListResultServiceChainMappingsStub. list(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.service_references.service_profiles with type arguments of type ServiceChainMappingListResult Modifier and Type Method Description voidServiceChainMappings. list(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServiceChainMappingListResult> asyncCallback)List all service chain mappings in the system for the given service profile.voidServiceChainMappings. list(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServiceChainMappingListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)List all service chain mappings in the system for the given service profile.voidServiceChainMappingsStub. list(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServiceChainMappingListResult> asyncCallback)voidServiceChainMappingsStub. list(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServiceChainMappingListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ServiceChainMappingListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ServiceChainMappingListResult Modifier and Type Method Description static ServiceChainMappingListResultServiceChainMappingListResult. _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 ServiceChainMappingListResultServiceChainMappingListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ServiceChainMappingListResultServiceChainMappingListResult.Builder. build()
-