Class SourceConfig
The source configuration for the standby Autonomous Database.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class SourceConfig : IDirectResponseSchema
Properties
AutomaticBackupsReplicationEnabled
Optional. This field specifies if the replication of automatic backups is enabled when creating a Data Guard.
Declaration
[JsonProperty("automaticBackupsReplicationEnabled")]
public virtual bool? AutomaticBackupsReplicationEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AutonomousDatabase
Optional. The name of the primary Autonomous Database that is used to create a Peer Autonomous Database from a source.
Declaration
[JsonProperty("autonomousDatabase")]
public virtual string AutonomousDatabase { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |