deploymentType property
The deployment type of the Goldengate Deployment Type resource.
Output only. Possible string values are:
- "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.
Implementation
core.String? deploymentType;