ManagedMySqlDatabaseOutboundReplicationCollection¶
-
class
oci.database_management.models.
ManagedMySqlDatabaseOutboundReplicationCollection
(**kwargs)¶ Bases:
object
The collection of outbound replication records of a MySQL server.
Methods
__init__
(**kwargs)Initializes a new ManagedMySqlDatabaseOutboundReplicationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ManagedMySqlDatabaseOutboundReplicationCollection. outbound_replications_count
Gets the outbound_replications_count of this ManagedMySqlDatabaseOutboundReplicationCollection. -
__init__
(**kwargs)¶ Initializes a new ManagedMySqlDatabaseOutboundReplicationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - outbound_replications_count (int) – The value to assign to the outbound_replications_count property of this ManagedMySqlDatabaseOutboundReplicationCollection.
- items (list[oci.database_management.models.ManagedMySqlDatabaseOutboundReplicationSummary]) – The value to assign to the items property of this ManagedMySqlDatabaseOutboundReplicationCollection.
-
items
¶ [Required] Gets the items of this ManagedMySqlDatabaseOutboundReplicationCollection. The list of ManagedMySqlDatabaseOutboundReplicationSummary records.
Returns: The items of this ManagedMySqlDatabaseOutboundReplicationCollection. Return type: list[oci.database_management.models.ManagedMySqlDatabaseOutboundReplicationSummary]
-
outbound_replications_count
¶ Gets the outbound_replications_count of this ManagedMySqlDatabaseOutboundReplicationCollection. The number of outbound replications from this server.
Returns: The outbound_replications_count of this ManagedMySqlDatabaseOutboundReplicationCollection. Return type: int
-