69 lines
2.0 KiB
YAML
69 lines
2.0 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: compute alpha AdvancedMachineFeatures 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
|
|
enableNestedVirtualization:
|
|
description: |-
|
|
Whether to enable nested virtualization or not (default is false).
|
|
type: boolean
|
|
threadsPerCore:
|
|
description: |-
|
|
The number of threads per physical core. To disable simultaneous
|
|
multithreading (SMT) set this to 1. If unset, the maximum number of
|
|
threads supported per core by the underlying processor is assumed.
|
|
type: integer
|
|
numaNodeCount:
|
|
description: |-
|
|
The number of virtual NUMA nodes.
|
|
type: integer
|
|
visibleCoreCount:
|
|
description: |-
|
|
The number of physical cores to expose to the instance's guest operating
|
|
system. The number of virtual CPUs visible to the instance's guest
|
|
operating system is this number of cores multiplied by the instance's
|
|
count of visible threads per physical core.
|
|
type: integer
|
|
enableUefiNetworking:
|
|
description: |-
|
|
Whether to enable UEFI networking during instance creation.
|
|
type: boolean
|
|
performanceMonitoringUnit:
|
|
description: |-
|
|
The set of performance measurement counters to enable for the instance.
|
|
type: string
|
|
enum:
|
|
- ARCHITECTURAL
|
|
- STANDARD
|
|
- ENHANCED
|
|
enableWatchdogTimer:
|
|
description: |-
|
|
Whether to enable watchdog timer device during instance creation.
|
|
type: boolean
|
|
turboMode:
|
|
description: |-
|
|
The turbo frequency of the instance.
|
|
type: string
|