DbSystem

class oci.mysql.models.DbSystem(**kwargs)

Bases: object

A DB System is the core logical unit of MySQL Database Service.

Attributes

CRASH_RECOVERY_DISABLED A constant which can be used with the crash_recovery property of a DbSystem.
CRASH_RECOVERY_ENABLED A constant which can be used with the crash_recovery property of a DbSystem.
DATABASE_MANAGEMENT_DISABLED A constant which can be used with the database_management property of a DbSystem.
DATABASE_MANAGEMENT_ENABLED A constant which can be used with the database_management property of a DbSystem.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a DbSystem.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a DbSystem.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a DbSystem.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a DbSystem.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a DbSystem.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a DbSystem.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a DbSystem.
availability_domain Gets the availability_domain of this DbSystem.
backup_policy Gets the backup_policy of this DbSystem.
channels Gets the channels of this DbSystem.
compartment_id [Required] Gets the compartment_id of this DbSystem.
configuration_id Gets the configuration_id of this DbSystem.
crash_recovery Gets the crash_recovery of this DbSystem.
current_placement Gets the current_placement of this DbSystem.
data_storage_size_in_gbs [Required] Gets the data_storage_size_in_gbs of this DbSystem.
database_management Gets the database_management of this DbSystem.
defined_tags Gets the defined_tags of this DbSystem.
deletion_policy [Required] Gets the deletion_policy of this DbSystem.
description Gets the description of this DbSystem.
display_name [Required] Gets the display_name of this DbSystem.
endpoints Gets the endpoints of this DbSystem.
fault_domain Gets the fault_domain of this DbSystem.
freeform_tags Gets the freeform_tags of this DbSystem.
heat_wave_cluster Gets the heat_wave_cluster of this DbSystem.
hostname_label Gets the hostname_label of this DbSystem.
id [Required] Gets the id of this DbSystem.
ip_address Gets the ip_address of this DbSystem.
is_heat_wave_cluster_attached Gets the is_heat_wave_cluster_attached of this DbSystem.
is_highly_available Gets the is_highly_available of this DbSystem.
lifecycle_details Gets the lifecycle_details of this DbSystem.
lifecycle_state [Required] Gets the lifecycle_state of this DbSystem.
maintenance [Required] Gets the maintenance of this DbSystem.
mysql_version [Required] Gets the mysql_version of this DbSystem.
point_in_time_recovery_details Gets the point_in_time_recovery_details of this DbSystem.
port Gets the port of this DbSystem.
port_x Gets the port_x of this DbSystem.
secure_connections Gets the secure_connections of this DbSystem.
shape_name Gets the shape_name of this DbSystem.
source Gets the source of this DbSystem.
subnet_id [Required] Gets the subnet_id of this DbSystem.
time_created [Required] Gets the time_created of this DbSystem.
time_updated [Required] Gets the time_updated of this DbSystem.

Methods

__init__(**kwargs) Initializes a new DbSystem object with values from keyword arguments.
CRASH_RECOVERY_DISABLED = 'DISABLED'

A constant which can be used with the crash_recovery property of a DbSystem. This constant has a value of “DISABLED”

CRASH_RECOVERY_ENABLED = 'ENABLED'

A constant which can be used with the crash_recovery property of a DbSystem. This constant has a value of “ENABLED”

DATABASE_MANAGEMENT_DISABLED = 'DISABLED'

A constant which can be used with the database_management property of a DbSystem. This constant has a value of “DISABLED”

DATABASE_MANAGEMENT_ENABLED = 'ENABLED'

A constant which can be used with the database_management property of a DbSystem. This constant has a value of “ENABLED”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a DbSystem. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a DbSystem. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a DbSystem. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a DbSystem. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a DbSystem. This constant has a value of “FAILED”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a DbSystem. This constant has a value of “INACTIVE”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a DbSystem. This constant has a value of “UPDATING”

__init__(**kwargs)

