AttachedDisk Object
AttachedDisk(autoDelete = NULL, boot = NULL, deviceName = NULL,
diskEncryptionKey = NULL, index = NULL, initializeParams = NULL,
interface = NULL, licenses = NULL, mode = NULL, source = NULL,
type = NULL)
Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance)
Indicates that this is a boot disk
Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance
Encrypts or decrypts a disk using a customer-supplied encryption key
Assigns a zero-based index to this disk, where 0 is reserved for the boot disk
A gce_make_boot_disk object for creating boot disks. Cannot be used with source
also defined.
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME
[Output Only] Any valid publicly visible licenses
The mode in which to attach this disk, either READ_WRITE or READ_ONLY
Specifies a valid partial or full URL to an existing Persistent Disk resource
Specifies the type of the disk, either SCRATCH or PERSISTENT
AttachedDisk object
An instance-attached disk resource.
Other AttachedDisk functions: gce_attach_disk