Class DiskSpec (1.5.0)

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

Represents the spec of disk options. .. attribute:: boot_disk_type

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).

:type: str

Attribute

NameDescription
boot_disk_size_gb int
Size in GB of the boot disk (default is 100GB).

Inheritance

builtins.object > proto.message.Message > DiskSpec