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.
Implements
IMessageVolumeConfigTypesLunRange, IEquatableVolumeConfigTypesLunRange, IDeepCloneableVolumeConfigTypesLunRange, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
LunRange()
public LunRange()
LunRange(LunRange)
public LunRange(VolumeConfig.Types.LunRange other)
Parameter | |
---|---|
Name | Description |
other |
VolumeConfigTypesLunRange |
Properties
Quantity
public int Quantity { get; set; }
Number of LUNs to create.
Property Value | |
---|---|
Type | Description |
int |
SizeGb
public int SizeGb { get; set; }
The requested size of each LUN, in GB.
Property Value | |
---|---|
Type | Description |
int |