public sealed class GoldengateDeploymentType : IMessage<GoldengateDeploymentType>, IEquatable<GoldengateDeploymentType>, IDeepCloneable<GoldengateDeploymentType>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateDeploymentType.
Details of the Goldengate Deployment Type resource.
Implements
IMessageGoldengateDeploymentType, IEquatableGoldengateDeploymentType, IDeepCloneableGoldengateDeploymentType, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateDeploymentType()
public GoldengateDeploymentType()GoldengateDeploymentType(GoldengateDeploymentType)
public GoldengateDeploymentType(GoldengateDeploymentType other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateDeploymentType |
Properties
Category
public GoldengateDeploymentType.Types.DeploymentCategory Category { get; set; }Output only. The category of the Goldengate Deployment Type resource.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDeploymentTypeTypesDeploymentCategory |
|
ConnectionTypes
public RepeatedField<string> ConnectionTypes { get; }Output only. The connection types of the Goldengate Deployment Type resource.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
DefaultUsername
public string DefaultUsername { get; set; }Output only. The default username of the Goldengate Deployment Type resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DeploymentType
public GoldengateDeploymentType.Types.DeploymentType DeploymentType { get; set; }Output only. The deployment type of the Goldengate Deployment Type resource.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDeploymentTypeTypesDeploymentType |
|
DisplayName
public string DisplayName { get; set; }Output only. The display name of the Goldengate Deployment Type resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GoldengateDeploymentTypeName
public GoldengateDeploymentTypeName GoldengateDeploymentTypeName { get; set; }GoldengateDeploymentTypeName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDeploymentTypeName |
|
Name
public string Name { get; set; }Identifier. The name of the Goldengate Deployment Type resource with the format: projects/{project}/locations/{region}/goldengateDeploymentTypes/{goldengate_deployment_type}
| Property Value | |
|---|---|
| Type | Description |
string |
|
OggVersion
public string OggVersion { get; set; }Output only. The Ogg version of the Goldengate Deployment Type resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SourceTechnologies
public RepeatedField<string> SourceTechnologies { get; }Output only. The source technologies of the Goldengate Deployment Type resource.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SupportedCapabilities
public RepeatedField<string> SupportedCapabilities { get; }Output only. The supported capabilities of the Goldengate Deployment Type resource.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SupportedTechnologiesUrl
public string SupportedTechnologiesUrl { get; set; }Output only. The supported technologies URL of the Goldengate Deployment Type resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TargetTechnologies
public RepeatedField<string> TargetTechnologies { get; }Output only. The target technologies of the Goldengate Deployment Type resource.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|