Class Certificate.DeletedCertificate
java.lang.Object
org.jclouds.azurecompute.arm.domain.Certificate.DeletedCertificate
- Enclosing class:
Certificate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Certificate.CertificateAttributes
create
(Certificate.CertificateAttributes attributes, Integer deletedDate, String id, String recoveryId, Integer scheduledPurgeDate, Map<String, String> tags, String thumbprint) abstract Integer
abstract String
id()
abstract String
abstract Integer
tags()
abstract String
-
Constructor Details
-
DeletedCertificate
public DeletedCertificate()
-
-
Method Details
-
attributes
-
deletedDate
-
id
-
recoveryId
-
scheduledPurgeDate
-
tags
-
thumbprint
-
create
public static Certificate.DeletedCertificate create(Certificate.CertificateAttributes attributes, Integer deletedDate, String id, String recoveryId, Integer scheduledPurgeDate, Map<String, String> tags, String thumbprint)
-