42 lines
1000 B
YAML
42 lines
1000 B
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: datastream v1 PrivateConnection 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
|
|
displayName:
|
|
description: Display name.
|
|
type: string
|
|
labels:
|
|
description: Labels.
|
|
$ref: LabelsValue.yaml
|
|
pscInterfaceConfig:
|
|
description: PSC Interface Config.
|
|
$ref: PscInterfaceConfig.yaml
|
|
vpcPeeringConfig:
|
|
description: VPC Peering Config.
|
|
$ref: VpcPeeringConfig.yaml
|