Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Create Deployment Details Structure

Type: object Properties: 12
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

CreateDeploymentDetails is a JSON Structure definition published by Oracle GoldenGate, describing 12 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

displayName description compartmentId subnetId licenseModel fqdn cpuCoreCount isAutoScalingEnabled isPublic oggData freeformTags definedTags

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}