Disk storage type, as defined by Google Compute Engine. This
must be a disk type appropriate to the project and zone in which
the workers will run. If unknown or unspecified, the service
will attempt to choose a reasonable default.
For example, the standard persistent disk type is a resource name
typically ending in "pd-standard". If SSD persistent disks are
available, the resource name typically ends with "pd-ssd". The
actual valid values are defined the Google Compute Engine API,
not by the Cloud Dataflow API; consult the Google Compute Engine
documentation for more information about determining the set of
available disk types for a particular project and zone.
Google Compute Engine Disk types are local to a particular
project in a particular zone, and so the resource name will
typically look something like this:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This documentation details the `Disk` class within the `Google.Cloud.Dataflow.V1Beta3` namespace, which is part of the Dataflow v1beta3 API for describing data disks used by workflow jobs."],["The `Disk` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparisons, deep cloning, and buffer manipulation."],["The `Disk` class has three properties: `DiskType`, which specifies the disk storage type; `MountPoint`, which indicates the directory where the disk is mounted in a VM; and `SizeGb`, which defines the size of the disk in GB."],["There are three available versions of this `Disk` class: 2.0.0-beta07 (latest), 2.0.0-beta06, and 1.0.0-beta03, each accessible via their respective documentation links."],["The `Disk` class provides two constructors, one default (`Disk()`) and one that takes another `Disk` object as a parameter (`Disk(Disk other)`) for copying properties."]]],[]]