70 lines
2.0 KiB
YAML
70 lines
2.0 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: datastream v1 ConnectionProfile export schema
|
|
description: A gcloud export/import command YAML validation schema.
|
|
type: object
|
|
required:
|
|
- displayName
|
|
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
|
|
bigqueryProfile:
|
|
description: BigQuery Connection Profile configuration.
|
|
type: bigqueryprofile
|
|
displayName:
|
|
description: Display name.
|
|
type: string
|
|
forwardSshConnectivity:
|
|
description: Forward SSH tunnel connectivity.
|
|
$ref: ForwardSshTunnelConnectivity.yaml
|
|
gcsProfile:
|
|
description: Cloud Storage ConnectionProfile configuration.
|
|
$ref: GcsProfile.yaml
|
|
labels:
|
|
description: Labels.
|
|
$ref: LabelsValue.yaml
|
|
mongodbProfile:
|
|
description: MongoDB Connection Profile configuration.
|
|
$ref: MongodbProfile.yaml
|
|
mysqlProfile:
|
|
description: MySQL ConnectionProfile configuration.
|
|
$ref: MysqlProfile.yaml
|
|
oracleProfile:
|
|
description: Oracle ConnectionProfile configuration.
|
|
$ref: OracleProfile.yaml
|
|
postgresqlProfile:
|
|
description: PostgreSQL Connection Profile configuration.
|
|
$ref: PostgresqlProfile.yaml
|
|
privateConnectivity:
|
|
description: Private connectivity.
|
|
$ref: PrivateConnectivity.yaml
|
|
salesforceProfile:
|
|
description: Salesforce Connection Profile configuration.
|
|
$ref: SalesforceProfile.yaml
|
|
sqlServerProfile:
|
|
description: SQLServer Connection Profile configuration.
|
|
$ref: SqlServerProfile.yaml
|
|
staticServiceIpConnectivity:
|
|
description: Static Service IP connectivity.
|
|
type: staticserviceipconnectivity
|
|
$ref: StaticServiceIpConnectivity.yaml
|