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.CertificateAttributesattributes()static Certificate.DeletedCertificatecreate(Certificate.CertificateAttributes attributes, Integer deletedDate, String id, String recoveryId, Integer scheduledPurgeDate, Map<String,String> tags, String thumbprint)abstract IntegerdeletedDate()abstract Stringid()abstract StringrecoveryId()abstract IntegerscheduledPurgeDate()abstract Map<String,String>tags()abstract Stringthumbprint()
-
-
-
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)
-
-