Class DiskSpec (1.133.0)

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

Represents the spec of disk options.

Attributes

Name Description
boot_disk_type str
Type of the boot disk. For non-A3U machines, the default value is "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced". Valid values: "pd-ssd" (Persistent Disk Solid State Drive), "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".
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.