Class: Google::Cloud::BareMetalSolution::V2::VolumeConfig::LunRange

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb

Overview

A LUN(Logical Unit Number) range.

Instance Attribute Summary collapse

Instance Attribute Details

#quantity::Integer

Returns Number of LUNs to create.

Returns:

  • (::Integer)

    Number of LUNs to create.



350
351
352
353
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 350

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

#size_gb::Integer

Returns The requested size of each LUN, in GB.

Returns:

  • (::Integer)

    The requested size of each LUN, in GB.



350
351
352
353
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 350

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