Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Update Deployment Details Structure

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

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

Properties

displayName description fqdn cpuCoreCount isAutoScalingEnabled isPublic freeformTags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateDeploymentDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "fqdn": {
      "type": "string"
    },
    "cpuCoreCount": {
      "type": "integer"
    },
    "isAutoScalingEnabled": {
      "type": "boolean"
    },
    "isPublic": {
      "type": "boolean"
    },
    "freeformTags": {
      "type": "object"
    }
  }
}