Class Secret.SecretBundle
java.lang.Object
org.jclouds.azurecompute.arm.domain.Secret.SecretBundle
- Enclosing class:
Secret
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Secret.SecretAttributes
abstract String
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()
tags()
abstract String
value()
-
Constructor Details
-
SecretBundle
public SecretBundle()
-
-
Method Details
-
attributes
-
contentType
-
id
-
kid
-
managed
-
tags
-
value
-
create
public static Secret.SecretBundle create(Secret.SecretAttributes attributes, String contentType, String id, String kid, Boolean managed, Map<String, String> tags, String value)
-