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