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-updatedeploymentdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateDeploymentDetails",
  "title": "UpdateDeploymentDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "example": "A sample description."
    },
    "fqdn": {
      "type": "string",
      "example": "example_value"
    },
    "cpuCoreCount": {
      "type": "integer",
      "example": 10
    },
    "isAutoScalingEnabled": {
      "type": "boolean",
      "example": true
    },
    "isPublic": {
      "type": "boolean",
      "example": true
    },
    "freeformTags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "example": "example_value"
    }
  }
}