Class: Google::Cloud::GDCHardwareManagement::V1alpha::RackSpace

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb

Overview

Represents contiguous space in a rack.

Instance Attribute Summary collapse

Instance Attribute Details

#end_rack_unit::Integer

Returns Required. Last rack unit of the rack space (inclusive).

Returns:

  • (::Integer)

    Required. Last rack unit of the rack space (inclusive).



1114
1115
1116
1117
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 1114

class RackSpace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_rack_unit::Integer

Returns Required. First rack unit of the rack space (inclusive).

Returns:

  • (::Integer)

    Required. First rack unit of the rack space (inclusive).



1114
1115
1116
1117
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 1114

class RackSpace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end