Class Key.DeletedKeyBundle
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Key.DeletedKeyBundle
-
-
Constructor Summary
Constructors Constructor Description DeletedKeyBundle()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Key.KeyAttributes
attributes()
static Key.DeletedKeyBundle
create(Key.KeyAttributes attributes, String deletedDate, Key.JsonWebKey key, boolean managed, String recoveryId, String scheduledPurgeDate, Map<String,String> tags)
abstract String
deletedDate()
abstract Key.JsonWebKey
key()
abstract Boolean
managed()
abstract String
recoveryId()
abstract String
scheduledPurgeDate()
abstract Map<String,String>
tags()
-
-
-
Method Detail
-
attributes
@Nullable public abstract Key.KeyAttributes attributes()
-
key
@Nullable public abstract Key.JsonWebKey key()
-
create
public static Key.DeletedKeyBundle create(Key.KeyAttributes attributes, String deletedDate, Key.JsonWebKey key, boolean managed, String recoveryId, String scheduledPurgeDate, Map<String,String> tags)
-
-