Show / Hide Table of Contents

Class SourceConfig

The source configuration for the standby Autonomous Database.

Inheritance
object
SourceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX