Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi
oci.DatabaseManagement.getManagedMySqlDatabaseInboundReplications
Explore with Pulumi AI
This data source provides the list of Managed My Sql Database Inbound Replications in Oracle Cloud Infrastructure Database Management service.
Retrieves information about the inbound replications of a specific MySQL server.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagedMySqlDatabaseInboundReplications = oci.DatabaseManagement.getManagedMySqlDatabaseInboundReplications({
managedMySqlDatabaseId: testManagedMySqlDatabase.id,
});
import pulumi
import pulumi_oci as oci
test_managed_my_sql_database_inbound_replications = oci.DatabaseManagement.get_managed_my_sql_database_inbound_replications(managed_my_sql_database_id=test_managed_my_sql_database["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/databasemanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databasemanagement.GetManagedMySqlDatabaseInboundReplications(ctx, &databasemanagement.GetManagedMySqlDatabaseInboundReplicationsArgs{
ManagedMySqlDatabaseId: testManagedMySqlDatabase.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testManagedMySqlDatabaseInboundReplications = Oci.DatabaseManagement.GetManagedMySqlDatabaseInboundReplications.Invoke(new()
{
ManagedMySqlDatabaseId = testManagedMySqlDatabase.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetManagedMySqlDatabaseInboundReplicationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testManagedMySqlDatabaseInboundReplications = DatabaseManagementFunctions.getManagedMySqlDatabaseInboundReplications(GetManagedMySqlDatabaseInboundReplicationsArgs.builder()
.managedMySqlDatabaseId(testManagedMySqlDatabase.id())
.build());
}
}
variables:
testManagedMySqlDatabaseInboundReplications:
fn::invoke:
function: oci:DatabaseManagement:getManagedMySqlDatabaseInboundReplications
arguments:
managedMySqlDatabaseId: ${testManagedMySqlDatabase.id}
Using getManagedMySqlDatabaseInboundReplications
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagedMySqlDatabaseInboundReplications(args: GetManagedMySqlDatabaseInboundReplicationsArgs, opts?: InvokeOptions): Promise<GetManagedMySqlDatabaseInboundReplicationsResult>
function getManagedMySqlDatabaseInboundReplicationsOutput(args: GetManagedMySqlDatabaseInboundReplicationsOutputArgs, opts?: InvokeOptions): Output<GetManagedMySqlDatabaseInboundReplicationsResult>
def get_managed_my_sql_database_inbound_replications(filters: Optional[Sequence[GetManagedMySqlDatabaseInboundReplicationsFilter]] = None,
managed_my_sql_database_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagedMySqlDatabaseInboundReplicationsResult
def get_managed_my_sql_database_inbound_replications_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagedMySqlDatabaseInboundReplicationsFilterArgs]]]] = None,
managed_my_sql_database_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagedMySqlDatabaseInboundReplicationsResult]
func GetManagedMySqlDatabaseInboundReplications(ctx *Context, args *GetManagedMySqlDatabaseInboundReplicationsArgs, opts ...InvokeOption) (*GetManagedMySqlDatabaseInboundReplicationsResult, error)
func GetManagedMySqlDatabaseInboundReplicationsOutput(ctx *Context, args *GetManagedMySqlDatabaseInboundReplicationsOutputArgs, opts ...InvokeOption) GetManagedMySqlDatabaseInboundReplicationsResultOutput
> Note: This function is named GetManagedMySqlDatabaseInboundReplications
in the Go SDK.
public static class GetManagedMySqlDatabaseInboundReplications
{
public static Task<GetManagedMySqlDatabaseInboundReplicationsResult> InvokeAsync(GetManagedMySqlDatabaseInboundReplicationsArgs args, InvokeOptions? opts = null)
public static Output<GetManagedMySqlDatabaseInboundReplicationsResult> Invoke(GetManagedMySqlDatabaseInboundReplicationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagedMySqlDatabaseInboundReplicationsResult> getManagedMySqlDatabaseInboundReplications(GetManagedMySqlDatabaseInboundReplicationsArgs args, InvokeOptions options)
public static Output<GetManagedMySqlDatabaseInboundReplicationsResult> getManagedMySqlDatabaseInboundReplications(GetManagedMySqlDatabaseInboundReplicationsArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseManagement/getManagedMySqlDatabaseInboundReplications:getManagedMySqlDatabaseInboundReplications
arguments:
# arguments dictionary
The following arguments are supported:
- Managed
My stringSql Database Id - The OCID of the Managed MySQL Database.
- Filters
List<Get
Managed My Sql Database Inbound Replications Filter>
- Managed
My stringSql Database Id - The OCID of the Managed MySQL Database.
- Filters
[]Get
Managed My Sql Database Inbound Replications Filter
- managed
My StringSql Database Id - The OCID of the Managed MySQL Database.
- filters
List<Get
Managed My Sql Database Inbound Replications Filter>
- managed
My stringSql Database Id - The OCID of the Managed MySQL Database.
- filters
Get
Managed My Sql Database Inbound Replications Filter[]
- managed_
my_ strsql_ database_ id - The OCID of the Managed MySQL Database.
- filters
Sequence[Get
Managed My Sql Database Inbound Replications Filter]
- managed
My StringSql Database Id - The OCID of the Managed MySQL Database.
- filters List<Property Map>
getManagedMySqlDatabaseInboundReplications Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Managed
My stringSql Database Id - Managed
My List<GetSql Database Inbound Replication Collections Managed My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection> - The list of managed_my_sql_database_inbound_replication_collection.
- Filters
List<Get
Managed My Sql Database Inbound Replications Filter>
- Id string
- The provider-assigned unique ID for this managed resource.
- Managed
My stringSql Database Id - Managed
My []GetSql Database Inbound Replication Collections Managed My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection - The list of managed_my_sql_database_inbound_replication_collection.
- Filters
[]Get
Managed My Sql Database Inbound Replications Filter
- id String
- The provider-assigned unique ID for this managed resource.
- managed
My StringSql Database Id - managed
My List<GetSql Database Inbound Replication Collections Managed My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection> - The list of managed_my_sql_database_inbound_replication_collection.
- filters
List<Get
Managed My Sql Database Inbound Replications Filter>
- id string
- The provider-assigned unique ID for this managed resource.
- managed
My stringSql Database Id - managed
My GetSql Database Inbound Replication Collections Managed My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection[] - The list of managed_my_sql_database_inbound_replication_collection.
- filters
Get
Managed My Sql Database Inbound Replications Filter[]
- id str
- The provider-assigned unique ID for this managed resource.
- managed_
my_ strsql_ database_ id - managed_
my_ Sequence[Getsql_ database_ inbound_ replication_ collections Managed My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection] - The list of managed_my_sql_database_inbound_replication_collection.
- filters
Sequence[Get
Managed My Sql Database Inbound Replications Filter]
- id String
- The provider-assigned unique ID for this managed resource.
- managed
My StringSql Database Id - managed
My List<Property Map>Sql Database Inbound Replication Collections - The list of managed_my_sql_database_inbound_replication_collection.
- filters List<Property Map>
Supporting Types
GetManagedMySqlDatabaseInboundReplicationsFilter
GetManagedMySqlDatabaseInboundReplicationsManagedMySqlDatabaseInboundReplicationCollection
- Inbound
Replications intCount - The number of sources this server is replicating from.
- Items
List<Get
Managed My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item> - A list of ManagedMySqlDatabaseInboundReplicationSummary records.
- Parallel
Workers int - The number of applier threads for executing replication transactions in parallel.
- Preserve
Commit stringOrder - For multi-threaded replicas, indicates if transactions are executed and committed on the replica in the same order as they appear in the relay log.
- Replica
Server stringId - The server ID value of this replica.
- Replica
Uuid string - The Universally Unique Identifier (UUID) value of this replica server.
- Inbound
Replications intCount - The number of sources this server is replicating from.
- Items
[]Get
Managed My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item - A list of ManagedMySqlDatabaseInboundReplicationSummary records.
- Parallel
Workers int - The number of applier threads for executing replication transactions in parallel.
- Preserve
Commit stringOrder - For multi-threaded replicas, indicates if transactions are executed and committed on the replica in the same order as they appear in the relay log.
- Replica
Server stringId - The server ID value of this replica.
- Replica
Uuid string - The Universally Unique Identifier (UUID) value of this replica server.
- inbound
Replications IntegerCount - The number of sources this server is replicating from.
- items
List<Get
Managed My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item> - A list of ManagedMySqlDatabaseInboundReplicationSummary records.
- parallel
Workers Integer - The number of applier threads for executing replication transactions in parallel.
- preserve
Commit StringOrder - For multi-threaded replicas, indicates if transactions are executed and committed on the replica in the same order as they appear in the relay log.
- replica
Server StringId - The server ID value of this replica.
- replica
Uuid String - The Universally Unique Identifier (UUID) value of this replica server.
- inbound
Replications numberCount - The number of sources this server is replicating from.
- items
Get
Managed My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item[] - A list of ManagedMySqlDatabaseInboundReplicationSummary records.
- parallel
Workers number - The number of applier threads for executing replication transactions in parallel.
- preserve
Commit stringOrder - For multi-threaded replicas, indicates if transactions are executed and committed on the replica in the same order as they appear in the relay log.
- replica
Server stringId - The server ID value of this replica.
- replica
Uuid string - The Universally Unique Identifier (UUID) value of this replica server.
- inbound_
replications_ intcount - The number of sources this server is replicating from.
- items
Sequence[Get
Managed My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item] - A list of ManagedMySqlDatabaseInboundReplicationSummary records.
- parallel_
workers int - The number of applier threads for executing replication transactions in parallel.
- preserve_
commit_ strorder - For multi-threaded replicas, indicates if transactions are executed and committed on the replica in the same order as they appear in the relay log.
- replica_
server_ strid - The server ID value of this replica.
- replica_
uuid str - The Universally Unique Identifier (UUID) value of this replica server.
- inbound
Replications NumberCount - The number of sources this server is replicating from.
- items List<Property Map>
- A list of ManagedMySqlDatabaseInboundReplicationSummary records.
- parallel
Workers Number - The number of applier threads for executing replication transactions in parallel.
- preserve
Commit StringOrder - For multi-threaded replicas, indicates if transactions are executed and committed on the replica in the same order as they appear in the relay log.
- replica
Server StringId - The server ID value of this replica.
- replica
Uuid String - The Universally Unique Identifier (UUID) value of this replica server.
GetManagedMySqlDatabaseInboundReplicationsManagedMySqlDatabaseInboundReplicationCollectionItem
- Applier
Filters List<GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Applier Filter> - A list of MySqlReplicationApplierFilter records.
- Apply
Delay double - Time in seconds it took for the transaction that is currently being applied between being committed on the source and applied on the replica.
- Apply
Errors List<GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Apply Error> - Error from apply operation of a MySQL server replication channel.
- Apply
Status string - The current status of apply operations.
- Busy
Workers int - The number of workers currently busy applying transactions from the source server.
- Channel
Name string - The name of the replication channel.
- Desired
Delay stringSeconds - The desired number of seconds that the replica must lag the source.
- Fetch
Errors List<GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Fetch Error> - Error from fetch operation of a MySQL server replication channel.
- Fetch
Status string - The current status of fetch operations.
- Gtid
Assignment string - Whether the channel assigns global transaction identifiers (GTIDs) to anonymous replicated transactions. OFF means no GTIDs are assigned. LOCAL means a GTID is assigned that includes this replica's own universally unique identifier (UUID). A UUID as value indicates that a GTID is assigned which includes that manually set UUID value.
- Relay
Log stringStorage Space Used - The total size in bytes of all the existing relay log files pertaining to this channel.
- Remaining
Delay stringSeconds - If the replica is waiting for the desired delay seconds to pass since the source applied an event, this field contains the number of delay seconds remaining.
- Retrieved
Gtid stringSet - The set of global transaction IDs corresponding to all transactions received by this replica from the source server. Empty if GTIDs are not in use.
- Seconds
Behind stringSource - The number of seconds the replica is behind the source server.
- Source
Host string - The host name or IP address of the source this replica is connected to.
- Source
Port int - The port used to connect to the source.
- Source
Server stringId - The server ID value from the source server.
- Source
Uuid string - The Universally Unique Identifier (UUID) value from the source server.
- Transactions
Received string - The number of transactions received by this replica from the source server.
- Applier
Filters []GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Applier Filter - A list of MySqlReplicationApplierFilter records.
- Apply
Delay float64 - Time in seconds it took for the transaction that is currently being applied between being committed on the source and applied on the replica.
- Apply
Errors []GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Apply Error - Error from apply operation of a MySQL server replication channel.
- Apply
Status string - The current status of apply operations.
- Busy
Workers int - The number of workers currently busy applying transactions from the source server.
- Channel
Name string - The name of the replication channel.
- Desired
Delay stringSeconds - The desired number of seconds that the replica must lag the source.
- Fetch
Errors []GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Fetch Error - Error from fetch operation of a MySQL server replication channel.
- Fetch
Status string - The current status of fetch operations.
- Gtid
Assignment string - Whether the channel assigns global transaction identifiers (GTIDs) to anonymous replicated transactions. OFF means no GTIDs are assigned. LOCAL means a GTID is assigned that includes this replica's own universally unique identifier (UUID). A UUID as value indicates that a GTID is assigned which includes that manually set UUID value.
- Relay
Log stringStorage Space Used - The total size in bytes of all the existing relay log files pertaining to this channel.
- Remaining
Delay stringSeconds - If the replica is waiting for the desired delay seconds to pass since the source applied an event, this field contains the number of delay seconds remaining.
- Retrieved
Gtid stringSet - The set of global transaction IDs corresponding to all transactions received by this replica from the source server. Empty if GTIDs are not in use.
- Seconds
Behind stringSource - The number of seconds the replica is behind the source server.
- Source
Host string - The host name or IP address of the source this replica is connected to.
- Source
Port int - The port used to connect to the source.
- Source
Server stringId - The server ID value from the source server.
- Source
Uuid string - The Universally Unique Identifier (UUID) value from the source server.
- Transactions
Received string - The number of transactions received by this replica from the source server.
- applier
Filters List<GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Applier Filter> - A list of MySqlReplicationApplierFilter records.
- apply
Delay Double - Time in seconds it took for the transaction that is currently being applied between being committed on the source and applied on the replica.
- apply
Errors List<GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Apply Error> - Error from apply operation of a MySQL server replication channel.
- apply
Status String - The current status of apply operations.
- busy
Workers Integer - The number of workers currently busy applying transactions from the source server.
- channel
Name String - The name of the replication channel.
- desired
Delay StringSeconds - The desired number of seconds that the replica must lag the source.
- fetch
Errors List<GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Fetch Error> - Error from fetch operation of a MySQL server replication channel.
- fetch
Status String - The current status of fetch operations.
- gtid
Assignment String - Whether the channel assigns global transaction identifiers (GTIDs) to anonymous replicated transactions. OFF means no GTIDs are assigned. LOCAL means a GTID is assigned that includes this replica's own universally unique identifier (UUID). A UUID as value indicates that a GTID is assigned which includes that manually set UUID value.
- relay
Log StringStorage Space Used - The total size in bytes of all the existing relay log files pertaining to this channel.
- remaining
Delay StringSeconds - If the replica is waiting for the desired delay seconds to pass since the source applied an event, this field contains the number of delay seconds remaining.
- retrieved
Gtid StringSet - The set of global transaction IDs corresponding to all transactions received by this replica from the source server. Empty if GTIDs are not in use.
- seconds
Behind StringSource - The number of seconds the replica is behind the source server.
- source
Host String - The host name or IP address of the source this replica is connected to.
- source
Port Integer - The port used to connect to the source.
- source
Server StringId - The server ID value from the source server.
- source
Uuid String - The Universally Unique Identifier (UUID) value from the source server.
- transactions
Received String - The number of transactions received by this replica from the source server.
- applier
Filters GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Applier Filter[] - A list of MySqlReplicationApplierFilter records.
- apply
Delay number - Time in seconds it took for the transaction that is currently being applied between being committed on the source and applied on the replica.
- apply
Errors GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Apply Error[] - Error from apply operation of a MySQL server replication channel.
- apply
Status string - The current status of apply operations.
- busy
Workers number - The number of workers currently busy applying transactions from the source server.
- channel
Name string - The name of the replication channel.
- desired
Delay stringSeconds - The desired number of seconds that the replica must lag the source.
- fetch
Errors GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Fetch Error[] - Error from fetch operation of a MySQL server replication channel.
- fetch
Status string - The current status of fetch operations.
- gtid
Assignment string - Whether the channel assigns global transaction identifiers (GTIDs) to anonymous replicated transactions. OFF means no GTIDs are assigned. LOCAL means a GTID is assigned that includes this replica's own universally unique identifier (UUID). A UUID as value indicates that a GTID is assigned which includes that manually set UUID value.
- relay
Log stringStorage Space Used - The total size in bytes of all the existing relay log files pertaining to this channel.
- remaining
Delay stringSeconds - If the replica is waiting for the desired delay seconds to pass since the source applied an event, this field contains the number of delay seconds remaining.
- retrieved
Gtid stringSet - The set of global transaction IDs corresponding to all transactions received by this replica from the source server. Empty if GTIDs are not in use.
- seconds
Behind stringSource - The number of seconds the replica is behind the source server.
- source
Host string - The host name or IP address of the source this replica is connected to.
- source
Port number - The port used to connect to the source.
- source
Server stringId - The server ID value from the source server.
- source
Uuid string - The Universally Unique Identifier (UUID) value from the source server.
- transactions
Received string - The number of transactions received by this replica from the source server.
- applier_
filters Sequence[GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Applier Filter] - A list of MySqlReplicationApplierFilter records.
- apply_
delay float - Time in seconds it took for the transaction that is currently being applied between being committed on the source and applied on the replica.
- apply_
errors Sequence[GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Apply Error] - Error from apply operation of a MySQL server replication channel.
- apply_
status str - The current status of apply operations.
- busy_
workers int - The number of workers currently busy applying transactions from the source server.
- channel_
name str - The name of the replication channel.
- desired_
delay_ strseconds - The desired number of seconds that the replica must lag the source.
- fetch_
errors Sequence[GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Fetch Error] - Error from fetch operation of a MySQL server replication channel.
- fetch_
status str - The current status of fetch operations.
- gtid_
assignment str - Whether the channel assigns global transaction identifiers (GTIDs) to anonymous replicated transactions. OFF means no GTIDs are assigned. LOCAL means a GTID is assigned that includes this replica's own universally unique identifier (UUID). A UUID as value indicates that a GTID is assigned which includes that manually set UUID value.
- relay_
log_ strstorage_ space_ used - The total size in bytes of all the existing relay log files pertaining to this channel.
- remaining_
delay_ strseconds - If the replica is waiting for the desired delay seconds to pass since the source applied an event, this field contains the number of delay seconds remaining.
- retrieved_
gtid_ strset - The set of global transaction IDs corresponding to all transactions received by this replica from the source server. Empty if GTIDs are not in use.
- seconds_
behind_ strsource - The number of seconds the replica is behind the source server.
- source_
host str - The host name or IP address of the source this replica is connected to.
- source_
port int - The port used to connect to the source.
- source_
server_ strid - The server ID value from the source server.
- source_
uuid str - The Universally Unique Identifier (UUID) value from the source server.
- transactions_
received str - The number of transactions received by this replica from the source server.
- applier
Filters List<Property Map> - A list of MySqlReplicationApplierFilter records.
- apply
Delay Number - Time in seconds it took for the transaction that is currently being applied between being committed on the source and applied on the replica.
- apply
Errors List<Property Map> - Error from apply operation of a MySQL server replication channel.
- apply
Status String - The current status of apply operations.
- busy
Workers Number - The number of workers currently busy applying transactions from the source server.
- channel
Name String - The name of the replication channel.
- desired
Delay StringSeconds - The desired number of seconds that the replica must lag the source.
- fetch
Errors List<Property Map> - Error from fetch operation of a MySQL server replication channel.
- fetch
Status String - The current status of fetch operations.
- gtid
Assignment String - Whether the channel assigns global transaction identifiers (GTIDs) to anonymous replicated transactions. OFF means no GTIDs are assigned. LOCAL means a GTID is assigned that includes this replica's own universally unique identifier (UUID). A UUID as value indicates that a GTID is assigned which includes that manually set UUID value.
- relay
Log StringStorage Space Used - The total size in bytes of all the existing relay log files pertaining to this channel.
- remaining
Delay StringSeconds - If the replica is waiting for the desired delay seconds to pass since the source applied an event, this field contains the number of delay seconds remaining.
- retrieved
Gtid StringSet - The set of global transaction IDs corresponding to all transactions received by this replica from the source server. Empty if GTIDs are not in use.
- seconds
Behind StringSource - The number of seconds the replica is behind the source server.
- source
Host String - The host name or IP address of the source this replica is connected to.
- source
Port Number - The port used to connect to the source.
- source
Server StringId - The server ID value from the source server.
- source
Uuid String - The Universally Unique Identifier (UUID) value from the source server.
- transactions
Received String - The number of transactions received by this replica from the source server.
GetManagedMySqlDatabaseInboundReplicationsManagedMySqlDatabaseInboundReplicationCollectionItemApplierFilter
- Filter
Name string - Type of replication filter that has been configured for the replication channel.
- Filter
Rule string - The rules configured for the replication filter type.
- Filter
Name string - Type of replication filter that has been configured for the replication channel.
- Filter
Rule string - The rules configured for the replication filter type.
- filter
Name String - Type of replication filter that has been configured for the replication channel.
- filter
Rule String - The rules configured for the replication filter type.
- filter
Name string - Type of replication filter that has been configured for the replication channel.
- filter
Rule string - The rules configured for the replication filter type.
- filter_
name str - Type of replication filter that has been configured for the replication channel.
- filter_
rule str - The rules configured for the replication filter type.
- filter
Name String - Type of replication filter that has been configured for the replication channel.
- filter
Rule String - The rules configured for the replication filter type.
GetManagedMySqlDatabaseInboundReplicationsManagedMySqlDatabaseInboundReplicationCollectionItemApplyError
- Last
Error stringMessage - The error message of the most recent error that caused the I/O thread to stop.
- Last
Error intNumber - The error number of the most recent error that caused the I/O thread to stop.
- Time
Last stringError - The timestamp when the most recent I/O error occurred.
- Worker
Errors List<GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Apply Error Worker Error> - A list of MySqlApplyErrorWorker records.
- Last
Error stringMessage - The error message of the most recent error that caused the I/O thread to stop.
- Last
Error intNumber - The error number of the most recent error that caused the I/O thread to stop.
- Time
Last stringError - The timestamp when the most recent I/O error occurred.
- Worker
Errors []GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Apply Error Worker Error - A list of MySqlApplyErrorWorker records.
- last
Error StringMessage - The error message of the most recent error that caused the I/O thread to stop.
- last
Error IntegerNumber - The error number of the most recent error that caused the I/O thread to stop.
- time
Last StringError - The timestamp when the most recent I/O error occurred.
- worker
Errors List<GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Apply Error Worker Error> - A list of MySqlApplyErrorWorker records.
- last
Error stringMessage - The error message of the most recent error that caused the I/O thread to stop.
- last
Error numberNumber - The error number of the most recent error that caused the I/O thread to stop.
- time
Last stringError - The timestamp when the most recent I/O error occurred.
- worker
Errors GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Apply Error Worker Error[] - A list of MySqlApplyErrorWorker records.
- last_
error_ strmessage - The error message of the most recent error that caused the I/O thread to stop.
- last_
error_ intnumber - The error number of the most recent error that caused the I/O thread to stop.
- time_
last_ strerror - The timestamp when the most recent I/O error occurred.
- worker_
errors Sequence[GetManaged My Sql Database Inbound Replications Managed My Sql Database Inbound Replication Collection Item Apply Error Worker Error] - A list of MySqlApplyErrorWorker records.
- last
Error StringMessage - The error message of the most recent error that caused the I/O thread to stop.
- last
Error NumberNumber - The error number of the most recent error that caused the I/O thread to stop.
- time
Last StringError - The timestamp when the most recent I/O error occurred.
- worker
Errors List<Property Map> - A list of MySqlApplyErrorWorker records.
GetManagedMySqlDatabaseInboundReplicationsManagedMySqlDatabaseInboundReplicationCollectionItemApplyErrorWorkerError
- Last
Error stringMessage - The error message of the most recent error that caused the I/O thread to stop.
- Last
Error intNumber - The error number of the most recent error that caused the I/O thread to stop.
- Time
Last stringError - The timestamp when the most recent I/O error occurred.
- Last
Error stringMessage - The error message of the most recent error that caused the I/O thread to stop.
- Last
Error intNumber - The error number of the most recent error that caused the I/O thread to stop.
- Time
Last stringError - The timestamp when the most recent I/O error occurred.
- last
Error StringMessage - The error message of the most recent error that caused the I/O thread to stop.
- last
Error IntegerNumber - The error number of the most recent error that caused the I/O thread to stop.
- time
Last StringError - The timestamp when the most recent I/O error occurred.
- last
Error stringMessage - The error message of the most recent error that caused the I/O thread to stop.
- last
Error numberNumber - The error number of the most recent error that caused the I/O thread to stop.
- time
Last stringError - The timestamp when the most recent I/O error occurred.
- last_
error_ strmessage - The error message of the most recent error that caused the I/O thread to stop.
- last_
error_ intnumber - The error number of the most recent error that caused the I/O thread to stop.
- time_
last_ strerror - The timestamp when the most recent I/O error occurred.
- last
Error StringMessage - The error message of the most recent error that caused the I/O thread to stop.
- last
Error NumberNumber - The error number of the most recent error that caused the I/O thread to stop.
- time
Last StringError - The timestamp when the most recent I/O error occurred.
GetManagedMySqlDatabaseInboundReplicationsManagedMySqlDatabaseInboundReplicationCollectionItemFetchError
- Last
Error stringMessage - The error message of the most recent error that caused the I/O thread to stop.
- Last
Error intNumber - The error number of the most recent error that caused the I/O thread to stop.
- Time
Last stringError - The timestamp when the most recent I/O error occurred.
- Last
Error stringMessage - The error message of the most recent error that caused the I/O thread to stop.
- Last
Error intNumber - The error number of the most recent error that caused the I/O thread to stop.
- Time
Last stringError - The timestamp when the most recent I/O error occurred.
- last
Error StringMessage - The error message of the most recent error that caused the I/O thread to stop.
- last
Error IntegerNumber - The error number of the most recent error that caused the I/O thread to stop.
- time
Last StringError - The timestamp when the most recent I/O error occurred.
- last
Error stringMessage - The error message of the most recent error that caused the I/O thread to stop.
- last
Error numberNumber - The error number of the most recent error that caused the I/O thread to stop.
- time
Last stringError - The timestamp when the most recent I/O error occurred.
- last_
error_ strmessage - The error message of the most recent error that caused the I/O thread to stop.
- last_
error_ intnumber - The error number of the most recent error that caused the I/O thread to stop.
- time_
last_ strerror - The timestamp when the most recent I/O error occurred.
- last
Error StringMessage - The error message of the most recent error that caused the I/O thread to stop.
- last
Error NumberNumber - The error number of the most recent error that caused the I/O thread to stop.
- time
Last StringError - The timestamp when the most recent I/O error occurred.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.