public sealed class VolumeConfig.Types.LunRange : IMessage<VolumeConfig.Types.LunRange>, IEquatable<VolumeConfig.Types.LunRange>, IDeepCloneable<VolumeConfig.Types.LunRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class VolumeConfig.Types.LunRange.
[[["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."],[[["This webpage provides reference documentation for the `VolumeConfig.Types.LunRange` class within the Bare Metal Solution v2 API, specifically version 1.5.0."],["`LunRange` represents a range of Logical Unit Numbers (LUNs) and is used for creating a specified number of LUNs of a certain size."],["The `LunRange` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Quantity` to define the number of LUNs and `SizeGb` to specify the size of each LUN in gigabytes."],["The document provides information on the constructors `LunRange()` and `LunRange(VolumeConfig.Types.LunRange other)` for creating instances of the class."]]],[]]