GDC Hardware Management V1ALPHA API - Class Google::Cloud::GDCHardwareManagement::V1alpha::Sku::Range (v0.9.0)

Reference documentation and code samples for the GDC Hardware Management V1ALPHA API class Google::Cloud::GDCHardwareManagement::V1alpha::Sku::Range.

Inclusive range.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#max

def max() -> ::Integer
Returns
  • (::Integer) — The maximum value of the range.

#max=

def max=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum value of the range.
Returns
  • (::Integer) — The maximum value of the range.

#min

def min() -> ::Integer
Returns
  • (::Integer) — The minimum value of the range.

#min=

def min=(value) -> ::Integer
Parameter
  • value (::Integer) — The minimum value of the range.
Returns
  • (::Integer) — The minimum value of the range.