Package | Description |
---|---|
com.oracle.bmc.secrets.model |
Modifier and Type | Method and Description |
---|---|
static SecretBundleVersionSummary.Stages |
SecretBundleVersionSummary.Stages.create(String key) |
static SecretBundleVersionSummary.Stages |
SecretBundleVersionSummary.Stages.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecretBundleVersionSummary.Stages[] |
SecretBundleVersionSummary.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<SecretBundleVersionSummary.Stages> |
SecretBundleVersionSummary.getStages()
A list of possible rotation states for the secret bundle.
|
Modifier and Type | Method and Description |
---|---|
SecretBundleVersionSummary.Builder |
SecretBundleVersionSummary.Builder.stages(List<SecretBundleVersionSummary.Stages> stages)
A list of possible rotation states for the secret bundle.
|
Constructor and Description |
---|
SecretBundleVersionSummary(String secretId,
Date timeCreated,
Long versionNumber,
String versionName,
Date timeOfDeletion,
Date timeOfExpiry,
List<SecretBundleVersionSummary.Stages> stages)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.