Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static DbSystem.DatabaseMode |
DbSystem.DatabaseMode.create(String key) |
DbSystem.DatabaseMode |
DbSystemSummary.getDatabaseMode()
The database mode indicating the types of statements that are allowed to run in the DB
system.
|
DbSystem.DatabaseMode |
DbSystem.getDatabaseMode()
The database mode indicating the types of statements that are allowed to run in the the DB
system.
|
DbSystem.DatabaseMode |
UpdateDbSystemDetails.getDatabaseMode()
The database mode indicating the types of statements that will be allowed to run in the DB
system.
|
DbSystem.DatabaseMode |
CreateDbSystemDetails.getDatabaseMode()
The database mode indicating the types of statements that will be allowed to run in the DB
system.
|
static DbSystem.DatabaseMode |
DbSystem.DatabaseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystem.DatabaseMode[] |
DbSystem.DatabaseMode.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.databaseMode(DbSystem.DatabaseMode databaseMode)
The database mode indicating the types of statements that are allowed to run in the DB
system.
|
DbSystem.Builder |
DbSystem.Builder.databaseMode(DbSystem.DatabaseMode databaseMode)
The database mode indicating the types of statements that are allowed to run in the the
DB system.
|
UpdateDbSystemDetails.Builder |
UpdateDbSystemDetails.Builder.databaseMode(DbSystem.DatabaseMode databaseMode)
The database mode indicating the types of statements that will be allowed to run in the
DB system.
|
CreateDbSystemDetails.Builder |
CreateDbSystemDetails.Builder.databaseMode(DbSystem.DatabaseMode databaseMode)
The database mode indicating the types of statements that will be allowed to run in the
DB system.
|
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,
DbSystem.DatabaseMode databaseMode,
DbSystem.AccessMode accessMode,
List<CustomerContact> customerContacts,
CreateReadEndpointDetails readEndpoint)
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,
DbSystem.DatabaseMode databaseMode,
DbSystem.AccessMode accessMode,
List<CustomerContact> customerContacts,
ReadEndpointDetails readEndpoint)
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,
DbSystem.DatabaseMode databaseMode,
DbSystem.AccessMode accessMode,
ReadEndpointDetails readEndpoint)
Deprecated.
|
UpdateDbSystemDetails(String displayName,
String description,
String subnetId,
DbSystem.DatabaseMode databaseMode,
DbSystem.AccessMode accessMode,
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,
UpdateReadEndpointDetails readEndpoint)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.