Class Secret.SecretBundle
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Secret.SecretBundle
-
-
Constructor Summary
Constructors Constructor Description SecretBundle()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Secret.SecretAttributesattributes()abstract StringcontentType()static Secret.SecretBundlecreate(Secret.SecretAttributes attributes, String contentType, String id, String kid, Boolean managed, Map<String,String> tags, String value)abstract Stringid()abstract Stringkid()abstract Booleanmanaged()abstract Map<String,String>tags()abstract Stringvalue()
-
-
-
Method Detail
-
attributes
@Nullable public abstract Secret.SecretAttributes attributes()
-
create
public static Secret.SecretBundle create(Secret.SecretAttributes attributes, String contentType, String id, String kid, Boolean managed, Map<String,String> tags, String value)
-
-