Interface MorpheusLoadBalancerTypeService
- All Superinterfaces:
MorpheusDataQueryService<NetworkLoadBalancerType>
,MorpheusDataService<NetworkLoadBalancerType,
NetworkLoadBalancerType>
public interface MorpheusLoadBalancerTypeService
extends MorpheusDataService<NetworkLoadBalancerType,NetworkLoadBalancerType>
Morpheus context as it relates to load balancer operations. Used to retrieve and query various entities related to
load balancers
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<NetworkLoadBalancerType>
findByCode
(String code) Methods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, search
Methods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
-
Method Details
-
findByCode
-