Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static CrashRecoveryStatus |
CrashRecoveryStatus.create(String key) |
CrashRecoveryStatus |
UpdateDbSystemDetails.getCrashRecovery()
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
CrashRecoveryStatus |
DbSystemSummary.getCrashRecovery()
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
CrashRecoveryStatus |
DbSystemSnapshot.getCrashRecovery()
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
CrashRecoveryStatus |
CreateDbSystemDetails.getCrashRecovery()
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
CrashRecoveryStatus |
DbSystem.getCrashRecovery()
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
static CrashRecoveryStatus |
CrashRecoveryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrashRecoveryStatus[] |
CrashRecoveryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateDbSystemDetails.Builder |
UpdateDbSystemDetails.Builder.crashRecovery(CrashRecoveryStatus crashRecovery)
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.crashRecovery(CrashRecoveryStatus crashRecovery)
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.crashRecovery(CrashRecoveryStatus crashRecovery)
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
CreateDbSystemDetails.Builder |
CreateDbSystemDetails.Builder.crashRecovery(CrashRecoveryStatus crashRecovery)
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
DbSystem.Builder |
DbSystem.Builder.crashRecovery(CrashRecoveryStatus crashRecovery)
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
Constructor and Description |
---|
CreateDbSystemDetails(String displayName,
String description,
String compartmentId,
Boolean isHighlyAvailable,
String availabilityDomain,
String faultDomain,
String configurationId,
String shapeName,
String mysqlVersion,
String subnetId,
String adminUsername,
String adminPassword,
Integer dataStorageSizeInGBs,
DataStorageDetails dataStorage,
String hostnameLabel,
String ipAddress,
Integer port,
Integer portX,
CreateBackupPolicyDetails backupPolicy,
CreateDbSystemSourceDetails source,
CreateMaintenanceDetails maintenance,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
CreateDeletionPolicyDetails deletionPolicy,
CrashRecoveryStatus crashRecovery,
DatabaseManagementStatus databaseManagement,
SecureConnectionDetails secureConnections,
List<CustomerContact> customerContacts)
Deprecated.
|
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.
|
DbSystemSnapshot(String id,
String displayName,
String description,
String compartmentId,
String subnetId,
String availabilityDomain,
String faultDomain,
String shapeName,
String mysqlVersion,
String adminUsername,
BackupPolicy backupPolicy,
String configurationId,
Integer dataStorageSizeInGBs,
DataStorage dataStorage,
String hostnameLabel,
String ipAddress,
Integer port,
Integer portX,
Boolean isHighlyAvailable,
List<DbSystemEndpoint> endpoints,
MaintenanceDetails maintenance,
DeletionPolicyDetails deletionPolicy,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
CrashRecoveryStatus crashRecovery,
DatabaseManagementStatus databaseManagement,
SecureConnectionDetails secureConnections,
String region)
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.
|
UpdateDbSystemDetails(String displayName,
String description,
String subnetId,
Boolean isHighlyAvailable,
String availabilityDomain,
String faultDomain,
String shapeName,
String mysqlVersion,
String configurationId,
String adminUsername,
String adminPassword,
Integer dataStorageSizeInGBs,
DataStorageDetails dataStorage,
String hostnameLabel,
String ipAddress,
Integer port,
Integer portX,
UpdateBackupPolicyDetails backupPolicy,
UpdateMaintenanceDetails maintenance,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
UpdateDeletionPolicyDetails deletionPolicy,
CrashRecoveryStatus crashRecovery,
DatabaseManagementStatus databaseManagement,
SecureConnectionDetails secureConnections,
List<CustomerContact> customerContacts)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.