Uses of Class
org.jclouds.azurecompute.arm.domain.Certificate.CertificateAttributes
Packages that use Certificate.CertificateAttributes
-
Uses of Certificate.CertificateAttributes in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Certificate.CertificateAttributesModifier and TypeMethodDescriptionabstract Certificate.CertificateAttributes
Certificate.attributes()
abstract Certificate.CertificateAttributes
Certificate.CertificateBundle.attributes()
abstract Certificate.CertificateAttributes
Certificate.CertificatePolicy.attributes()
abstract Certificate.CertificateAttributes
Certificate.DeletedCertificate.attributes()
abstract Certificate.CertificateAttributes
Certificate.DeletedCertificateBundle.attributes()
Certificate.CertificateAttributes.create
(Integer created, boolean enabled, Integer expiry, Integer notBefore, String recoveryLevel, Integer updated) Methods in org.jclouds.azurecompute.arm.domain with parameters of type Certificate.CertificateAttributesModifier and TypeMethodDescriptionCertificate.CertificateBundle.create
(Certificate.CertificateAttributes attributes, String certificate, String contentType, String id, String keyId, Certificate.CertificatePolicy policy, String secretId, Map<String, String> tags, String thumbprint) Certificate.CertificatePolicy.create
(Certificate.CertificateAttributes attributes, String id, Certificate.IssuerParameters issuer, Certificate.KeyProperties keyProps, List<Certificate.LifetimeAction> lifetimeActions, Certificate.SecretProperties secretProperties, Certificate.X509CertificateProperties x509Props) static Certificate
Certificate.create
(Certificate.CertificateAttributes attributes, String id, Map<String, String> tags, String thumbprint) Certificate.DeletedCertificate.create
(Certificate.CertificateAttributes attributes, Integer deletedDate, String id, String recoveryId, Integer scheduledPurgeDate, Map<String, String> tags, String thumbprint) Certificate.DeletedCertificateBundle.create
(Certificate.CertificateAttributes attributes, String bytes, Integer deletedDate, String id, String keyId, String recoveryId, Integer scheduledPurgeDate, String secretId, Map<String, String> tags, String thumbprint) -
Uses of Certificate.CertificateAttributes in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type Certificate.CertificateAttributesModifier and TypeMethodDescriptionVaultApi.createCertificate
(URI vaultBaseUrl, String certificateName, Certificate.CertificateAttributes attributes, Certificate.CertificatePolicy policy, Map<String, String> tags) VaultApi.importCertificate
(URI vaultBaseUrl, String certificateName, Certificate.CertificateAttributes attributes, Certificate.CertificatePolicy policy, String password, Map<String, String> tags, String value) VaultApi.mergeCertificate
(URI vaultBaseUrl, String certificateName, Certificate.CertificateAttributes attributes, Map<String, String> tags, List<String> value) VaultApi.updateCertificate
(URI vaultBaseUrl, String certificateName, String certificateVersion, Certificate.CertificateAttributes attributes, Certificate.CertificatePolicy policy, Map<String, String> tags) VaultApi.updateCertificatePolicy
(URI vaultBaseUrl, String certificateName, Certificate.CertificateAttributes attributes, Certificate.IssuerParameters issuer, Certificate.KeyProperties keyProps, List<Certificate.LifetimeAction> lifetimeActions, Certificate.SecretProperties secretProps, Certificate.X509CertificateProperties x509Props)