Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Create Deployment Backup Details Structure

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

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

Properties

displayName compartmentId deploymentId namespaceName bucketName objectName

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateDeploymentBackupDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "deploymentId": {
      "type": "string"
    },
    "namespaceName": {
      "type": "string"
    },
    "bucketName": {
      "type": "string"
    },
    "objectName": {
      "type": "string"
    }
  }
}