Whether this is an existing PD. Default is false. If false, i.e., new
PD, we will format it into ext4 and mount to the given path. If true, i.e.,
existing PD, it should be in ext4 format and we will mount it to the given
path.
[[["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-02 UTC."],[[["The `PD` class in the Google Cloud Batch v1alpha API represents a Persistent Disk and is found within the `Google.Cloud.Batch.V1Alpha` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["The `PD` class has a constructor with no arguments and a constructor that takes another `PD` object as a parameter, allowing for object duplication."],["It provides properties such as `Device` and `Disk`, which are of type string and are used to name the PD device and disk, and the `Existing` property, which, although obsolete, describes whether a PD already exists."],["The `PD` class is deprecated, meaning developers should use the `device_name` property instead, and it inherits members like `GetHashCode`, `GetType`, and `ToString` from the base `object` class."]]],[]]