Class Key.DeletedKeyBundle
java.lang.Object
org.jclouds.azurecompute.arm.domain.Key.DeletedKeyBundle
- Enclosing class:
Key
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Key.KeyAttributes
static Key.DeletedKeyBundle
create
(Key.KeyAttributes attributes, String deletedDate, Key.JsonWebKey key, boolean managed, String recoveryId, String scheduledPurgeDate, Map<String, String> tags) abstract String
abstract Key.JsonWebKey
key()
abstract Boolean
managed()
abstract String
abstract String
tags()
-
Constructor Details
-
DeletedKeyBundle
public DeletedKeyBundle()
-
-
Method Details
-
attributes
-
deletedDate
-
key
-
managed
-
recoveryId
-
scheduledPurgeDate
-
tags
-
create
public static Key.DeletedKeyBundle create(Key.KeyAttributes attributes, String deletedDate, Key.JsonWebKey key, boolean managed, String recoveryId, String scheduledPurgeDate, Map<String, String> tags)
-