Package | Description |
---|---|
com.oracle.bmc.vault.model |
Modifier and Type | Method and Description |
---|---|
static SecretVersion.Stages |
SecretVersion.Stages.create(String key) |
static SecretVersion.Stages |
SecretVersion.Stages.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecretVersion.Stages[] |
SecretVersion.Stages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<SecretVersion.Stages> |
SecretVersion.getStages()
A list of possible rotation states for the secret version.
|
Modifier and Type | Method and Description |
---|---|
SecretVersion.Builder |
SecretVersion.Builder.stages(List<SecretVersion.Stages> stages)
A list of possible rotation states for the secret version.
|
Constructor and Description |
---|
SecretVersion(SecretVersion.ContentType contentType,
String name,
String secretId,
List<SecretVersion.Stages> stages,
Date timeCreated,
Date timeOfDeletion,
Date timeOfCurrentVersionExpiry,
Long versionNumber)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.