DbSystem.Builder |
DbSystem.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: access allowed
only to users with specific privileges; RESTRICTED will correspond to setting the MySQL
system variable
offline_mode
to ON.
|
DbSystem.Builder |
DbSystem.Builder.availabilityDomain(String availabilityDomain) |
The availability domain on which to deploy the Read/Write endpoint.
|
DbSystem.Builder |
DbSystem.Builder.backupPolicy(BackupPolicy backupPolicy) |
|
static DbSystem.Builder |
DbSystem.builder() |
Create a new builder.
|
DbSystem.Builder |
DbSystem.Builder.channels(List<ChannelSummary> channels) |
A list with a summary of all the Channels attached to the DB System.
|
DbSystem.Builder |
DbSystem.Builder.compartmentId(String compartmentId) |
The OCID of the compartment the DB System belongs in.
|
DbSystem.Builder |
DbSystem.Builder.configurationId(String configurationId) |
The OCID of the Configuration to be used for Instances in this DB System.
|
DbSystem.Builder |
DbSystem.Builder.copy(DbSystem model) |
|
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.
|
DbSystem.Builder |
DbSystem.Builder.currentPlacement(DbSystemPlacement currentPlacement) |
|
DbSystem.Builder |
DbSystem.Builder.customerContacts(List<CustomerContact> customerContacts) |
The list of customer email addresses that receive information from Oracle about the
specified OCI DB System resource.
|
DbSystem.Builder |
DbSystem.Builder.databaseManagement(DatabaseManagementStatus databaseManagement) |
Whether to enable monitoring via the Database Management service.
|
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.
|
DbSystem.Builder |
DbSystem.Builder.dataStorage(DataStorage dataStorage) |
|
DbSystem.Builder |
DbSystem.Builder.dataStorageSizeInGBs(Integer dataStorageSizeInGBs) |
DEPRECATED: User specified size of the data volume.
|
DbSystem.Builder |
DbSystem.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
DbSystem.Builder |
DbSystem.Builder.deletionPolicy(DeletionPolicyDetails deletionPolicy) |
|
DbSystem.Builder |
DbSystem.Builder.description(String description) |
User-provided data about the DB System.
|
DbSystem.Builder |
DbSystem.Builder.displayName(String displayName) |
The user-friendly name for the DB System.
|
DbSystem.Builder |
DbSystem.Builder.endpoints(List<DbSystemEndpoint> endpoints) |
The network endpoints available for this DB System.
|
DbSystem.Builder |
DbSystem.Builder.faultDomain(String faultDomain) |
The fault domain on which to deploy the Read/Write endpoint.
|
DbSystem.Builder |
DbSystem.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
DbSystem.Builder |
DbSystem.Builder.heatWaveCluster(HeatWaveClusterSummary heatWaveCluster) |
|
DbSystem.Builder |
DbSystem.Builder.hostnameLabel(String hostnameLabel) |
The hostname for the primary endpoint of the DB System.
|
DbSystem.Builder |
DbSystem.Builder.id(String id) |
The OCID of the DB System.
|
DbSystem.Builder |
DbSystem.Builder.ipAddress(String ipAddress) |
The IP address the DB System is configured to listen on.
|
DbSystem.Builder |
DbSystem.Builder.isHeatWaveClusterAttached(Boolean isHeatWaveClusterAttached) |
If the DB System has a HeatWave Cluster attached.
|
DbSystem.Builder |
DbSystem.Builder.isHighlyAvailable(Boolean isHighlyAvailable) |
Specifies if the DB System is highly available.
|
DbSystem.Builder |
DbSystem.Builder.lifecycleDetails(String lifecycleDetails) |
Additional information about the current lifecycleState.
|
DbSystem.Builder |
DbSystem.Builder.lifecycleState(DbSystem.LifecycleState lifecycleState) |
The current state of the DB System.
|
DbSystem.Builder |
DbSystem.Builder.maintenance(MaintenanceDetails maintenance) |
|
DbSystem.Builder |
DbSystem.Builder.mysqlVersion(String mysqlVersion) |
Name of the MySQL Version in use for the DB System.
|
DbSystem.Builder |
DbSystem.Builder.pointInTimeRecoveryDetails(PointInTimeRecoveryDetails pointInTimeRecoveryDetails) |
|
DbSystem.Builder |
DbSystem.Builder.port(Integer port) |
The port for primary endpoint of the DB System to listen on.
|
DbSystem.Builder |
DbSystem.Builder.portX(Integer portX) |
The network port on which X Plugin listens for TCP/IP connections.
|
DbSystem.Builder |
DbSystem.Builder.readEndpoint(ReadEndpointDetails readEndpoint) |
|
DbSystem.Builder |
DbSystem.Builder.secureConnections(SecureConnectionDetails secureConnections) |
|
DbSystem.Builder |
DbSystem.Builder.shapeName(String shapeName) |
The shape of the primary instances of the DB System.
|
DbSystem.Builder |
DbSystem.Builder.source(DbSystemSource source) |
|
DbSystem.Builder |
DbSystem.Builder.subnetId(String subnetId) |
The OCID of the subnet the DB System is associated with.
|
DbSystem.Builder |
DbSystem.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
Usage of system tag keys.
|
DbSystem.Builder |
DbSystem.Builder.timeCreated(Date timeCreated) |
The date and time the DB System was created.
|
DbSystem.Builder |
DbSystem.Builder.timeUpdated(Date timeUpdated) |
The time the DB System was last updated.
|
DbSystem.Builder |
DbSystem.toBuilder() |
|