Uses of Interface
org.openstack4j.model.magnum.Certificate
-
Packages that use Certificate Package Description org.openstack4j.api.magnum org.openstack4j.openstack.magnum org.openstack4j.openstack.magnum.internal -
-
Uses of Certificate in org.openstack4j.api.magnum
Methods in org.openstack4j.api.magnum that return Certificate Modifier and Type Method Description CertificateMagnumService. getCertificate(String uuid)Gets certificateCertificateMagnumService. signCertificate(Carequest ca)Generates certificate -
Uses of Certificate in org.openstack4j.openstack.magnum
Classes in org.openstack4j.openstack.magnum that implement Certificate Modifier and Type Class Description classMagnumCertificateMethods in org.openstack4j.openstack.magnum that return Certificate Modifier and Type Method Description CertificateMagnumCertificate.CertificateConcreteBuilder. build()Methods in org.openstack4j.openstack.magnum with parameters of type Certificate Modifier and Type Method Description CertificateBuilderMagnumCertificate.CertificateConcreteBuilder. from(Certificate in) -
Uses of Certificate in org.openstack4j.openstack.magnum.internal
Methods in org.openstack4j.openstack.magnum.internal that return Certificate Modifier and Type Method Description CertificateMagnumServiceImpl. getCertificate(String uuid)CertificateMagnumServiceImpl. signCertificate(Carequest ca)
-