Class: Google::Apis::ComputeAlpha::FutureReservationSpecificSkuProperties

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FutureReservationSpecificSkuProperties

Returns a new instance of FutureReservationSpecificSkuProperties.



9879
9880
9881
# File 'lib/google/apis/compute_alpha/classes.rb', line 9879

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#instance_propertiesGoogle::Apis::ComputeAlpha::AllocationSpecificSkuAllocationReservedInstanceProperties

Properties of the SKU instances being reserved. Next ID: 9 Corresponds to the JSON property instanceProperties



9871
9872
9873
# File 'lib/google/apis/compute_alpha/classes.rb', line 9871

def instance_properties
  @instance_properties
end

#total_countFixnum

Total number of instances for which capacity assurance is requested at a future time period. Corresponds to the JSON property totalCount

Returns:

  • (Fixnum)


9877
9878
9879
# File 'lib/google/apis/compute_alpha/classes.rb', line 9877

def total_count
  @total_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9884
9885
9886
9887
# File 'lib/google/apis/compute_alpha/classes.rb', line 9884

def update!(**args)
  @instance_properties = args[:instance_properties] if args.key?(:instance_properties)
  @total_count = args[:total_count] if args.key?(:total_count)
end