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