Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static VaultSummary.LifecycleState |
VaultSummary.LifecycleState.create(String key) |
VaultSummary.LifecycleState |
VaultSummary.getLifecycleState()
A vault’s current lifecycle state.
|
static VaultSummary.LifecycleState |
VaultSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VaultSummary.LifecycleState[] |
VaultSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VaultSummary.Builder |
VaultSummary.Builder.lifecycleState(VaultSummary.LifecycleState lifecycleState)
A vault’s current lifecycle state.
|
Constructor and Description |
---|
VaultSummary(String compartmentId,
String cryptoEndpoint,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
VaultSummary.LifecycleState lifecycleState,
String managementEndpoint,
Date timeCreated,
VaultSummary.VaultType vaultType,
ExternalKeyManagerMetadataSummary externalKeyManagerMetadataSummary)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.