Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateConnectionAssignmentProperties.
The properties of a GoldengateConnectionAssignment.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateConnectionAssignmentProperties
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ocid |
string
Output only. The OCID of the connection assignment being referenced. |
↳ goldengate_connection |
string
Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection} |
↳ goldengate_deployment |
string
Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment} |
↳ alias |
string
Output only. Credential store alias. |
↳ state |
int
Output only. The lifecycle state of the connection assignment. |
getOcid
Output only. The OCID of the connection assignment being referenced.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOcid
Output only. The OCID of the connection assignment being referenced.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGoldengateConnection
Required. The GoldengateConnection resource to be assigned.
Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}
| Returns | |
|---|---|
| Type | Description |
string |
|
setGoldengateConnection
Required. The GoldengateConnection resource to be assigned.
Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGoldengateDeployment
Required. The GoldenGateDeployment to assign the connection to.
Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}
| Returns | |
|---|---|
| Type | Description |
string |
|
setGoldengateDeployment
Required. The GoldenGateDeployment to assign the connection to.
Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAlias
Output only. Credential store alias.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAlias
Output only. Credential store alias.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getState
Output only. The lifecycle state of the connection assignment.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
Output only. The lifecycle state of the connection assignment.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|