REST Resource: projects.locations.goldengateDeploymentTypes

Resource: GoldengateDeploymentType

Details of the Goldengate Deployment Type resource.

JSON representation
{
  "name": string,
  "deploymentType": enum (DeploymentType),
  "category": enum (DeploymentCategory),
  "connectionTypes": [
    string
  ],
  "displayName": string,
  "oggVersion": string,
  "sourceTechnologies": [
    string
  ],
  "supportedCapabilities": [
    string
  ],
  "supportedTechnologiesUrl": string,
  "targetTechnologies": [
    string
  ],
  "defaultUsername": string
}
Fields
name

string

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

deploymentType

enum (DeploymentType)

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

category

enum (DeploymentCategory)

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

connectionTypes[]

string

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

displayName

string

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

oggVersion

string

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

sourceTechnologies[]

string

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

supportedCapabilities[]

string

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

supportedTechnologiesUrl

string

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

targetTechnologies[]

string

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

defaultUsername

string

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

DeploymentType

The deployment type of the Goldengate Deployment Type resource.

Enums
DEPLOYMENT_TYPE_UNSPECIFIED Default unspecified value.
OGG Goldengate Deployment Type category is OGG.
DATABASE_ORACLE Goldengate Deployment Type category is DATABASE_ORACLE.
BIGDATA Goldengate Deployment Type category is BIGDATA.
DATABASE_MICROSOFT_SQLSERVER Goldengate Deployment Type category is DATABASE_MICROSOFT_SQLSERVER.
DATABASE_MYSQL Goldengate Deployment Type category is DATABASE_MYSQL.
DATABASE_POSTGRESQL Goldengate Deployment Type category is DATABASE_POSTGRESQL.
DATABASE_DB2ZOS Goldengate Deployment Type category is DATABASE_DB2ZOS.
DATABASE_DB2I Goldengate Deployment Type category is DATABASE_DB2I.
GGSA Goldengate Deployment Type category is GGSA.
DATA_TRANSFORMS Goldengate Deployment Type category is DATA_TRANSFORMS.

DeploymentCategory

The category of the Goldengate Deployment Type resource.

Enums
DEPLOYMENT_CATEGORY_UNSPECIFIED Default unspecified value.
DATA_REPLICATION_CATEGORY Goldengate Deployment Type category is DATA_REPLICATION_CATEGORY.
DATA_TRANSFORMS_CATEGORY Goldengate Deployment Type category is DATA_TRANSFORMS_CATEGORY.

Methods

list

Lists GoldenGateDeploymentTypes in a given project and location.