Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static Vault.VaultType |
Vault.VaultType.create(String key) |
Vault.VaultType |
Vault.getVaultType()
The type of vault.
|
static Vault.VaultType |
Vault.VaultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vault.VaultType[] |
Vault.VaultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Vault.Builder |
Vault.Builder.vaultType(Vault.VaultType vaultType)
The type of vault.
|
Constructor and Description |
---|
Vault(String compartmentId,
String cryptoEndpoint,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
Vault.LifecycleState lifecycleState,
String managementEndpoint,
Date timeCreated,
Date timeOfDeletion,
Vault.VaultType vaultType,
String restoredFromVaultId,
String wrappingkeyId,
VaultReplicaDetails replicaDetails,
Boolean isPrimary,
Boolean isVaultReplicable,
ExternalKeyManagerMetadataSummary externalKeyManagerMetadataSummary)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.