Initializes a new DbSystem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this DbSystem.
  • display_name (str) – The value to assign to the display_name property of this DbSystem.
  • description (str) – The value to assign to the description property of this DbSystem.
  • compartment_id (str) – The value to assign to the compartment_id property of this DbSystem.
  • subnet_id (str) – The value to assign to the subnet_id property of this DbSystem.
  • is_highly_available (bool) – The value to assign to the is_highly_available property of this DbSystem.
  • current_placement (oci.mysql.models.DbSystemPlacement) – The value to assign to the current_placement property of this DbSystem.
  • is_heat_wave_cluster_attached (bool) – The value to assign to the is_heat_wave_cluster_attached property of this DbSystem.
  • heat_wave_cluster (oci.mysql.models.HeatWaveClusterSummary) – The value to assign to the heat_wave_cluster property of this DbSystem.
  • availability_domain (str) – The value to assign to the availability_domain property of this DbSystem.
  • fault_domain (str) – The value to assign to the fault_domain property of this DbSystem.
  • shape_name (str) – The value to assign to the shape_name property of this DbSystem.
  • mysql_version (str) – The value to assign to the mysql_version property of this DbSystem.
  • backup_policy (oci.mysql.models.BackupPolicy) – The value to assign to the backup_policy property of this DbSystem.
  • source (oci.mysql.models.DbSystemSource) – The value to assign to the source property of this DbSystem.
  • configuration_id (str) – The value to assign to the configuration_id property of this DbSystem.
  • data_storage_size_in_gbs (int) – The value to assign to the data_storage_size_in_gbs property of this DbSystem.
  • hostname_label (str) – The value to assign to the hostname_label property of this DbSystem.
  • ip_address (str) – The value to assign to the ip_address property of this DbSystem.
  • port (int) – The value to assign to the port property of this DbSystem.
  • port_x (int) – The value to assign to the port_x property of this DbSystem.
  • endpoints (list[oci.mysql.models.DbSystemEndpoint]) – The value to assign to the endpoints property of this DbSystem.
  • channels (list[oci.mysql.models.ChannelSummary]) – The value to assign to the channels property of this DbSystem.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this DbSystem. Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this DbSystem.
  • maintenance (oci.mysql.models.MaintenanceDetails) – The value to assign to the maintenance property of this DbSystem.
  • deletion_policy (oci.mysql.models.DeletionPolicyDetails) – The value to assign to the deletion_policy property of this DbSystem.
  • time_created (datetime) – The value to assign to the time_created property of this DbSystem.
  • time_updated (datetime) – The value to assign to the time_updated property of this DbSystem.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DbSystem.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DbSystem.
  • crash_recovery (str) – The value to assign to the crash_recovery property of this DbSystem. Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • point_in_time_recovery_details (oci.mysql.models.PointInTimeRecoveryDetails) – The value to assign to the point_in_time_recovery_details property of this DbSystem.
  • database_management (str) – The value to assign to the database_management property of this DbSystem. Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • secure_connections (oci.mysql.models.SecureConnectionDetails) – The value to assign to the secure_connections property of this DbSystem.
availability_domain

Gets the availability_domain of this DbSystem. 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 availability_domain of this DbSystem.
Return type:str
backup_policy

Gets the backup_policy of this DbSystem.

Returns:The backup_policy of this DbSystem.
Return type:oci.mysql.models.BackupPolicy
channels

Gets the channels of this DbSystem. A list with a summary of all the Channels attached to the DB System.

Returns:The channels of this DbSystem.
Return type:list[oci.mysql.models.ChannelSummary]
compartment_id

[Required] Gets the compartment_id of this DbSystem. The OCID of the compartment the DB System belongs in.

Returns:The compartment_id of this DbSystem.
Return type:str
configuration_id

Gets the configuration_id of this DbSystem. The OCID of the Configuration to be used for Instances in this DB System.

Returns:The configuration_id of this DbSystem.
Return type:str
crash_recovery

Gets the crash_recovery of this DbSystem. 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.

Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The crash_recovery of this DbSystem.
Return type:str
current_placement

Gets the current_placement of this DbSystem.

Returns:The current_placement of this DbSystem.
Return type:oci.mysql.models.DbSystemPlacement
data_storage_size_in_gbs

[Required] Gets the data_storage_size_in_gbs of this DbSystem. Initial size of the data volume in GiBs that will be created and attached.

Returns:The data_storage_size_in_gbs of this DbSystem.
Return type:int
database_management

