Skip to main content

GoogleCloudComputeEngineInstanceAttachedDisk

An instance-attached disk resource

type GoogleCloudComputeEngineInstanceAttachedDisk {
deviceName: String!
size: Int64!
architecture: GoogleCloudComputeEngineInstanceArchitecture!
autoDelete: Boolean!
boot: Boolean!
interface: GoogleCloudComputeEngineInstanceDiskInterface!
mode: GoogleCloudComputeEngineInstanceAttachedDiskMode!
confidentialComputeEnabled: Boolean!
}

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.confidentialComputeEnabled ● Boolean! non-null scalar

Indicates whether the instance should have confidential compute enabled

Member of

GoogleCloudComputeEngineInstance object