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

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

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

Details of the GoldengateConnection resource.

Inheritance

object > GoldengateConnection

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengateConnection()

public GoldengateConnection()

GoldengateConnection(GoldengateConnection)

public GoldengateConnection(GoldengateConnection other)
Parameter
Name Description
other GoldengateConnection

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The date and time that the GoldengateConnection was created.

Property Value
Type Description
Timestamp

EntitlementId

public string EntitlementId { get; set; }

Output only. The ID of the subscription entitlement associated with the GoldengateConnection.

Property Value
Type Description
string

GcpOracleZone

public string GcpOracleZone { get; set; }

Optional. The GCP Oracle zone where Oracle GoldengateConnection is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.

Property Value
Type Description
string

GoldengateConnectionName

public GoldengateConnectionName GoldengateConnectionName { get; set; }

GoldengateConnectionName-typed view over the Name resource name property.

Property Value
Type Description
GoldengateConnectionName

Labels

public MapField<string, string> Labels { get; }

Optional. The labels or tags associated with the GoldengateConnection.

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

Identifier. The name of the GoldengateConnection resource in the following format: projects/{project}/locations/{region}/goldengateConnections/{goldengate_connection}

Property Value
Type Description
string

OciUrl

public string OciUrl { get; set; }

Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

Property Value
Type Description
string

OdbNetwork

public string OdbNetwork { get; set; }

Optional. The name of the OdbNetwork associated with the GoldengateConnection. The format is projects/{project}/locations/{location}/odbNetworks/{odb_network}. It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.

Property Value
Type Description
string

OdbNetworkAsOdbNetworkName

public OdbNetworkName OdbNetworkAsOdbNetworkName { get; set; }

OdbNetworkName-typed view over the OdbNetwork resource name property.

Property Value
Type Description
OdbNetworkName

OdbSubnet

public string OdbSubnet { get; set; }

Optional. The name of the OdbSubnet associated with the GoldengateConnection for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

Property Value
Type Description
string

OdbSubnetAsOdbSubnetName

public OdbSubnetName OdbSubnetAsOdbSubnetName { get; set; }

OdbSubnetName-typed view over the OdbSubnet resource name property.

Property Value
Type Description
OdbSubnetName

Properties

public GoldengateConnectionProperties Properties { get; set; }

Required. The properties of the GoldengateConnection.

Property Value
Type Description
GoldengateConnectionProperties