Oracle GoldenGate · Schema

CreateDeploymentBackupDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
displayName string
compartmentId string
deploymentId string
namespaceName string
bucketName string
objectName string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-create-deployment-backup-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateDeploymentBackupDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "deploymentId": {
      "type": "string"
    },
    "namespaceName": {
      "type": "string"
    },
    "bucketName": {
      "type": "string"
    },
    "objectName": {
      "type": "string"
    }
  }
}