Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class SourceConfig.
The source configuration for the standby Autonomous Database.
Generated from protobuf message google.cloud.oracledatabase.v1.SourceConfig
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ autonomous_database |
string
Optional. The name of the primary Autonomous Database that is used to create a Peer Autonomous Database from a source. |
↳ automatic_backups_replication_enabled |
bool
Optional. This field specifies if the replication of automatic backups is enabled when creating a Data Guard. |
getAutonomousDatabase
Optional. The name of the primary Autonomous Database that is used to create a Peer Autonomous Database from a source.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAutonomousDatabase
Optional. The name of the primary Autonomous Database that is used to create a Peer Autonomous Database from a source.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAutomaticBackupsReplicationEnabled
Optional. This field specifies if the replication of automatic backups is enabled when creating a Data Guard.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setAutomaticBackupsReplicationEnabled
Optional. This field specifies if the replication of automatic backups is enabled when creating a Data Guard.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|