Class LunRange
A LUN(Logical Unit Number) range.
Implements
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class LunRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Quantity
Number of LUNs to create.
Declaration
[JsonProperty("quantity")]
public virtual int? Quantity { get; set; }
Property Value
Type | Description |
---|---|
int? |
SizeGb
The requested size of each LUN, in GB.
Declaration
[JsonProperty("sizeGb")]
public virtual int? SizeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |