Bare Metal Solution v2 API - Class VolumeConfig.Types.LunRange (1.5.0)

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.

A LUN(Logical Unit Number) range.

Inheritance

object > VolumeConfig.Types.LunRange

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

LunRange()

public LunRange()

LunRange(LunRange)

public LunRange(VolumeConfig.Types.LunRange other)
Parameter
NameDescription
otherVolumeConfigTypesLunRange

Properties

Quantity

public int Quantity { get; set; }

Number of LUNs to create.

Property Value
TypeDescription
int

SizeGb

public int SizeGb { get; set; }

The requested size of each LUN, in GB.

Property Value
TypeDescription
int