Show / Hide Table of Contents

Class GoldengateDeploymentType

Details of the Goldengate Deployment Type resource.

Inheritance
object
GoldengateDeploymentType
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateDeploymentType : IDirectResponseSchema

Properties

Category

Output only. The category of the Goldengate Deployment Type resource.

Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type Description
string

ConnectionTypes

Output only. The connection types of the Goldengate Deployment Type resource.

Declaration
[JsonProperty("connectionTypes")]
public virtual IList<string> ConnectionTypes { get; set; }
Property Value
Type Description
IList<string>

DefaultUsername

Output only. The default username of the Goldengate Deployment Type resource.

Declaration
[JsonProperty("defaultUsername")]
public virtual string DefaultUsername { get; set; }
Property Value
Type Description
string

DeploymentType

Output only. The deployment type of the Goldengate Deployment Type resource.

Declaration
[JsonProperty("deploymentType")]
public virtual string DeploymentType { get; set; }
Property Value
Type Description
string

DisplayName

Output only. The display name of the Goldengate Deployment Type resource.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Identifier. The name of the Goldengate Deployment Type resource with the format: projects/{project}/locations/{region}/goldengateDeploymentTypes/{goldengate_deployment_type}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OggVersion

Output only. The Ogg version of the Goldengate Deployment Type resource.

Declaration
[JsonProperty("oggVersion")]
public virtual string OggVersion { get; set; }
Property Value
Type Description
string

SourceTechnologies

Output only. The source technologies of the Goldengate Deployment Type resource.

Declaration
[JsonProperty("sourceTechnologies")]
public virtual IList<string> SourceTechnologies { get; set; }
Property Value
Type Description
IList<string>

SupportedCapabilities

Output only. The supported capabilities of the Goldengate Deployment Type resource.

Declaration
[JsonProperty("supportedCapabilities")]
public virtual IList<string> SupportedCapabilities { get; set; }
Property Value
Type Description
IList<string>

SupportedTechnologiesUrl

Output only. The supported technologies URL of the Goldengate Deployment Type resource.

Declaration
[JsonProperty("supportedTechnologiesUrl")]
public virtual string SupportedTechnologiesUrl { get; set; }
Property Value
Type Description
string

TargetTechnologies

Output only. The target technologies of the Goldengate Deployment Type resource.

Declaration
[JsonProperty("targetTechnologies")]
public virtual IList<string> TargetTechnologies { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX