Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::VolumeConfig::LunRange.
A LUN(Logical Unit Number) range.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#quantity
def quantity() -> ::Integer
Returns
- (::Integer) — Number of LUNs to create.
#quantity=
def quantity=(value) -> ::Integer
Parameter
- value (::Integer) — Number of LUNs to create.
Returns
- (::Integer) — Number of LUNs to create.
#size_gb
def size_gb() -> ::Integer
Returns
- (::Integer) — The requested size of each LUN, in GB.
#size_gb=
def size_gb=(value) -> ::Integer
Parameter
- value (::Integer) — The requested size of each LUN, in GB.
Returns
- (::Integer) — The requested size of each LUN, in GB.