Class LocalDisk

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

Attributes

NameDescription
disk_count int
Specifies the number of such disks. This field is a member of `oneof`_ ``_disk_count``.
disk_size_gb int
Specifies the size of the disk in base-2 GB. This field is a member of `oneof`_ ``_disk_size_gb``.
disk_type str
Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL. This field is a member of `oneof`_ ``_disk_type``.

Inheritance

builtins.object > proto.message.Message > LocalDisk