Class Key.KeyBundle
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Key.KeyBundle
-
-
Constructor Summary
Constructors Constructor Description KeyBundle()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Key.KeyAttributesattributes()static Key.KeyBundlecreate(Key.KeyAttributes attributes, Key.JsonWebKey key, boolean managed, Map<String,String> tags)abstract Key.JsonWebKeykey()abstract Booleanmanaged()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.KeyBundle create(Key.KeyAttributes attributes, Key.JsonWebKey key, boolean managed, Map<String,String> tags)
-
-