Get Instance Boot Disk
data class GetInstanceBootDisk(val autoDelete: Boolean, val deviceName: String, val diskEncryptionKeyRaw: String, val diskEncryptionKeySha256: String, val initializeParams: List<GetInstanceBootDiskInitializeParam>, val kmsKeySelfLink: String, val mode: String, val source: String)
Properties
Link copied to clipboard
Whether the disk will be auto-deleted when the instance is deleted.
Link copied to clipboard
Name with which the attached disk is accessible under /dev/disk/by-id/
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Parameters with which a disk was created alongside the instance. Structure is documented below.
Link copied to clipboard