Uses of Class
com.morpheusdata.model.NetworkLoadBalancerProfile
Packages that use NetworkLoadBalancerProfile
-
Uses of NetworkLoadBalancerProfile in com.morpheusdata.core.network.loadbalancer
Methods in com.morpheusdata.core.network.loadbalancer that return types with arguments of type NetworkLoadBalancerProfileModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Optional<NetworkLoadBalancerProfile>>MorpheusLoadBalancerProfileService.findByExternalIdAndLoadBalancer(String externalId, NetworkLoadBalancer loadBalancer) Deprecated.io.reactivex.rxjava3.core.Observable<NetworkLoadBalancerProfile>MorpheusLoadBalancerProfileService.listById(Collection<Long> ids) Deprecated.io.reactivex.rxjava3.core.Observable<NetworkLoadBalancerProfile>MorpheusLoadBalancerProfileService.queryProfiles(Map args) Deprecated.Methods in com.morpheusdata.core.network.loadbalancer with parameters of type NetworkLoadBalancerProfileModifier and TypeMethodDescriptiondefault ServiceResponseLoadBalancerProvider.createLoadBalancerProfile(NetworkLoadBalancerProfile profile) Create operation for load balancer providers.default ServiceResponseLoadBalancerProvider.deleteLoadBalancerProfile(NetworkLoadBalancerProfile profile) Delete operation for load balancer providers.default ServiceResponseLoadBalancerProvider.updateLoadBalancerProfile(NetworkLoadBalancerProfile profile) Update operation for load balancer providers.Method parameters in com.morpheusdata.core.network.loadbalancer with type arguments of type NetworkLoadBalancerProfileModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusLoadBalancerProfileService.create(List<NetworkLoadBalancerProfile> profiles) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusLoadBalancerProfileService.save(List<NetworkLoadBalancerProfile> profiles) Deprecated.useMorpheusDataService.bulkSave(java.util.List<M>)instead -
Uses of NetworkLoadBalancerProfile in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type NetworkLoadBalancerProfileModifier and TypeFieldDescriptionprotected List<NetworkLoadBalancerProfile>NetworkLoadBalancerInstance.profilesMethods in com.morpheusdata.model that return types with arguments of type NetworkLoadBalancerProfileMethods in com.morpheusdata.model with parameters of type NetworkLoadBalancerProfileModifier and TypeMethodDescriptionvoidNetworkLoadBalancerInstance.addToProfiles(NetworkLoadBalancerProfile profile) Method parameters in com.morpheusdata.model with type arguments of type NetworkLoadBalancerProfileModifier and TypeMethodDescriptionvoidNetworkLoadBalancerInstance.setProfiles(List<NetworkLoadBalancerProfile> profiles)
MorpheusDataService.bulkCreate(java.util.List<M>)instead