public sealed class GoldengateConnectionType : IMessage<GoldengateConnectionType>, IEquatable<GoldengateConnectionType>, IDeepCloneable<GoldengateConnectionType>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateConnectionType.
Details of the Goldengate Connection Type resource.
Implements
IMessageGoldengateConnectionType, IEquatableGoldengateConnectionType, IDeepCloneableGoldengateConnectionType, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateConnectionType()
public GoldengateConnectionType()GoldengateConnectionType(GoldengateConnectionType)
public GoldengateConnectionType(GoldengateConnectionType other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateConnectionType |
Properties
ConnectionType
public GoldengateConnectionType.Types.ConnectionType ConnectionType { get; set; }Output only. The connection type of the Goldengate Connection Type resource.
| Property Value | |
|---|---|
| Type | Description |
GoldengateConnectionTypeTypesConnectionType |
|
GoldengateConnectionTypeName
public GoldengateConnectionTypeName GoldengateConnectionTypeName { get; set; }GoldengateConnectionTypeName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
GoldengateConnectionTypeName |
|
Name
public string Name { get; set; }Identifier. The name of the Goldengate Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_type}
| Property Value | |
|---|---|
| Type | Description |
string |
|
TechnologyTypes
public RepeatedField<string> TechnologyTypes { get; }Output only. The technology type of the Goldengate Connection Type resource.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|