Expand description

Nested message and enum types in AttachedDisk.

Enums§

  • [Output Only] The architecture of the attached disk. Valid values are ARM64 or X86_64.
  • Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. For most machine types, the default is SCSI. Local SSDs can use either NVME or SCSI. In certain configurations, persistent disks can use NVMe. For more information, see About persistent disks.
  • The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.
  • For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this field is set to PRESERVED if the LocalSSD data has been saved to a persistent location by customer request. (see the discard_local_ssd option on Stop/Suspend). Read-only in the api.
  • Specifies the type of the disk, either SCRATCH or PERSISTENT. If not specified, the default is PERSISTENT.