Class Secret.SecretAttributes
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Secret.SecretAttributes
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Secret.SecretAttributes
create(Boolean enabled, Integer created, Integer expires, Integer notBefore, String recoveryLevel, Integer updated)
abstract Integer
created()
abstract Boolean
enabled()
abstract Integer
expires()
abstract Integer
notBefore()
abstract String
recoveryLevel()
abstract Integer
updated()
-