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.CertificateAttributes
attributes()
abstract String
bytes()
static Certificate.DeletedCertificateBundle
create(Certificate.CertificateAttributes attributes, String bytes, Integer deletedDate, String id, String keyId, String recoveryId, Integer scheduledPurgeDate, String secretId, Map<String,String> tags, String thumbprint)
abstract Integer
deletedDate()
abstract String
id()
abstract String
keyId()
abstract String
recoveryId()
abstract Integer
scheduledPurgeDate()
abstract String
secredId()
abstract Map<String,String>
tags()
abstract String
thumbprint()
-
-
-
Method Detail
-
attributes
@Nullable public abstract Certificate.CertificateAttributes attributes()
-
-