Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.model | |
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
DbSystemWaiters.forDbSystem(GetDbSystemRequest request,
DbSystem.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
DbSystemWaiters.forDbSystem(GetDbSystemRequest request,
DbSystem.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
DbSystemWaiters.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 |
DbSystemSummary.getLifecycleState()
The current state of the DB System.
|
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 |
---|---|
DbSystemSummary.Builder |
DbSystemSummary.Builder.lifecycleState(DbSystem.LifecycleState lifecycleState)
The current state of the DB System.
|
DbSystem.Builder |
DbSystem.Builder.lifecycleState(DbSystem.LifecycleState lifecycleState)
The current state of the DB System.
|
Constructor and Description |
---|
DbSystem(String id,
String displayName,
String description,
String compartmentId,
String subnetId,
Boolean isHighlyAvailable,
DbSystemPlacement currentPlacement,
Boolean isHeatWaveClusterAttached,
HeatWaveClusterSummary heatWaveCluster,
String availabilityDomain,
String faultDomain,
String shapeName,
String mysqlVersion,
BackupPolicy backupPolicy,
DbSystemSource source,
String configurationId,
Integer dataStorageSizeInGBs,
DataStorage dataStorage,
String hostnameLabel,
String ipAddress,
Integer port,
Integer portX,
List<DbSystemEndpoint> endpoints,
List<ChannelSummary> channels,
DbSystem.LifecycleState lifecycleState,
String lifecycleDetails,
MaintenanceDetails maintenance,
DeletionPolicyDetails deletionPolicy,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
CrashRecoveryStatus crashRecovery,
PointInTimeRecoveryDetails pointInTimeRecoveryDetails,
DatabaseManagementStatus databaseManagement,
SecureConnectionDetails secureConnections,
List<CustomerContact> customerContacts)
Deprecated.
|
DbSystemSummary(String id,
String displayName,
String description,
String compartmentId,
Boolean isHighlyAvailable,
DbSystemPlacement currentPlacement,
Boolean isHeatWaveClusterAttached,
HeatWaveClusterSummary heatWaveCluster,
String availabilityDomain,
String faultDomain,
List<DbSystemEndpoint> endpoints,
DbSystem.LifecycleState lifecycleState,
String mysqlVersion,
Date timeCreated,
Date timeUpdated,
DeletionPolicyDetails deletionPolicy,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
BackupPolicy backupPolicy,
String shapeName,
CrashRecoveryStatus crashRecovery,
DatabaseManagementStatus databaseManagement)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DbSystem.LifecycleState |
ListDbSystemsRequest.getLifecycleState()
DbSystem Lifecycle State
|
Modifier and Type | Method and Description |
---|---|
ListDbSystemsRequest.Builder |
ListDbSystemsRequest.Builder.lifecycleState(DbSystem.LifecycleState lifecycleState)
DbSystem Lifecycle State
|
Copyright © 2016–2024. All rights reserved.