GoldengateDeploymentVersionProperties
import type { GoldengateDeploymentVersionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";Properties of GoldengateDeploymentVersion.
interface GoldengateDeploymentVersionProperties {
readonly deploymentType?:
| "DEPLOYMENT_TYPE_UNSPECIFIED"
| "OGG"
| "DATABASE_ORACLE"
| "BIGDATA"
| "DATABASE_MICROSOFT_SQLSERVER"
| "DATABASE_MYSQL"
| "DATABASE_POSTGRESQL"
| "DATABASE_DB2ZOS"
| "DATABASE_DB2I"
| "GGSA"
| "DATA_TRANSFORMS";
readonly oggVersion?: string;
readonly releaseTime?: Date;
readonly releaseType?:
| "DEPLOYMENT_RELEASE_TYPE_UNSPECIFIED"
| "MAJOR"
| "BUNDLE"
| "MINOR";
securityFix?: boolean;
readonly supportEndTime?: Date;
}§Properties
§
readonly deploymentType?: "DEPLOYMENT_TYPE_UNSPECIFIED" | "OGG" | "DATABASE_ORACLE" | "BIGDATA" | "DATABASE_MICROSOFT_SQLSERVER" | "DATABASE_MYSQL" | "DATABASE_POSTGRESQL" | "DATABASE_DB2ZOS" | "DATABASE_DB2I" | "GGSA" | "DATA_TRANSFORMS"
[src]Output only. The deployment type of the Goldengate Deployment Version resource.
§
readonly oggVersion?: string
[src]Output only. The OGG version of the Goldengate Deployment Version resource.
§
readonly releaseTime?: Date
[src]Output only. The release time of the Goldengate Deployment Version resource.
§
readonly releaseType?: "DEPLOYMENT_RELEASE_TYPE_UNSPECIFIED" | "MAJOR" | "BUNDLE" | "MINOR"
[src]Output only. The release type of the Goldengate Deployment Version resource.