Uses of Class
com.morpheusdata.model.ReferenceData
Packages that use ReferenceData
Package
Description
-
Uses of ReferenceData in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type ReferenceDataModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ReferenceData>MorpheusReferenceDataService.findByExternalId(String externalId) Deprecated.io.reactivex.rxjava3.core.Observable<ReferenceData>MorpheusReferenceDataService.listByCategoryAndKeyValue(String category, String value) Deprecated.io.reactivex.rxjava3.core.Observable<ReferenceData>Deprecated.Method parameters in com.morpheusdata.core with type arguments of type ReferenceDataModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusReferenceDataService.create(List<ReferenceData> referenceData) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusReferenceDataService.save(List<ReferenceData> referenceData) Deprecated. -
Uses of ReferenceData in com.morpheusdata.core.network.loadbalancer
Methods in com.morpheusdata.core.network.loadbalancer that return types with arguments of type ReferenceDataModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ReferenceData>MorpheusLoadBalancerCertificateService.createCertInstallToken(AccountCertificate cert, String name, String category) io.reactivex.rxjava3.core.Observable<ReferenceData>MorpheusLoadBalancerCertificateService.listById(Collection<Long> ids) Get a list of ReferenceData (certificates) objects from a list of projection idsio.reactivex.rxjava3.core.Observable<ReferenceData>MorpheusLoadBalancerPartitionService.listById(Collection<Long> ids) Get a list of ReferenceData (partitions) objects from a list of projection idsMethods in com.morpheusdata.core.network.loadbalancer with parameters of type ReferenceDataModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusLoadBalancerCertificateService.expireCertInstallToken(ReferenceData token) Method parameters in com.morpheusdata.core.network.loadbalancer with type arguments of type ReferenceDataModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusLoadBalancerCertificateService.create(List<ReferenceData> certificates) Create new certificate in Morpheusio.reactivex.rxjava3.core.Single<Boolean>MorpheusLoadBalancerPartitionService.create(List<ReferenceData> partitions) Create new partition in Morpheusio.reactivex.rxjava3.core.Single<Boolean>MorpheusLoadBalancerCertificateService.save(List<ReferenceData> certificates) Save updates to existing certificateio.reactivex.rxjava3.core.Single<Boolean>MorpheusLoadBalancerPartitionService.save(List<ReferenceData> partitions) Save updates to existing partition -
Uses of ReferenceData in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type ReferenceDataModifier and TypeMethodDescriptionNetworkProvider.MvmProvisionFacet.AppPortProfileFacet.deleteAppPortProfile(Account account, NetworkRouter router, ReferenceData profile) NetworkProvider.MvmProvisionFacet.FirewallGroupFacet.deleteFirewallGroup(Account account, NetworkRouter router, ReferenceData group) -
Uses of ReferenceData in com.morpheusdata.core.synchronous.network.loadbalancer
Methods in com.morpheusdata.core.synchronous.network.loadbalancer that return ReferenceDataModifier and TypeMethodDescriptionMorpheusSynchronousLoadBalancerCertificateService.createCertInstallToken(AccountCertificate cert, String name, String category) MorpheusSynchronousLoadBalancerCertificateService.listById(Collection<Long> ids) Get a list of ReferenceData (certificates) objects from a list of projection idsMethods in com.morpheusdata.core.synchronous.network.loadbalancer that return types with arguments of type ReferenceDataModifier and TypeMethodDescriptionMorpheusSynchronousLoadBalancerPartitionService.listById(Collection<Long> ids) Get a list of ReferenceData (partitions) objects from a list of projection idsMethods in com.morpheusdata.core.synchronous.network.loadbalancer with parameters of type ReferenceDataModifier and TypeMethodDescriptionMorpheusSynchronousLoadBalancerCertificateService.expireCertInstallToken(ReferenceData token) Method parameters in com.morpheusdata.core.synchronous.network.loadbalancer with type arguments of type ReferenceDataModifier and TypeMethodDescriptionMorpheusSynchronousLoadBalancerCertificateService.create(List<ReferenceData> certificates) Create new certificate in MorpheusMorpheusSynchronousLoadBalancerPartitionService.create(List<ReferenceData> partitions) Create new partition in MorpheusMorpheusSynchronousLoadBalancerCertificateService.save(List<ReferenceData> certificates) Save updates to existing certificateMorpheusSynchronousLoadBalancerPartitionService.save(List<ReferenceData> partitions) Save updates to existing partition