Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DbSystem.Builder |
availabilityDomain(String availabilityDomain)
The availability domain on which to deploy the Read/Write endpoint.
|
DbSystem.Builder |
backupPolicy(BackupPolicy backupPolicy) |
DbSystem |
build() |
DbSystem.Builder |
channels(List<ChannelSummary> channels)
A list with a summary of all the Channels attached to the DB System.
|
DbSystem.Builder |
compartmentId(String compartmentId)
The OCID of the compartment the DB System belongs in.
|
DbSystem.Builder |
configurationId(String configurationId)
The OCID of the Configuration to be used for Instances in this DB System.
|
DbSystem.Builder |
copy(DbSystem model) |
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 |
currentPlacement(DbSystemPlacement currentPlacement) |
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 |
databaseManagement(DatabaseManagementStatus databaseManagement)
Whether to enable monitoring via the Database Management service.
|
DbSystem.Builder |
dataStorage(DataStorage dataStorage) |
DbSystem.Builder |
dataStorageSizeInGBs(Integer dataStorageSizeInGBs)
DEPRECATED: User specified size of the data volume.
|
DbSystem.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DbSystem.Builder |
deletionPolicy(DeletionPolicyDetails deletionPolicy) |
DbSystem.Builder |
description(String description)
User-provided data about the DB System.
|
DbSystem.Builder |
displayName(String displayName)
The user-friendly name for the DB System.
|
DbSystem.Builder |
endpoints(List<DbSystemEndpoint> endpoints)
The network endpoints available for this DB System.
|
DbSystem.Builder |
faultDomain(String faultDomain)
The fault domain on which to deploy the Read/Write endpoint.
|
DbSystem.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DbSystem.Builder |
heatWaveCluster(HeatWaveClusterSummary heatWaveCluster) |
DbSystem.Builder |
hostnameLabel(String hostnameLabel)
The hostname for the primary endpoint of the DB System.
|
DbSystem.Builder |
id(String id)
The OCID of the DB System.
|
DbSystem.Builder |
ipAddress(String ipAddress)
The IP address the DB System is configured to listen on.
|
DbSystem.Builder |
isHeatWaveClusterAttached(Boolean isHeatWaveClusterAttached)
If the DB System has a HeatWave Cluster attached.
|
DbSystem.Builder |
isHighlyAvailable(Boolean isHighlyAvailable)
Specifies if the DB System is highly available.
|
DbSystem.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycleState.
|
DbSystem.Builder |
lifecycleState(DbSystem.LifecycleState lifecycleState)
The current state of the DB System.
|
DbSystem.Builder |
maintenance(MaintenanceDetails maintenance) |
DbSystem.Builder |
mysqlVersion(String mysqlVersion)
Name of the MySQL Version in use for the DB System.
|
DbSystem.Builder |
pointInTimeRecoveryDetails(PointInTimeRecoveryDetails pointInTimeRecoveryDetails) |
DbSystem.Builder |
port(Integer port)
The port for primary endpoint of the DB System to listen on.
|
DbSystem.Builder |
portX(Integer portX)
The network port on which X Plugin listens for TCP/IP connections.
|
DbSystem.Builder |
secureConnections(SecureConnectionDetails secureConnections) |
DbSystem.Builder |
shapeName(String shapeName)
The shape of the primary instances of the DB System.
|
DbSystem.Builder |
source(DbSystemSource source) |
DbSystem.Builder |
subnetId(String subnetId)
The OCID of the subnet the DB System is associated with.
|
DbSystem.Builder |
timeCreated(Date timeCreated)
The date and time the DB System was created.
|
DbSystem.Builder |
timeUpdated(Date timeUpdated)
The time the DB System was last updated.
|
public DbSystem.Builder id(String id)
The OCID of the DB System.
id
- the value to setpublic DbSystem.Builder displayName(String displayName)
The user-friendly name for the DB System. It does not have to be unique.
displayName
- the value to setpublic DbSystem.Builder description(String description)
User-provided data about the DB System.
description
- the value to setpublic DbSystem.Builder compartmentId(String compartmentId)
The OCID of the compartment the DB System belongs in.
compartmentId
- the value to setpublic DbSystem.Builder subnetId(String subnetId)
The OCID of the subnet the DB System is associated with.
subnetId
- the value to setpublic DbSystem.Builder isHighlyAvailable(Boolean isHighlyAvailable)
Specifies if the DB System is highly available.
isHighlyAvailable
- the value to setpublic DbSystem.Builder currentPlacement(DbSystemPlacement currentPlacement)
public DbSystem.Builder isHeatWaveClusterAttached(Boolean isHeatWaveClusterAttached)
If the DB System has a HeatWave Cluster attached.
isHeatWaveClusterAttached
- the value to setpublic DbSystem.Builder heatWaveCluster(HeatWaveClusterSummary heatWaveCluster)
public DbSystem.Builder availabilityDomain(String availabilityDomain)
The availability domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
In a failover scenario, the Read/Write endpoint is redirected to one of the other availability domains and the MySQL instance in that domain is promoted to the primary instance. This redirection does not affect the IP address of the DB System in any way.
For a standalone DB System, this defines the availability domain in which the DB System is placed.
availabilityDomain
- the value to setpublic DbSystem.Builder faultDomain(String faultDomain)
The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
In a failover scenario, the Read/Write endpoint is redirected to one of the other fault domains and the MySQL instance in that domain is promoted to the primary instance. This redirection does not affect the IP address of the DB System in any way.
For a standalone DB System, this defines the fault domain in which the DB System is placed.
faultDomain
- the value to setpublic DbSystem.Builder shapeName(String shapeName)
The shape of the primary instances of the DB System. The shape determines resources
allocated to a DB System - CPU cores and memory for VM shapes; CPU cores, memory and
storage for non-VM (or bare metal) shapes. To get a list of shapes, use (the listShapes
operation.
shapeName
- the value to setpublic DbSystem.Builder mysqlVersion(String mysqlVersion)
Name of the MySQL Version in use for the DB System.
mysqlVersion
- the value to setpublic DbSystem.Builder backupPolicy(BackupPolicy backupPolicy)
public DbSystem.Builder source(DbSystemSource source)
public DbSystem.Builder configurationId(String configurationId)
The OCID of the Configuration to be used for Instances in this DB System.
configurationId
- the value to setpublic DbSystem.Builder dataStorageSizeInGBs(Integer dataStorageSizeInGBs)
DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
dataStorageSizeInGBs
- the value to setpublic DbSystem.Builder dataStorage(DataStorage dataStorage)
public DbSystem.Builder hostnameLabel(String hostnameLabel)
The hostname for the primary endpoint of the DB System. Used for DNS. The value is the hostname portion of the primary private IP’s fully qualified domain name (FQDN) (for example, “dbsystem-1” in FQDN “dbsystem-1.subnet123.vcn1.oraclevcn.com”). Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
hostnameLabel
- the value to setpublic DbSystem.Builder ipAddress(String ipAddress)
The IP address the DB System is configured to listen on. A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet’s CIDR. This will be a “dotted-quad” style IPv4 address.
ipAddress
- the value to setpublic DbSystem.Builder port(Integer port)
The port for primary endpoint of the DB System to listen on.
port
- the value to setpublic DbSystem.Builder portX(Integer portX)
The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
portX
- the value to setpublic DbSystem.Builder endpoints(List<DbSystemEndpoint> endpoints)
The network endpoints available for this DB System.
endpoints
- the value to setpublic DbSystem.Builder channels(List<ChannelSummary> channels)
A list with a summary of all the Channels attached to the DB System.
channels
- the value to setpublic DbSystem.Builder lifecycleState(DbSystem.LifecycleState lifecycleState)
The current state of the DB System.
lifecycleState
- the value to setpublic DbSystem.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycleState.
lifecycleDetails
- the value to setpublic DbSystem.Builder maintenance(MaintenanceDetails maintenance)
public DbSystem.Builder deletionPolicy(DeletionPolicyDetails deletionPolicy)
public DbSystem.Builder timeCreated(Date timeCreated)
The date and time the DB System was created.
timeCreated
- the value to setpublic DbSystem.Builder timeUpdated(Date timeUpdated)
The time the DB System was last updated.
timeUpdated
- the value to setpublic DbSystem.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic DbSystem.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic 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.
crashRecovery
- the value to setpublic DbSystem.Builder pointInTimeRecoveryDetails(PointInTimeRecoveryDetails pointInTimeRecoveryDetails)
public DbSystem.Builder databaseManagement(DatabaseManagementStatus databaseManagement)
Whether to enable monitoring via the Database Management service.
databaseManagement
- the value to setpublic DbSystem.Builder secureConnections(SecureConnectionDetails secureConnections)
public DbSystem.Builder customerContacts(List<CustomerContact> customerContacts)
The list of customer email addresses that receive information from Oracle about the specified OCI DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
customerContacts
- the value to setpublic DbSystem build()
public DbSystem.Builder copy(DbSystem model)
Copyright © 2016–2024. All rights reserved.