Oracle GoldenGate · Schema
CreateDeploymentDetails
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication
Properties
| Name | Type | Description |
|---|---|---|
| displayName | string | |
| description | string | |
| compartmentId | string | |
| subnetId | string | |
| licenseModel | string | |
| fqdn | string | |
| cpuCoreCount | integer | |
| isAutoScalingEnabled | boolean | |
| isPublic | boolean | |
| oggData | object | |
| freeformTags | object | |
| definedTags | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CreateDeploymentDetails",
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"description": {
"type": "string"
},
"compartmentId": {
"type": "string"
},
"subnetId": {
"type": "string"
},
"licenseModel": {
"type": "string"
},
"fqdn": {
"type": "string"
},
"cpuCoreCount": {
"type": "integer"
},
"isAutoScalingEnabled": {
"type": "boolean"
},
"isPublic": {
"type": "boolean"
},
"oggData": {
"type": "object"
},
"freeformTags": {
"type": "object"
},
"definedTags": {
"type": "object"
}
}
}