public sealed class GoldengateConnectionAssignmentProperties : IMessage<GoldengateConnectionAssignmentProperties>, IEquatable<GoldengateConnectionAssignmentProperties>, IDeepCloneable<GoldengateConnectionAssignmentProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateConnectionAssignmentProperties.
The properties of a GoldengateConnectionAssignment.
Implements
IMessageGoldengateConnectionAssignmentProperties, IEquatableGoldengateConnectionAssignmentProperties, IDeepCloneableGoldengateConnectionAssignmentProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateConnectionAssignmentProperties()
public GoldengateConnectionAssignmentProperties()GoldengateConnectionAssignmentProperties(GoldengateConnectionAssignmentProperties)
public GoldengateConnectionAssignmentProperties(GoldengateConnectionAssignmentProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateConnectionAssignmentProperties |
Properties
Alias
public string Alias { get; set; }Output only. Credential store alias.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GoldengateConnection
public string GoldengateConnection { get; set; }Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}
| Property Value | |
|---|---|
| Type | Description |
string |
|
GoldengateConnectionAsGoldengateConnectionName
public GoldengateConnectionName GoldengateConnectionAsGoldengateConnectionName { get; set; }GoldengateConnectionName-typed view over the GoldengateConnection resource name property.
| Property Value | |
|---|---|
| Type | Description |
GoldengateConnectionName |
|
GoldengateDeployment
public string GoldengateDeployment { get; set; }Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}
| Property Value | |
|---|---|
| Type | Description |
string |
|
GoldengateDeploymentAsGoldengateDeploymentName
public GoldengateDeploymentName GoldengateDeploymentAsGoldengateDeploymentName { get; set; }GoldengateDeploymentName-typed view over the GoldengateDeployment resource name property.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDeploymentName |
|
Ocid
public string Ocid { get; set; }Output only. The OCID of the connection assignment being referenced.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public GoldengateConnectionAssignmentProperties.Types.State State { get; set; }Output only. The lifecycle state of the connection assignment.
| Property Value | |
|---|---|
| Type | Description |
GoldengateConnectionAssignmentPropertiesTypesState |
|