ManagedMySqlDatabaseOutboundReplicationSummary

class oci.database_management.models.ManagedMySqlDatabaseOutboundReplicationSummary(**kwargs)

Bases: object

An outbound replication record of a MySQL Server.

Methods

__init__(**kwargs) Initializes a new ManagedMySqlDatabaseOutboundReplicationSummary object with values from keyword arguments.

Attributes

replica_host Gets the replica_host of this ManagedMySqlDatabaseOutboundReplicationSummary.
replica_port Gets the replica_port of this ManagedMySqlDatabaseOutboundReplicationSummary.
replica_server_id [Required] Gets the replica_server_id of this ManagedMySqlDatabaseOutboundReplicationSummary.
replica_uuid [Required] Gets the replica_uuid of this ManagedMySqlDatabaseOutboundReplicationSummary.
__init__(**kwargs)

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

Parameters:
  • replica_host (str) – The value to assign to the replica_host property of this ManagedMySqlDatabaseOutboundReplicationSummary.
  • replica_port (int) – The value to assign to the replica_port property of this ManagedMySqlDatabaseOutboundReplicationSummary.
  • replica_uuid (str) – The value to assign to the replica_uuid property of this ManagedMySqlDatabaseOutboundReplicationSummary.
  • replica_server_id (int) – The value to assign to the replica_server_id property of this ManagedMySqlDatabaseOutboundReplicationSummary.
replica_host

Gets the replica_host of this ManagedMySqlDatabaseOutboundReplicationSummary. The host name of the replica server, as specified on the replica with the –report-host option. This can differ from the machine name as configured in the operating system.

Returns:The replica_host of this ManagedMySqlDatabaseOutboundReplicationSummary.
Return type:str
replica_port

Gets the replica_port of this ManagedMySqlDatabaseOutboundReplicationSummary. The port on the replica server, as specified on the replica with the –report-port option. A zero in this column means that the replica port (–report-port) was not set.

Returns:The replica_port of this ManagedMySqlDatabaseOutboundReplicationSummary.
Return type:int
replica_server_id

[Required] Gets the replica_server_id of this ManagedMySqlDatabaseOutboundReplicationSummary. The server ID value of the replica.

Returns:The replica_server_id of this ManagedMySqlDatabaseOutboundReplicationSummary.
Return type:int
replica_uuid

[Required] Gets the replica_uuid of this ManagedMySqlDatabaseOutboundReplicationSummary. The Universally Unique Identifier (UUID) value of the replica server.

Returns:The replica_uuid of this ManagedMySqlDatabaseOutboundReplicationSummary.
Return type:str