Class GoldengateConnectionAssignmentProperties
The properties of a GoldengateConnectionAssignment.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateConnectionAssignmentProperties : IDirectResponseSchema
Properties
Alias
Output only. Credential store alias.
Declaration
[JsonProperty("alias")]
public virtual string Alias { 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 |
GoldengateConnection
Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}
Declaration
[JsonProperty("goldengateConnection")]
public virtual string GoldengateConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoldengateDeployment
Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}
Declaration
[JsonProperty("goldengateDeployment")]
public virtual string GoldengateDeployment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ocid
Output only. The OCID of the connection assignment being referenced.
Declaration
[JsonProperty("ocid")]
public virtual string Ocid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The lifecycle state of the connection assignment.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |