36 lines
1.3 KiB
YAML
36 lines
1.3 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: compute alpha HaControllerZoneConfigurationReservationAffinity export schema
|
|
description: A gcloud export/import command YAML validation schema.
|
|
type: object
|
|
additionalProperties: false
|
|
properties:
|
|
consumeReservationType:
|
|
description: |-
|
|
Specifies the type of reservation from which this instance can consume
|
|
resources: ANY_RESERVATION (default),SPECIFIC_RESERVATION, or
|
|
NO_RESERVATION. See Consuming reserved instances for examples.
|
|
type: string
|
|
enum:
|
|
- ANY_RESERVATION
|
|
- NO_RESERVATION
|
|
- SPECIFIC_RESERVATION
|
|
- SPECIFIC_THEN_ANY_RESERVATION
|
|
- SPECIFIC_THEN_NO_RESERVATION
|
|
- UNSPECIFIED
|
|
key:
|
|
description: |-
|
|
Corresponds to the label key of a reservation resource. To target
|
|
aSPECIFIC_RESERVATION by name, specify$$UNIVERSE_DOMAIN$$/reservation-name as
|
|
the key and specify the name of your reservation as its value.
|
|
type: string
|
|
values:
|
|
description: |-
|
|
Corresponds to the label values of a reservation resource. This can be
|
|
either a name to a reservation in the same project or "projects/different-
|
|
project/reservations/some-reservation-name" to target a shared reservation
|
|
in the same zone but in a different project.
|
|
type: array
|
|
items:
|
|
type: string
|