REST Resource: projects.locations.goldengateDeploymentVersions

Resource: GoldengateDeploymentVersion

Details of the Goldengate Deployment Version resource.

JSON representation
{
  "name": string,
  "ocid": string,
  "properties": {
    object (GoldengateDeploymentVersionProperties)
  }
}
Fields
name

string

Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}

ocid

string

Output only. The deployment version ocid of the Goldengate Deployment Version resource.

properties

object (GoldengateDeploymentVersionProperties)

Output only. The technology type of the Goldengate Deployment Version resource.

GoldengateDeploymentVersionProperties

Properties of GoldengateDeploymentVersion.

JSON representation
{
  "deploymentType": enum (DeploymentType),
  "securityFix": boolean,
  "oggVersion": string,
  "releaseType": enum (DeploymentReleaseType),
  "releaseTime": string,
  "supportEndTime": string
}
Fields
deploymentType

enum (DeploymentType)

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

securityFix

boolean

Optional. Whether the Goldengate Deployment Version resource is a security fix.

oggVersion

string

Output only. The OGG version of the Goldengate Deployment Version resource.

releaseType

enum (DeploymentReleaseType)

Output only. The release type of the Goldengate Deployment Version resource.

releaseTime

string (Timestamp format)

Output only. The release time of the Goldengate Deployment Version resource.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

supportEndTime

string (Timestamp format)

Output only. The support end time of the Goldengate Deployment Version resource.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

DeploymentType

The deployment type of the Goldengate Deployment Version 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.

DeploymentReleaseType

The release type of the Goldengate Deployment Version resource.

Enums
DEPLOYMENT_RELEASE_TYPE_UNSPECIFIED Default unspecified value.
MAJOR Goldengate Deployment Version release type is MAJOR.
BUNDLE Goldengate Deployment Version release type is BUNDLE.
MINOR Goldengate Deployment Version release type is MINOR.

Methods

list

Lists GoldengateDeploymentVersions in a given project and location.