Resource: GoldengateConnectionAssignment
Represents the metadata of a Goldengate Connection Assignment.
| JSON representation |
|---|
{
"name": string,
"properties": {
object ( |
| Fields | |
|---|---|
name |
Identifier. The name of the GoldengateConnectionAssignment resource in the following format: projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengateConnectionAssignment} |
properties |
Required. The properties of the GoldengateConnectionAssignment. |
createTime |
Output only. The time when the connection assignment was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. The labels or tags associated with the GoldengateConnectionAssignment. An object containing a list of |
displayName |
Optional. The display name for the GoldengateConnectionAssignment. |
entitlementId |
Output only. The OCID of the entitlement linked to this resource. |
GoldengateConnectionAssignmentProperties
The properties of a GoldengateConnectionAssignment.
| JSON representation |
|---|
{
"ocid": string,
"goldengateConnection": string,
"goldengateDeployment": string,
"alias": string,
"state": enum ( |
| Fields | |
|---|---|
ocid |
Output only. The OCID of the connection assignment being referenced. |
goldengateConnection |
Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengateConnection} |
goldengateDeployment |
Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengateDeployment} |
alias |
Output only. Credential store alias. |
state |
Output only. The lifecycle state of the connection assignment. |
State
Possible lifecycle states for connection assignments.
| Enums | |
|---|---|
STATE_UNSPECIFIED |
Lifecycle state is unspecified. |
CREATING |
Connection assignment is being created. |
ACTIVE |
Connection assignment is active. |
FAILED |
Connection assignment failed. |
UPDATING |
Connection assignment is being updated. |
DELETING |
Connection assignment is being deleted. |
Methods |
|
|---|---|
|
Creates a new GoldengateConnectionAssignment in a given project and location. |
|
Deletes a single GoldengateConnectionAssignment. |
|
Gets details of a single GoldengateConnectionAssignment. |
|
Lists GoldengateConnectionAssignments in a given project and location. |
|
Tests a single GoldengateConnectionAssignment. |