Class Key.KeyAttributes
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Key.KeyAttributes
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Key.KeyAttributescreate(Boolean enabled, Integer created, Integer expires, Integer notBefore, String recoveryLevel, Integer updated)abstract Integercreated()abstract Booleanenabled()abstract Integerexpires()abstract IntegernotBefore()abstract StringrecoveryLevel()abstract Integerupdated()
-