class Google::Apis::BaremetalsolutionV1alpha1::LunRange
A LUN range.
Attributes
quantity[RW]
Number of LUNs to create. Corresponds to the JSON property `quantity` @return [Fixnum]
size_gb[RW]
The requested size of each LUN, in GB. Corresponds to the JSON property `sizeGb` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/baremetalsolution_v1alpha1/classes.rb, line 506 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/baremetalsolution_v1alpha1/classes.rb, line 511 def update!(**args) @quantity = args[:quantity] if args.key?(:quantity) @size_gb = args[:size_gb] if args.key?(:size_gb) end