Oracle GoldenGate · Schema

UpdateDeploymentDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
displayName string
description string
fqdn string
cpuCoreCount integer
isAutoScalingEnabled boolean
isPublic boolean
freeformTags object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-update-deployment-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}