Uses of Class
com.oracle.bmc.database.model.ExascaleDbStorageVault.LifecycleState
-
Packages that use ExascaleDbStorageVault.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of ExascaleDbStorageVault.LifecycleState in com.oracle.bmc.database
-
Uses of ExascaleDbStorageVault.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExascaleDbStorageVault.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type ExascaleDbStorageVault.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.database.model with parameters of type ExascaleDbStorageVault.LifecycleState Constructor 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, String exadataInfrastructureId, Map<String,Map<String,Object>> systemTags, ExascaleDbStorageDetails highCapacityDatabaseStorage, Integer additionalFlashCacheInPercent, String clusterPlacementGroupId, String subscriptionId)
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, String exadataInfrastructureId, String clusterPlacementGroupId, String subscriptionId)
Deprecated. -
Uses of ExascaleDbStorageVault.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ExascaleDbStorageVault.LifecycleState Modifier and Type Method Description ExascaleDbStorageVault.LifecycleState
ListExascaleDbStorageVaultsRequest. getLifecycleState()
A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type ExascaleDbStorageVault.LifecycleState Modifier and Type Method 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.
-