public sealed class AttachedDisk : IMessage<AllocationPolicy.Types.AttachedDisk>, IEquatable<AllocationPolicy.Types.AttachedDisk>, IDeepCloneable<AllocationPolicy.Types.AttachedDisk>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class AllocationPolicy.Types.AttachedDisk.
A new or an existing persistent disk (PD) or a local ssd attached to a VM
instance.
Device name that the guest operating system will see.
It is used by Runnable.volumes field to mount disks. So please specify
the device_name if you want Batch to help mount the disk, and it should
match the device_name field in volumes.
[[["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-04-17 UTC."],[[["The documentation covers the `AllocationPolicy.Types.AttachedDisk` class within the Google Cloud Batch v1 API, detailing its purpose as representing a new or existing persistent disk (PD) or a local SSD attached to a VM instance."],["The latest version of the `AllocationPolicy.Types.AttachedDisk` documentation is for version 2.13.0, while a history of previous versions back to 1.0.0 are also documented and listed for access."],["The `AttachedDisk` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["The class has two constructors: a parameterless `AttachedDisk()` and `AttachedDisk(AllocationPolicy.Types.AttachedDisk other)` for creating instances, and it also has properties like `AttachedCase`, `DeviceName`, `ExistingDisk`, and `NewDisk` for manipulating the data."],["The content of the webpage covers reference documentation and code samples for the listed `AllocationPolicy.Types.AttachedDisk` class, outlining the class's functionalities, properties, inheritance, and implementation details."]]],[]]