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 ServiceChainMappingListResult
ServiceChainMappings. 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.ServiceChainMappingListResult
ServiceChainMappings. 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.ServiceChainMappingListResult
ServiceChainMappingsStub. list(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath)
ServiceChainMappingListResult
ServiceChainMappingsStub. 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 void
ServiceChainMappings. 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.void
ServiceChainMappings. 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.void
ServiceChainMappingsStub. list(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServiceChainMappingListResult> asyncCallback)
void
ServiceChainMappingsStub. 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 ServiceChainMappingListResult
ServiceChainMappingListResult. _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 ServiceChainMappingListResult
ServiceChainMappingListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ServiceChainMappingListResult
ServiceChainMappingListResult.Builder. build()
-