Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static ExascaleDbStorageVault.LifecycleState |
ExascaleDbStorageVault.LifecycleState.create(String key) |
ExascaleDbStorageVault.LifecycleState |
ExascaleDbStorageVault.getLifecycleState()
The current state of the Exadata Database Storage Vault.
|
ExascaleDbStorageVault.LifecycleState |
ExascaleDbStorageVaultSummary.getLifecycleState()
The current state of the Exadata Database Storage Vault.
|
static ExascaleDbStorageVault.LifecycleState |
ExascaleDbStorageVault.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExascaleDbStorageVault.LifecycleState[] |
ExascaleDbStorageVault.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExascaleDbStorageVault.Builder |
ExascaleDbStorageVault.Builder.lifecycleState(ExascaleDbStorageVault.LifecycleState lifecycleState)
The current state of the Exadata Database Storage Vault.
|
ExascaleDbStorageVaultSummary.Builder |
ExascaleDbStorageVaultSummary.Builder.lifecycleState(ExascaleDbStorageVault.LifecycleState lifecycleState)
The current state of the Exadata Database Storage Vault.
|
Constructor and Description |
---|
ExascaleDbStorageVault(String id,
String compartmentId,
String availabilityDomain,
ExascaleDbStorageVault.LifecycleState lifecycleState,
String displayName,
String description,
Date timeCreated,
String lifecycleDetails,
String timeZone,
List<String> vmClusterIds,
Integer vmClusterCount,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
ExascaleDbStorageDetails highCapacityDatabaseStorage,
Integer additionalFlashCacheInPercent)
Deprecated.
|
ExascaleDbStorageVaultSummary(String id,
String compartmentId,
String availabilityDomain,
String timeZone,
ExascaleDbStorageVault.LifecycleState lifecycleState,
String displayName,
String description,
Date timeCreated,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
ExascaleDbStorageDetails highCapacityDatabaseStorage,
Integer additionalFlashCacheInPercent,
Integer vmClusterCount)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExascaleDbStorageVault.LifecycleState |
ListExascaleDbStorageVaultsRequest.getLifecycleState()
A filter to return only Exadata Database Storage Vaults that match the given lifecycle state
exactly.
|
Modifier and Type | Method and Description |
---|---|
ListExascaleDbStorageVaultsRequest.Builder |
ListExascaleDbStorageVaultsRequest.Builder.lifecycleState(ExascaleDbStorageVault.LifecycleState lifecycleState)
A filter to return only Exadata Database Storage Vaults that match the given lifecycle
state exactly.
|
Copyright © 2016–2024. All rights reserved.