Uses of Class
org.jclouds.azurecompute.arm.domain.Certificate.LifetimeAction
-
Packages that use Certificate.LifetimeAction Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Certificate.LifetimeAction in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Certificate.LifetimeAction Modifier and Type Method Description static Certificate.LifetimeAction
Certificate.LifetimeAction. create(Certificate.LifetimeActionAction action, Certificate.LifetimeActionTrigger trigger)
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type Certificate.LifetimeAction Modifier and Type Method Description abstract List<Certificate.LifetimeAction>
Certificate.CertificatePolicy. lifetimeActions()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type Certificate.LifetimeAction Modifier and Type Method Description static Certificate.CertificatePolicy
Certificate.CertificatePolicy. create(Certificate.CertificateAttributes attributes, String id, Certificate.IssuerParameters issuer, Certificate.KeyProperties keyProps, List<Certificate.LifetimeAction> lifetimeActions, Certificate.SecretProperties secretProperties, Certificate.X509CertificateProperties x509Props)
-
Uses of Certificate.LifetimeAction in org.jclouds.azurecompute.arm.features
Method parameters in org.jclouds.azurecompute.arm.features with type arguments of type Certificate.LifetimeAction Modifier and Type Method Description Certificate.CertificatePolicy
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)
-