Uses of Class
com.morpheusdata.model.NetworkLoadBalancerScript
Packages that use NetworkLoadBalancerScript
-
Uses of NetworkLoadBalancerScript in com.morpheusdata.core.network.loadbalancer
Methods in com.morpheusdata.core.network.loadbalancer that return types with arguments of type NetworkLoadBalancerScriptModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<NetworkLoadBalancerScript>MorpheusLoadBalancerScriptService.listById(Collection<Long> ids) Deprecated.Method parameters in com.morpheusdata.core.network.loadbalancer with type arguments of type NetworkLoadBalancerScriptModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusLoadBalancerScriptService.create(List<NetworkLoadBalancerScript> scripts) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusLoadBalancerScriptService.save(List<NetworkLoadBalancerScript> scripts) Deprecated.useMorpheusDataService.bulkSave(java.util.List<M>)instead -
Uses of NetworkLoadBalancerScript in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type NetworkLoadBalancerScriptModifier and TypeFieldDescriptionprotected List<NetworkLoadBalancerScript>NetworkLoadBalancerInstance.scriptsMethods in com.morpheusdata.model that return types with arguments of type NetworkLoadBalancerScriptMethod parameters in com.morpheusdata.model with type arguments of type NetworkLoadBalancerScriptModifier and TypeMethodDescriptionvoidNetworkLoadBalancerInstance.setScripts(List<NetworkLoadBalancerScript> scripts)
MorpheusDataService.bulkCreate(java.util.List<M>)instead