GetInstanceBootDisk

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)

Constructors

Link copied to clipboard
constructor(autoDelete: Boolean, deviceName: String, diskEncryptionKeyRaw: String, diskEncryptionKeySha256: String, initializeParams: List<GetInstanceBootDiskInitializeParam>, kmsKeySelfLink: String, mode: String, source: String)

Types

Link copied to clipboard
object Companion

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

Parameters with which a disk was created alongside the instance. Structure is documented below.

Link copied to clipboard
Link copied to clipboard

Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".

Link copied to clipboard

The name or self_link of the disk attached to this instance.