public sealed class DataDiskAssignment : IMessage<DataDiskAssignment>, IEquatable<DataDiskAssignment>, IDeepCloneable<DataDiskAssignment>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class DataDiskAssignment.
Mounted data disks. The order is important a data disk's 0-based index in
this list defines which persistent directory the disk is mounted to, for
example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" },
{ "myproject-1014-104817-4c2-harness-0-disk-1" }.
[[["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-03-21 UTC."],[[["This document provides reference information for the `DataDiskAssignment` class within the Dataflow v1beta3 API, specifically version 2.0.0-beta07, which is the latest version."],["The `DataDiskAssignment` class represents the data disk assignment for a specific VM instance and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It allows users to handle data disks mounted to a VM instance, including their order, which is crucial as the disk's position in the `DataDisks` list corresponds to its persistent directory."],["The class includes properties such as `DataDisks`, a list of strings representing mounted data disks, and `VmInstance`, the name of the VM to which the data disks are assigned."],["There are also different versions available of this API, including 2.0.0-beta06 and 1.0.0-beta03."]]],[]]