Class AttachedDisk (1.4.0)

AttachedDisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
source_disk str
Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
mode google.cloud.tpu_v2alpha1.types.AttachedDisk.DiskMode
The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.

Inheritance

builtins.object > proto.message.Message > AttachedDisk

Classes

DiskMode

DiskMode(value)

The different mode of the attached disk.