Class: Google::Apis::ComputeAlpha::FutureReservationStatusSpecificSkuProperties

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

Overview

Properties to be set for the Future Reservation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FutureReservationStatusSpecificSkuProperties

Returns a new instance of FutureReservationStatusSpecificSkuProperties.



11224
11225
11226
# File 'lib/google/apis/compute_alpha/classes.rb', line 11224

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

Instance Attribute Details

#source_instance_template_idString

ID of the instance template used to populate the Future Reservation properties. Corresponds to the JSON property sourceInstanceTemplateId

Returns:

  • (String)


11222
11223
11224
# File 'lib/google/apis/compute_alpha/classes.rb', line 11222

def source_instance_template_id
  @source_instance_template_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11229
11230
11231
# File 'lib/google/apis/compute_alpha/classes.rb', line 11229

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