Class DiskSpec (1.36.4)

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

Represents the spec of disk options.

Attributes

NameDescription
boot_disk_type str
Type of the boot disk (default is "pd-ssd"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) or "pd-standard" (Persistent Disk Hard Disk Drive).
boot_disk_size_gb int
Size in GB of the boot disk (default is 100GB).

Methods

DiskSpec

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

Represents the spec of disk options.