Class AttachedDiskConfig (5.30.0)

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

Specifies the config of attached disk options for single VM instance.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
disk_type google.cloud.dataproc_v1.types.AttachedDiskConfig.DiskType
Optional. Disk type.
disk_size_gb int
Optional. Disk size in GB.
provisioned_iops int
Optional. Indicates how many IOPS to provision for the attached disk. This sets the number of I/O operations per second that the disk can handle. See https://cloud.google.com/compute/docs/disks/hyperdisks#hyperdisk-features This field is a member of oneof_ _provisioned_iops.
provisioned_throughput int
Optional. Indicates how much throughput to provision for the attached disk. This sets the number of throughput mb per second that the disk can handle. See https://cloud.google.com/compute/docs/disks/hyperdisks#hyperdisk-features This field is a member of oneof_ _provisioned_throughput.

Classes

DiskType

DiskType(value)