DbSystemSummary.Builder |
DbSystemSummary.Builder.accessMode(DbSystem.AccessMode accessMode) |
The access mode indicating if the database access is unrestricted (to all MySQL user
accounts), or restricted (to only certain users with specific privileges): -
UNRESTRICTED: the access to the database is not restricted; - RESTRICTED: the access is
allowed only to users with specific privileges; RESTRICTED will correspond to setting the
MySQL system variable
offline_mode
to ON.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.availabilityDomain(String availabilityDomain) |
The availability domain on which to deploy the Read/Write endpoint.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.backupPolicy(BackupPolicy backupPolicy) |
|
static DbSystemSummary.Builder |
DbSystemSummary.builder() |
Create a new builder.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.compartmentId(String compartmentId) |
The OCID of the compartment the DB System belongs in.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.copy(DbSystemSummary model) |
|
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.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.currentPlacement(DbSystemPlacement currentPlacement) |
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.databaseManagement(DatabaseManagementStatus databaseManagement) |
Whether to enable monitoring via the Database Management service.
|
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.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.deletionPolicy(DeletionPolicyDetails deletionPolicy) |
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.description(String description) |
User-provided data about the DB System.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.displayName(String displayName) |
The user-friendly name for the DB System.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.endpoints(List<DbSystemEndpoint> endpoints) |
The network endpoints available for this DB System.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.faultDomain(String faultDomain) |
The fault domain on which to deploy the Read/Write endpoint.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.heatWaveCluster(HeatWaveClusterSummary heatWaveCluster) |
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.id(String id) |
The OCID of the DB System.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.isHeatWaveClusterAttached(Boolean isHeatWaveClusterAttached) |
If the DB System has a HeatWave Cluster attached.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.isHighlyAvailable(Boolean isHighlyAvailable) |
Specifies if the DB System is highly available.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.lifecycleState(DbSystem.LifecycleState lifecycleState) |
The current state of the DB System.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.mysqlVersion(String mysqlVersion) |
Name of the MySQL Version in use for the DB System.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.readEndpoint(ReadEndpointDetails readEndpoint) |
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.shapeName(String shapeName) |
The shape of the primary instances of the DB System.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
Usage of system tag keys.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.timeCreated(Date timeCreated) |
The date and time the DB System was created.
|
DbSystemSummary.Builder |
DbSystemSummary.Builder.timeUpdated(Date timeUpdated) |
The time the DB System was last updated.
|
DbSystemSummary.Builder |
DbSystemSummary.toBuilder() |
|