Gets the database_management of this DbSystem. Whether to enable monitoring via the Database Management service.

Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The database_management of this DbSystem.
Return type:str
defined_tags

Gets the defined_tags of this DbSystem. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this DbSystem.
Return type:dict(str, dict(str, object))
deletion_policy

[Required] Gets the deletion_policy of this DbSystem.

Returns:The deletion_policy of this DbSystem.
Return type:oci.mysql.models.DeletionPolicyDetails
description

Gets the description of this DbSystem. User-provided data about the DB System.

Returns:The description of this DbSystem.
Return type:str
display_name

[Required] Gets the display_name of this DbSystem. The user-friendly name for the DB System. It does not have to be unique.

Returns:The display_name of this DbSystem.
Return type:str
endpoints

Gets the endpoints of this DbSystem. The network endpoints available for this DB System.

Returns:The endpoints of this DbSystem.
Return type:list[oci.mysql.models.DbSystemEndpoint]
fault_domain

Gets the fault_domain of this DbSystem. 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 fault_domain of this DbSystem.
Return type:str
freeform_tags

Gets the freeform_tags of this DbSystem. 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 freeform_tags of this DbSystem.
Return type:dict(str, str)
heat_wave_cluster

Gets the heat_wave_cluster of this DbSystem.

Returns:The heat_wave_cluster of this DbSystem.
Return type:oci.mysql.models.HeatWaveClusterSummary
hostname_label

Gets the hostname_label of this DbSystem. 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 hostname_label of this DbSystem.
Return type:str
id

[Required] Gets the id of this DbSystem. The OCID of the DB System.

Returns:The id of this DbSystem.
Return type:str
ip_address

Gets the ip_address of this DbSystem. 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 ip_address of this DbSystem.
Return type:str
is_heat_wave_cluster_attached

Gets the is_heat_wave_cluster_attached of this DbSystem. If the DB System has a HeatWave Cluster attached.

Returns:The is_heat_wave_cluster_attached of this DbSystem.
Return type:bool
is_highly_available

Gets the is_highly_available of this DbSystem. Specifies if the DB System is highly available.

Returns:The is_highly_available of this DbSystem.
Return type:bool
lifecycle_details

Gets the lifecycle_details of this DbSystem. Additional information about the current lifecycleState.

Returns:The lifecycle_details of this DbSystem.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this DbSystem. The current state of the DB System.

Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this DbSystem.
Return type:str
maintenance

[Required] Gets the maintenance of this DbSystem.

Returns:The maintenance of this DbSystem.
Return type:oci.mysql.models.MaintenanceDetails
mysql_version

[Required] Gets the mysql_version of this DbSystem. Name of the MySQL Version in use for the DB System.

Returns:The mysql_version of this DbSystem.
Return type:str
point_in_time_recovery_details

Gets the point_in_time_recovery_details of this DbSystem.

Returns:The point_in_time_recovery_details of this DbSystem.
Return type:oci.mysql.models.PointInTimeRecoveryDetails
port

Gets the port of this DbSystem. The port for primary endpoint of the DB System to listen on.

Returns:The port of this DbSystem.
Return type:int
port_x

Gets the port_x of this DbSystem. The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.

Returns:The port_x of this DbSystem.
Return type:int
secure_connections

Gets the secure_connections of this DbSystem.

Returns:The secure_connections of this DbSystem.
Return type:oci.mysql.models.SecureConnectionDetails
shape_name

Gets the shape_name of this DbSystem. 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 list_shapes() operation.

Returns:The shape_name of this DbSystem.
Return type:str
source

Gets the source of this DbSystem.

Returns:The source of this DbSystem.
Return type:oci.mysql.models.DbSystemSource
subnet_id

[Required] Gets the subnet_id of this DbSystem. The OCID of the subnet the DB System is associated with.

Returns:The subnet_id of this DbSystem.
Return type:str
time_created

[Required] Gets the time_created of this DbSystem. The date and time the DB System was created.

Returns:The time_created of this DbSystem.
Return type:datetime
time_updated

[Required] Gets the time_updated of this DbSystem. The time the DB System was last updated.

Returns:The time_updated of this DbSystem.
Return type:datetime