GoogleCloudComputeEngineInstanceAttachedDisk
An instance-attached disk resource
type GoogleCloudComputeEngineInstanceAttachedDisk {
deviceName: String!
size: Int64!
architecture: GoogleCloudComputeEngineInstanceArchitecture!
autoDelete: Boolean!
boot: Boolean!
interface: GoogleCloudComputeEngineInstanceDiskInterface!
mode: GoogleCloudComputeEngineInstanceAttachedDiskMode!
diskEncryptionKey: GoogleCloudComputeEngineInstanceAttachedDiskEncryptionKey
}
Fields
GoogleCloudComputeEngineInstanceAttachedDisk.deviceName
● String!
non-null scalar
A unique device name of your choice that is reflected in the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance
GoogleCloudComputeEngineInstanceAttachedDisk.size
● Int64!
non-null scalar
The size of the disk in GB
GoogleCloudComputeEngineInstanceAttachedDisk.architecture
● GoogleCloudComputeEngineInstanceArchitecture!
non-null enum
The architecture of the attached disk
GoogleCloudComputeEngineInstanceAttachedDisk.autoDelete
● Boolean!
non-null scalar
Indicates whether the disk will be auto-deleted when the instance is deleted
GoogleCloudComputeEngineInstanceAttachedDisk.boot
● Boolean!
non-null scalar
Indicates whether the disk is a boot disk or not
GoogleCloudComputeEngineInstanceAttachedDisk.interface
● GoogleCloudComputeEngineInstanceDiskInterface!
non-null enum
The disk interface
GoogleCloudComputeEngineInstanceAttachedDisk.mode
● GoogleCloudComputeEngineInstanceAttachedDiskMode!
non-null enum
The mode in which the disk is attached
GoogleCloudComputeEngineInstanceAttachedDisk.diskEncryptionKey
● GoogleCloudComputeEngineInstanceAttachedDiskEncryptionKey
object
Encrypts or decrypts a disk using a customer-supplied encryption key