39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: compute alpha BackendServiceParams 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
|
|
resourceManagerTags:
|
|
description: |-
|
|
Tag keys/values directly bound to this resource. Tag keys and values have
|
|
the same definition as resource manager tags. The field is allowed for
|
|
INSERT only. The keys/values to set on the resource should be specified in
|
|
either ID { : } or Namespaced format { : }. For example the following are
|
|
valid inputs: * {"tagKeys/333" : "tagValues/444", "tagKeys/123" :
|
|
"tagValues/456"} * {"123/environment" : "production", "345/abc" : "xyz"}
|
|
Note: * Invalid combinations of ID & namespaced format is not supported.
|
|
For instance: {"123/environment" : "tagValues/444"} is invalid.
|
|
$ref: ResourceManagerTagsValue.yaml
|