GetInstanceBootDisk

data class GetInstanceBootDisk(val autoDelete: Boolean, val deviceName: String, val diskEncryptionKeyRaw: String, val diskEncryptionKeyRsa: String, val diskEncryptionKeySha256: String, val diskEncryptionServiceAccount: String, val guestOsFeatures: List<String>, val initializeParams: List<GetInstanceBootDiskInitializeParam>, val interface: String, val kmsKeySelfLink: String, val mode: String, val source: String)

Constructors

Link copied to clipboard
constructor(autoDelete: Boolean, deviceName: String, diskEncryptionKeyRaw: String, diskEncryptionKeyRsa: String, diskEncryptionKeySha256: String, diskEncryptionServiceAccount: String, guestOsFeatures: List<String>, initializeParams: List<GetInstanceBootDiskInitializeParam>, interface: String, 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

A 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to encrypt this disk. Only one of kms_key_self_link, disk_encryption_key_raw and disk_encryption_key_rsa may be set.

Link copied to clipboard

Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, disk_encryption_key_raw and disk_encryption_key_rsa may be set.

Link copied to clipboard

The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.

Link copied to clipboard

The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used

Link copied to clipboard

A list of features to enable on the guest operating system. Applicable only for bootable images.

Link copied to clipboard

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

Link copied to clipboard

The disk interface used for attaching this disk. One of SCSI or NVME.

Link copied to clipboard

The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link, disk_encryption_key_raw and disk_encryption_key_rsa may be set.

Link copied to clipboard

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

Link copied to clipboard

The self_link of the disk attached to this instance.