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.KeyAttributesattributes()static Key.DeletedKeyBundlecreate(Key.KeyAttributes attributes, String deletedDate, Key.JsonWebKey key, boolean managed, String recoveryId, String scheduledPurgeDate, Map<String,String> tags)abstract StringdeletedDate()abstract Key.JsonWebKeykey()abstract Booleanmanaged()abstract StringrecoveryId()abstract StringscheduledPurgeDate()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)
-
-