38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: compute beta OnInstanceStopAction 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
|
|
discardLocalSsd:
|
|
type: boolean
|
|
description: If set to false, when the VM's terminationTimestamp is reached,
|
|
Compute Engine will include the --discard-local-ssd=false flag in the
|
|
automatic termination command. The --discard-local-ssd=false flag
|
|
(https://cloud.google.com/compute/docs/disks/local-ssd#stop_instance)
|
|
preserves local SSD data by migrating it to persistent storage until
|
|
you rerun the VM. You can only use this flag if the VM uses
|
|
--termination-action=STOP (default) and either --max-run-duration or
|
|
--termination-time.
|