Uses of Class
com.vmware.nsx_policy.model.LBService
-
Packages that use LBService Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of LBService in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return LBService Modifier and Type Method Description LBServiceLbServices. get(java.lang.String lbServiceId)Read an LBService.LBServiceLbServices. get(java.lang.String lbServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read an LBService.LBServiceLbServicesStub. get(java.lang.String lbServiceId)LBServiceLbServicesStub. get(java.lang.String lbServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)LBServiceLbServices. update(java.lang.String lbServiceId, LBService lbService)If a LBService with the lb-service-id is not already present, create a new LBService.LBServiceLbServices. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a LBService with the lb-service-id is not already present, create a new LBService.LBServiceLbServicesStub. update(java.lang.String lbServiceId, LBService lbService)LBServiceLbServicesStub. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.infra with parameters of type LBService Modifier and Type Method Description voidLbServices. patch(java.lang.String lbServiceId, LBService lbService)If a LBService with the lb-service-id is not already present, create a new LBService.voidLbServices. patch(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)If a LBService with the lb-service-id is not already present, create a new LBService.voidLbServices. patch(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a LBService with the lb-service-id is not already present, create a new LBService.voidLbServices. patch(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a LBService with the lb-service-id is not already present, create a new LBService.voidLbServicesStub. patch(java.lang.String lbServiceId, LBService lbService)voidLbServicesStub. patch(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidLbServicesStub. patch(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidLbServicesStub. patch(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)LBServiceLbServices. update(java.lang.String lbServiceId, LBService lbService)If a LBService with the lb-service-id is not already present, create a new LBService.voidLbServices. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback)If a LBService with the lb-service-id is not already present, create a new LBService.voidLbServices. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a LBService with the lb-service-id is not already present, create a new LBService.LBServiceLbServices. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a LBService with the lb-service-id is not already present, create a new LBService.LBServiceLbServicesStub. update(java.lang.String lbServiceId, LBService lbService)voidLbServicesStub. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback)voidLbServicesStub. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)LBServiceLbServicesStub. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra with type arguments of type LBService Modifier and Type Method Description voidLbServices. get(java.lang.String lbServiceId, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback)Read an LBService.voidLbServices. get(java.lang.String lbServiceId, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read an LBService.voidLbServicesStub. get(java.lang.String lbServiceId, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback)voidLbServicesStub. get(java.lang.String lbServiceId, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidLbServices. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback)If a LBService with the lb-service-id is not already present, create a new LBService.voidLbServices. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a LBService with the lb-service-id is not already present, create a new LBService.voidLbServicesStub. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback)voidLbServicesStub. update(java.lang.String lbServiceId, LBService lbService, com.vmware.vapi.bindings.client.AsyncCallback<LBService> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of LBService in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LBService Modifier and Type Method Description static LBServiceLBService. _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 LBServiceLBService. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.LBServiceLBService.Builder. build()LBServiceChildLBService. getLbService()Methods in com.vmware.nsx_policy.model that return types with arguments of type LBService Modifier and Type Method Description java.util.List<LBService>LBServiceListResult. getResults()LBService list resultsMethods in com.vmware.nsx_policy.model with parameters of type LBService Modifier and Type Method Description ChildLBService.BuilderChildLBService.Builder. setLbService(LBService lbService)voidChildLBService. setLbService(LBService lbService)Method parameters in com.vmware.nsx_policy.model with type arguments of type LBService Modifier and Type Method Description LBServiceListResult.BuilderLBServiceListResult.Builder. setResults(java.util.List<LBService> results)LBService list resultsvoidLBServiceListResult. setResults(java.util.List<LBService> results)LBService list results
-