Class: Google::Apis::ComputeBeta::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Overview
The properties of the last known good state for the Future Reservation.
Instance Attribute Summary collapse
-
#share_settings ⇒ Google::Apis::ComputeBeta::ShareSettings
The share setting for reservations and sole tenancy node groups.
-
#specific_sku_properties ⇒ Google::Apis::ComputeBeta::FutureReservationSpecificSkuProperties
[Output Only] The previous instance related properties of the Future Reservation.
-
#time_window ⇒ Google::Apis::ComputeBeta::FutureReservationTimeWindow
[Output Only] The previous time window of the Future Reservation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
constructor
A new instance of FutureReservationStatusLastKnownGoodStateFutureReservationSpecs.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
Returns a new instance of FutureReservationStatusLastKnownGoodStateFutureReservationSpecs.
11608 11609 11610 |
# File 'lib/google/apis/compute_beta/classes.rb', line 11608 def initialize(**args) update!(**args) end |
Instance Attribute Details
#share_settings ⇒ Google::Apis::ComputeBeta::ShareSettings
The share setting for reservations and sole tenancy node groups.
Corresponds to the JSON property shareSettings
11595 11596 11597 |
# File 'lib/google/apis/compute_beta/classes.rb', line 11595 def share_settings @share_settings end |
#specific_sku_properties ⇒ Google::Apis::ComputeBeta::FutureReservationSpecificSkuProperties
[Output Only] The previous instance related properties of the Future
Reservation.
Corresponds to the JSON property specificSkuProperties
11601 11602 11603 |
# File 'lib/google/apis/compute_beta/classes.rb', line 11601 def specific_sku_properties @specific_sku_properties end |
#time_window ⇒ Google::Apis::ComputeBeta::FutureReservationTimeWindow
[Output Only] The previous time window of the Future Reservation.
Corresponds to the JSON property timeWindow
11606 11607 11608 |
# File 'lib/google/apis/compute_beta/classes.rb', line 11606 def time_window @time_window end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11613 11614 11615 11616 11617 |
# File 'lib/google/apis/compute_beta/classes.rb', line 11613 def update!(**args) @share_settings = args[:share_settings] if args.key?(:share_settings) @specific_sku_properties = args[:specific_sku_properties] if args.key?(:specific_sku_properties) @time_window = args[:time_window] if args.key?(:time_window) end |