Reference documentation and code samples for the GDC Hardware Management V1ALPHA API class Google::Cloud::GDCHardwareManagement::V1alpha::RackSpace.
Represents contiguous space in a rack.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_rack_unit
def end_rack_unit() -> ::Integer
Returns
- (::Integer) — Required. Last rack unit of the rack space (inclusive).
#end_rack_unit=
def end_rack_unit=(value) -> ::Integer
Parameter
- value (::Integer) — Required. Last rack unit of the rack space (inclusive).
Returns
- (::Integer) — Required. Last rack unit of the rack space (inclusive).
#start_rack_unit
def start_rack_unit() -> ::Integer
Returns
- (::Integer) — Required. First rack unit of the rack space (inclusive).
#start_rack_unit=
def start_rack_unit=(value) -> ::Integer
Parameter
- value (::Integer) — Required. First rack unit of the rack space (inclusive).
Returns
- (::Integer) — Required. First rack unit of the rack space (inclusive).