Class Certificate.DeletedCertificate
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Certificate.DeletedCertificate
-
- Enclosing class:
- Certificate
public abstract static class Certificate.DeletedCertificate extends Object
-
-
Constructor Summary
Constructors Constructor Description DeletedCertificate()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Certificate.CertificateAttributes
attributes()
static Certificate.DeletedCertificate
create(Certificate.CertificateAttributes attributes, Integer deletedDate, String id, String recoveryId, Integer scheduledPurgeDate, Map<String,String> tags, String thumbprint)
abstract Integer
deletedDate()
abstract String
id()
abstract String
recoveryId()
abstract Integer
scheduledPurgeDate()
abstract Map<String,String>
tags()
abstract String
thumbprint()
-
-
-
Method Detail
-
attributes
@Nullable public abstract Certificate.CertificateAttributes attributes()
-
create
public static Certificate.DeletedCertificate create(Certificate.CertificateAttributes attributes, Integer deletedDate, String id, String recoveryId, Integer scheduledPurgeDate, Map<String,String> tags, String thumbprint)
-
-