Oracle Database@Google Cloud v1 API - Class GoldengateConnectionAssignmentProperties (1.6.0)

public sealed class GoldengateConnectionAssignmentProperties : IMessage<GoldengateConnectionAssignmentProperties>, IEquatable<GoldengateConnectionAssignmentProperties>, IDeepCloneable<GoldengateConnectionAssignmentProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateConnectionAssignmentProperties.

The properties of a GoldengateConnectionAssignment.

Inheritance

object > GoldengateConnectionAssignmentProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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