public sealed class SourceConfig : IMessage<SourceConfig>, IEquatable<SourceConfig>, IDeepCloneable<SourceConfig>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class SourceConfig.
The source configuration for the standby Autonomous Database.
Implements
IMessageSourceConfig, IEquatableSourceConfig, IDeepCloneableSourceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
SourceConfig()
public SourceConfig()SourceConfig(SourceConfig)
public SourceConfig(SourceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
SourceConfig |
Properties
AutomaticBackupsReplicationEnabled
public bool AutomaticBackupsReplicationEnabled { get; set; }Optional. This field specifies if the replication of automatic backups is enabled when creating a Data Guard.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
AutonomousDatabase
public string AutonomousDatabase { get; set; }Optional. The name of the primary Autonomous Database that is used to create a Peer Autonomous Database from a source.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AutonomousDatabaseAsAutonomousDatabaseName
public AutonomousDatabaseName AutonomousDatabaseAsAutonomousDatabaseName { get; set; }AutonomousDatabaseName-typed view over the AutonomousDatabase resource name property.
| Property Value | |
|---|---|
| Type | Description |
AutonomousDatabaseName |
|