46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: datastream v1 BackfillAllStrategy export schema
|
|
description: A gcloud export/import command YAML validation schema.
|
|
type: object
|
|
additionalProperties: false
|
|
properties:
|
|
COMMENT:
|
|
type: object
|
|
description: User specified info ignored by gcloud import.
|
|
additionalProperties: false
|
|
properties:
|
|
template-id:
|
|
type: string
|
|
region:
|
|
type: string
|
|
description:
|
|
type: string
|
|
date:
|
|
type: string
|
|
version:
|
|
type: string
|
|
UNKNOWN:
|
|
type: array
|
|
description: Unknown API fields that cannot be imported.
|
|
items:
|
|
type: string
|
|
mongodbExcludedObjects:
|
|
description: MongoDB data source objects to avoid backfilling
|
|
$ref: MongodbCluster.yaml
|
|
mysqlExcludedObjects:
|
|
description: MySQL data source objects to avoid backfilling.
|
|
$ref: MysqlRdbms.yaml
|
|
oracleExcludedObjects:
|
|
description: Oracle data source objects to avoid backfilling.
|
|
$ref: OracleRdbms.yaml
|
|
postgresqlExcludedObjects:
|
|
description: PostgreSQL data source objects to avoid backfilling.
|
|
$ref: PostgresqlRdbms.yaml
|
|
salesforceExcludedObjects:
|
|
description: Salesforce data source objects to avoid backfilling
|
|
$ref: SalesforceOrg.yaml
|
|
sqlServerExcludedObjects:
|
|
description: SQLServer data source objects to avoid backfilling
|
|
$ref: SqlServerRdbms.yaml
|