Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static KeyStoreSummary.LifecycleState |
KeyStoreSummary.LifecycleState.create(String key) |
KeyStoreSummary.LifecycleState |
KeyStoreSummary.getLifecycleState()
The current state of the key store.
|
static KeyStoreSummary.LifecycleState |
KeyStoreSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyStoreSummary.LifecycleState[] |
KeyStoreSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KeyStoreSummary.Builder |
KeyStoreSummary.Builder.lifecycleState(KeyStoreSummary.LifecycleState lifecycleState)
The current state of the key store.
|
Constructor and Description |
---|
KeyStoreSummary(String id,
String compartmentId,
String displayName,
Date timeCreated,
KeyStoreSummary.LifecycleState lifecycleState,
String lifecycleDetails,
KeyStoreTypeDetails typeDetails,
List<KeyStoreAssociatedDatabaseDetails> associatedDatabases,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.