Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateConnection.
Details of the GoldengateConnection resource.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateConnection
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The name of the GoldengateConnection resource in the following format: projects/{project}/locations/{region}/goldengateConnections/{goldengate_connection} |
↳ properties |
GoldengateConnectionProperties
Required. The properties of the GoldengateConnection. |
↳ gcp_oracle_zone |
string
Optional. The GCP Oracle zone where Oracle GoldengateConnection is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Optional. The labels or tags associated with the GoldengateConnection. |
↳ odb_network |
string
Optional. The name of the OdbNetwork associated with the GoldengateConnection. The format is projects/{project}/locations/{location}/odbNetworks/{odb_network}. It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet. |
↳ odb_subnet |
string
Optional. The name of the OdbSubnet associated with the GoldengateConnection for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet} |
↳ entitlement_id |
string
Output only. The ID of the subscription entitlement associated with the GoldengateConnection. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The date and time that the GoldengateConnection was created. |
↳ oci_url |
string
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface. |
getName
Identifier. The name of the GoldengateConnection resource in the following format: projects/{project}/locations/{region}/goldengateConnections/{goldengate_connection}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The name of the GoldengateConnection resource in the following format: projects/{project}/locations/{region}/goldengateConnections/{goldengate_connection}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProperties
Required. The properties of the GoldengateConnection.
| Returns | |
|---|---|
| Type | Description |
GoldengateConnectionProperties|null |
|
hasProperties
clearProperties
setProperties
Required. The properties of the GoldengateConnection.
| Parameter | |
|---|---|
| Name | Description |
var |
GoldengateConnectionProperties
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGcpOracleZone
Optional. The GCP Oracle zone where Oracle GoldengateConnection is hosted.
Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGcpOracleZone
Optional. The GCP Oracle zone where Oracle GoldengateConnection is hosted.
Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabels
Optional. The labels or tags associated with the GoldengateConnection.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setLabels
Optional. The labels or tags associated with the GoldengateConnection.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOdbNetwork
Optional. The name of the OdbNetwork associated with the GoldengateConnection. The format is projects/{project}/locations/{location}/odbNetworks/{odb_network}.
It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOdbNetwork
Optional. The name of the OdbNetwork associated with the GoldengateConnection. The format is projects/{project}/locations/{location}/odbNetworks/{odb_network}.
It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOdbSubnet
Optional. The name of the OdbSubnet associated with the GoldengateConnection for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
| Returns | |
|---|---|
| Type | Description |
string |
|
setOdbSubnet
Optional. The name of the OdbSubnet associated with the GoldengateConnection for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntitlementId
Output only. The ID of the subscription entitlement associated with the GoldengateConnection.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEntitlementId
Output only. The ID of the subscription entitlement associated with the GoldengateConnection.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. The date and time that the GoldengateConnection was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. The date and time that the GoldengateConnection was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOciUrl
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOciUrl
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|