AttachedDiskResponse

data class AttachedDiskResponse(val mode: String, val sourceDisk: String)

A node-attached disk resource. Next ID: 8;

Constructors

Link copied to clipboard
fun AttachedDiskResponse(mode: String, sourceDisk: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.

Link copied to clipboard

Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".