Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
DatabaseWaiters.forDbSystem(GetDbSystemRequest request,
DbSystem.LifecycleState... targetStates)
Creates a new
Waiter using default configuration. |
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
DatabaseWaiters.forDbSystem(GetDbSystemRequest request,
DbSystem.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
DatabaseWaiters.forDbSystem(GetDbSystemRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DbSystem.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DbSystem.LifecycleState |
DbSystem.LifecycleState.create(String key) |
DbSystem.LifecycleState |
DbSystem.getLifecycleState()
The current state of the DB system.
|
static DbSystem.LifecycleState |
DbSystem.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystem.LifecycleState[] |
DbSystem.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbSystem.Builder |
DbSystem.Builder.lifecycleState(DbSystem.LifecycleState lifecycleState) |
Constructor and Description |
---|
DbSystem(ExadataIormConfig iormConfigCache,
String id,
String compartmentId,
String displayName,
String availabilityDomain,
List<String> faultDomains,
String subnetId,
String backupSubnetId,
String shape,
List<String> sshPublicKeys,
String timeZone,
String hostname,
String domain,
String version,
Integer cpuCoreCount,
String clusterName,
Integer dataStoragePercentage,
DbSystem.DatabaseEdition databaseEdition,
String lastPatchHistoryEntryId,
Integer listenerPort,
DbSystem.LifecycleState lifecycleState,
Date timeCreated,
String lifecycleDetails,
DbSystem.DiskRedundancy diskRedundancy,
Boolean sparseDiskgroup,
List<String> scanIpIds,
List<String> vipIds,
String scanDnsRecordId,
Integer dataStorageSizeInGBs,
Integer recoStorageSizeInGB,
Integer nodeCount,
DbSystem.LicenseModel licenseModel,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.