Class DbSystem
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.mysql.model.DbSystem
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class DbSystem extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A DB System is the core logical unit of MySQL Database Service.
Note: Objects should always be created or deserialized using theDbSystem.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theDbSystem.Builder
, which maintain a set of all explicitly set fields calledDbSystem.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DbSystem.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.static class
DbSystem.Builder
static class
DbSystem.DatabaseMode
The database mode indicating the types of statements that are allowed to run in the the DB system.static class
DbSystem.LifecycleState
The current state of the DB System.
-
Constructor Summary
Constructors Constructor Description 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, Map<String,Map<String,Object>> systemTags, CrashRecoveryStatus crashRecovery, PointInTimeRecoveryDetails pointInTimeRecoveryDetails, DatabaseManagementStatus databaseManagement, SecureConnectionDetails secureConnections, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, List<CustomerContact> customerContacts, ReadEndpointDetails readEndpoint)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DbSystem.Builder
builder()
Create a new builder.boolean
equals(Object o)
DbSystem.AccessMode
getAccessMode()
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.String
getAvailabilityDomain()
The availability domain on which to deploy the Read/Write endpoint.BackupPolicy
getBackupPolicy()
List<ChannelSummary>
getChannels()
A list with a summary of all the Channels attached to the DB System.String
getCompartmentId()
The OCID of the compartment the DB System belongs in.String
getConfigurationId()
The OCID of the Configuration to be used for Instances in this DB System.CrashRecoveryStatus
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.DbSystemPlacement
getCurrentPlacement()
List<CustomerContact>
getCustomerContacts()
The list of customer email addresses that receive information from Oracle about the specified OCI DB System resource.DatabaseManagementStatus
getDatabaseManagement()
Whether to enable monitoring via the Database Management service.DbSystem.DatabaseMode
getDatabaseMode()
The database mode indicating the types of statements that are allowed to run in the the DB system.DataStorage
getDataStorage()
Integer
getDataStorageSizeInGBs()
DEPRECATED: User specified size of the data volume.Map<String,Map<String,Object>>
getDefinedTags()
Defined tags for this resource.DeletionPolicyDetails
getDeletionPolicy()
String
getDescription()
User-provided data about the DB System.String
getDisplayName()
The user-friendly name for the DB System.List<DbSystemEndpoint>
getEndpoints()
The network endpoints available for this DB System.String
getFaultDomain()
The fault domain on which to deploy the Read/Write endpoint.Map<String,String>
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.HeatWaveClusterSummary
getHeatWaveCluster()
String
getHostnameLabel()
The hostname for the primary endpoint of the DB System.String
getId()
The OCID of the DB System.String
getIpAddress()
The IP address the DB System is configured to listen on.Boolean
getIsHeatWaveClusterAttached()
If the DB System has a HeatWave Cluster attached.Boolean
getIsHighlyAvailable()
Specifies if the DB System is highly available.String
getLifecycleDetails()
Additional information about the current lifecycleState.DbSystem.LifecycleState
getLifecycleState()
The current state of the DB System.MaintenanceDetails
getMaintenance()
String
getMysqlVersion()
Name of the MySQL Version in use for the DB System.PointInTimeRecoveryDetails
getPointInTimeRecoveryDetails()
Integer
getPort()
The port for primary endpoint of the DB System to listen on.Integer
getPortX()
The network port on which X Plugin listens for TCP/IP connections.ReadEndpointDetails
getReadEndpoint()
SecureConnectionDetails
getSecureConnections()
String
getShapeName()
The shape of the primary instances of the DB System.DbSystemSource
getSource()
String
getSubnetId()
The OCID of the subnet the DB System is associated with.Map<String,Map<String,Object>>
getSystemTags()
Usage of system tag keys.Date
getTimeCreated()
The date and time the DB System was created.Date
getTimeUpdated()
The time the DB System was last updated.int
hashCode()
DbSystem.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
DbSystem
@Deprecated @ConstructorProperties({"id","displayName","description","compartmentId","subnetId","isHighlyAvailable","currentPlacement","isHeatWaveClusterAttached","heatWaveCluster","availabilityDomain","faultDomain","shapeName","mysqlVersion","backupPolicy","source","configurationId","dataStorageSizeInGBs","dataStorage","hostnameLabel","ipAddress","port","portX","endpoints","channels","lifecycleState","lifecycleDetails","maintenance","deletionPolicy","timeCreated","timeUpdated","freeformTags","definedTags","systemTags","crashRecovery","pointInTimeRecoveryDetails","databaseManagement","secureConnections","databaseMode","accessMode","customerContacts","readEndpoint"}) public 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, Map<String,Map<String,Object>> systemTags, CrashRecoveryStatus crashRecovery, PointInTimeRecoveryDetails pointInTimeRecoveryDetails, DatabaseManagementStatus databaseManagement, SecureConnectionDetails secureConnections, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, List<CustomerContact> customerContacts, ReadEndpointDetails readEndpoint)
Deprecated.
-
-
Method Detail
-
builder
public static DbSystem.Builder builder()
Create a new builder.
-
toBuilder
public DbSystem.Builder toBuilder()
-
getId
public String getId()
The OCID of the DB System.- Returns:
- the value
-
getDisplayName
public String getDisplayName()
The user-friendly name for the DB System.It does not have to be unique.
- Returns:
- the value
-
getDescription
public String getDescription()
User-provided data about the DB System.- Returns:
- the value
-
getCompartmentId
public String getCompartmentId()
The OCID of the compartment the DB System belongs in.- Returns:
- the value
-
getSubnetId
public String getSubnetId()
The OCID of the subnet the DB System is associated with.- Returns:
- the value
-
getIsHighlyAvailable
public Boolean getIsHighlyAvailable()
Specifies if the DB System is highly available.- Returns:
- the value
-
getCurrentPlacement
public DbSystemPlacement getCurrentPlacement()
-
getIsHeatWaveClusterAttached
public Boolean getIsHeatWaveClusterAttached()
If the DB System has a HeatWave Cluster attached.- Returns:
- the value
-
getHeatWaveCluster
public HeatWaveClusterSummary getHeatWaveCluster()
-
getAvailabilityDomain
public String getAvailabilityDomain()
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.
- Returns:
- the value
-
getFaultDomain
public String getFaultDomain()
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.
- Returns:
- the value
-
getShapeName
public String getShapeName()
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.- Returns:
- the value
-
getMysqlVersion
public String getMysqlVersion()
Name of the MySQL Version in use for the DB System.- Returns:
- the value
-
getBackupPolicy
public BackupPolicy getBackupPolicy()
-
getSource
public DbSystemSource getSource()
-
getConfigurationId
public String getConfigurationId()
The OCID of the Configuration to be used for Instances in this DB System.- Returns:
- the value
-
getDataStorageSizeInGBs
public Integer getDataStorageSizeInGBs()
DEPRECATED: User specified size of the data volume.May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
- Returns:
- the value
-
getDataStorage
public DataStorage getDataStorage()
-
getHostnameLabel
public String getHostnameLabel()
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.
- Returns:
- the value
-
getIpAddress
public String getIpAddress()
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.
- Returns:
- the value
-
getPort
public Integer getPort()
The port for primary endpoint of the DB System to listen on.- Returns:
- the value
-
getPortX
public Integer getPortX()
The network port on which X Plugin listens for TCP/IP connections.This is the X Plugin equivalent of port.
- Returns:
- the value
-
getEndpoints
public List<DbSystemEndpoint> getEndpoints()
The network endpoints available for this DB System.- Returns:
- the value
-
getChannels
public List<ChannelSummary> getChannels()
A list with a summary of all the Channels attached to the DB System.- Returns:
- the value
-
getLifecycleState
public DbSystem.LifecycleState getLifecycleState()
The current state of the DB System.- Returns:
- the value
-
getLifecycleDetails
public String getLifecycleDetails()
Additional information about the current lifecycleState.- Returns:
- the value
-
getMaintenance
public MaintenanceDetails getMaintenance()
-
getDeletionPolicy
public DeletionPolicyDetails getDeletionPolicy()
-
getTimeCreated
public Date getTimeCreated()
The date and time the DB System was created.- Returns:
- the value
-
getTimeUpdated
public Date getTimeUpdated()
The time the DB System was last updated.- Returns:
- the value
-
getFreeformTags
public Map<String,String> getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Returns:
- the value
-
getDefinedTags
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Returns:
- the value
-
getSystemTags
public Map<String,Map<String,Object>> getSystemTags()
Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Returns:
- the value
-
getCrashRecovery
public CrashRecoveryStatus 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.- Returns:
- the value
-
getPointInTimeRecoveryDetails
public PointInTimeRecoveryDetails getPointInTimeRecoveryDetails()
-
getDatabaseManagement
public DatabaseManagementStatus getDatabaseManagement()
Whether to enable monitoring via the Database Management service.- Returns:
- the value
-
getSecureConnections
public SecureConnectionDetails getSecureConnections()
-
getDatabaseMode
public DbSystem.DatabaseMode getDatabaseMode()
The database mode indicating the types of statements that are allowed to run in the the DB system.This mode applies only to statements run by user connections. Replicated write statements continue to be allowed regardless of the DatabaseMode. - READ_WRITE: allow running read and write statements on the DB system; - READ_ONLY: only allow running read statements on the DB system.
- Returns:
- the value
-
getAccessMode
public DbSystem.AccessMode getAccessMode()
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.- Returns:
- the value
-
getCustomerContacts
public List<CustomerContact> getCustomerContacts()
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.
- Returns:
- the value
-
getReadEndpoint
public ReadEndpointDetails getReadEndpoint()
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-