Get Instance Template Disk
Constructors
Properties
Whether or not the disk should be auto-deleted. This defaults to true.
A unique device name that is reflected into the /dev/ tree of a Linux operating system running within the instance. If not specified, the server chooses a default device name to apply to this disk.
Encrypts or decrypts a disk using a customer-supplied encryption key.
The size of the image in gigabytes. If not specified, it will inherit the size of its base image. For SCRATCH disks, the size must be exactly 375GB.
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI.
(Optional) -- A list of short names of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
The image from which to initialize this disk. This can be one of: the image's self_link
, projects/{project}/global/images/{image}
, projects/{project}/global/images/family/{family}
, global/images/{image}
, global/images/family/{family}
, family/{family}
, {project}/{family}
, {project}/{image}
, {family}
, or {image}
.