Class Certificate.DeletedCertificateBundle
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Certificate.DeletedCertificateBundle
-
- Enclosing class:
- Certificate
public abstract static class Certificate.DeletedCertificateBundle extends Object
-
-
Constructor Summary
Constructors Constructor Description DeletedCertificateBundle()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Certificate.CertificateAttributesattributes()abstract Stringbytes()static Certificate.DeletedCertificateBundlecreate(Certificate.CertificateAttributes attributes, String bytes, Integer deletedDate, String id, String keyId, String recoveryId, Integer scheduledPurgeDate, String secretId, Map<String,String> tags, String thumbprint)abstract IntegerdeletedDate()abstract Stringid()abstract StringkeyId()abstract StringrecoveryId()abstract IntegerscheduledPurgeDate()abstract StringsecredId()abstract Map<String,String>tags()abstract Stringthumbprint()
-
-
-
Method Detail
-
attributes
@Nullable public abstract Certificate.CertificateAttributes attributes()
-
-