Class Secret
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Secret
-
public abstract class Secret extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Secret.DeletedSecretBundle
static class
Secret.SecretAttributes
static class
Secret.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
create(Secret.SecretAttributes attributes, String contentType, String id, Boolean managed, Map<String,String> tags)
abstract String
id()
abstract Boolean
managed()
abstract Map<String,String>
tags()
-
-
-
Method Detail
-
attributes
@Nullable public abstract Secret.SecretAttributes attributes()
-
-