Class Secret.DeletedSecretBundle
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Secret.DeletedSecretBundle
-
-
Constructor Summary
Constructors Constructor Description DeletedSecretBundle()
-
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.DeletedSecretBundle
create(Secret.SecretAttributes attributes, String contentType, String deletedDate, String id, String kid, Boolean managed, String recoveryId, String scheduledPurgeDate, Map<String,String> tags, String value)
abstract String
deletedDate()
abstract String
id()
abstract String
kid()
abstract Boolean
managed()
abstract String
recoveryId()
abstract String
scheduledPurgeDate()
abstract Map<String,String>
tags()
abstract String
value()
-
-
-
Method Detail
-
attributes
@Nullable public abstract Secret.SecretAttributes attributes()
-
-