Class Certificate.CertificateAttributes
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Certificate.CertificateAttributes
-
- Enclosing class:
- Certificate
public abstract static class Certificate.CertificateAttributes extends Object
-
-
Constructor Summary
Constructors Constructor Description CertificateAttributes()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Certificate.CertificateAttributes
create(Integer created, boolean enabled, Integer expiry, Integer notBefore, String recoveryLevel, Integer updated)
abstract Integer
created()
abstract boolean
enabled()
abstract Integer
expiry()
abstract Integer
notBefore()
abstract String
recoveryLevel()
abstract Integer
updated()
-