Uses of Class
com.morpheusdata.model.AccountCertificate
Packages that use AccountCertificate
Package
Description
-
Uses of AccountCertificate in com.morpheusdata.core.network.loadbalancer
Methods in com.morpheusdata.core.network.loadbalancer that return types with arguments of type AccountCertificateModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Optional<AccountCertificate>>MorpheusLoadBalancerCertificateService.getAccountCertificateById(Long certificateId) io.reactivex.rxjava3.core.Observable<AccountCertificate>MorpheusLoadBalancerCertificateService.listAccountCertificates(Long loadBalancerId) Methods in com.morpheusdata.core.network.loadbalancer with parameters of type AccountCertificateModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ReferenceData>MorpheusLoadBalancerCertificateService.createCertInstallToken(AccountCertificate cert, String name, String category) io.reactivex.rxjava3.core.Single<Map>MorpheusLoadBalancerCertificateService.getCertificateContent(AccountCertificate cert) This method will return a map containing details about an account certificate. -
Uses of AccountCertificate in com.morpheusdata.core.synchronous.network.loadbalancer
Methods in com.morpheusdata.core.synchronous.network.loadbalancer that return AccountCertificateModifier and TypeMethodDescriptionMorpheusSynchronousLoadBalancerCertificateService.getAccountCertificateById(Long certificateId) MorpheusSynchronousLoadBalancerCertificateService.listAccountCertificates(Long loadBalancerId) Methods in com.morpheusdata.core.synchronous.network.loadbalancer with parameters of type AccountCertificateModifier and TypeMethodDescriptionMorpheusSynchronousLoadBalancerCertificateService.createCertInstallToken(AccountCertificate cert, String name, String category) MorpheusSynchronousLoadBalancerCertificateService.getCertificateContent(AccountCertificate cert) This method will return a map containing details about an account certificate. -
Uses of AccountCertificate in com.morpheusdata.model
Fields in com.morpheusdata.model declared as AccountCertificateModifier and TypeFieldDescriptionprotected AccountCertificateNetworkLoadBalancerProfile.accountCertificateprotected AccountCertificateNetworkLoadBalancer.sslCertprotected AccountCertificateNetworkLoadBalancerInstance.sslCertprotected AccountCertificateNetworkLoadBalancerInstance.sslServerCertMethods in com.morpheusdata.model that return AccountCertificateModifier and TypeMethodDescriptionNetworkLoadBalancerProfile.getAccountCertificate()NetworkLoadBalancer.getSslCert()NetworkLoadBalancerInstance.getSslCert()NetworkLoadBalancerInstance.getSslServerCert()Methods in com.morpheusdata.model with parameters of type AccountCertificateModifier and TypeMethodDescriptionvoidNetworkLoadBalancerProfile.setAccountCertificate(AccountCertificate accountCertificate) voidNetworkLoadBalancer.setSslCert(AccountCertificate sslCert) voidNetworkLoadBalancerInstance.setSslCert(AccountCertificate sslCert) voidNetworkLoadBalancerInstance.setSslServerCert(AccountCertificate sslServerCert)