File: //snap/google-cloud-cli/396/lib/googlecloudsdk/schemas/compute/beta/GuestOsFeature.yaml
$schema: "http://json-schema.org/draft-06/schema#"
title: compute beta GuestOsFeature 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
  type:
    description: |-
      The ID of a supported feature. Read  Enabling guest operating system
      features to see a list of available options.
    type: string
    enum:
    - FEATURE_TYPE_UNSPECIFIED
    - GVNIC
    - MULTI_IP_SUBNET
    - SECURE_BOOT
    - SEV_CAPABLE
    - UEFI_COMPATIBLE
    - VIRTIO_SCSI_MULTIQUEUE
    - WINDOWS
    - SEV_LIVE_MIGRATABLE
    - SEV_SNP_CAPABLE
    - SNP_SVSM_CAPABLE
    - SEV_LIVE_MIGRATABLE_V2
    - IDPF
    - TDX_CAPABLE