49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: compute alpha UpcomingMaintenance 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
|
|
date:
|
|
description: |-
|
|
[Output Only] The date when the maintenance will take place. This value is
|
|
in RFC3339 text format. DEPRECATED: Use start_time_window instead.
|
|
type: string
|
|
startTimeWindow:
|
|
description: |-
|
|
[Output Only] The start time window of the maintenance disruption.
|
|
$ref: UpcomingMaintenanceTimeWindow.yaml
|
|
time:
|
|
description: |-
|
|
[Output Only] The time when the maintenance will take place. This value is
|
|
in RFC3339 text format. DEPRECATED: Use start_time_window instead.
|
|
type: string
|
|
type:
|
|
description: Defines the type of maintenance.
|
|
type: string
|
|
enum:
|
|
- SCHEDULED
|
|
- UNKNOWN_TYPE
|
|
- UNSCHEDULED
|