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.SecretAttributes
attributes()
abstract String
contentType()
static Secret.SecretBundle
create(Secret.SecretAttributes attributes, String contentType, String id, String kid, Boolean managed, Map<String,String> tags, String value)
abstract String
id()
abstract String
kid()
abstract Boolean
managed()
abstract Map<String,String>
tags()
abstract String
value()
-
-
-
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)
-
-