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.SecretAttributescreate(Boolean enabled, Integer created, Integer expires, Integer notBefore, String recoveryLevel, Integer updated)abstract Integercreated()abstract Booleanenabled()abstract Integerexpires()abstract IntegernotBefore()abstract StringrecoveryLevel()abstract Integerupdated()
-