Class: Google::Apis::ComputeBeta::ReservationAdvancedDeploymentControl
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ReservationAdvancedDeploymentControl
- 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
Advance control for cluster management, applicable only to DENSE deployment type reservations.
Instance Attribute Summary collapse
-
#reservation_operational_mode ⇒ String
Indicates chosen reservation operational mode for the reservation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReservationAdvancedDeploymentControl
constructor
A new instance of ReservationAdvancedDeploymentControl.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReservationAdvancedDeploymentControl
Returns a new instance of ReservationAdvancedDeploymentControl.
47830 47831 47832 |
# File 'lib/google/apis/compute_beta/classes.rb', line 47830 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reservation_operational_mode ⇒ String
Indicates chosen reservation operational mode for the reservation.
Corresponds to the JSON property reservationOperationalMode
47828 47829 47830 |
# File 'lib/google/apis/compute_beta/classes.rb', line 47828 def reservation_operational_mode @reservation_operational_mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
47835 47836 47837 |
# File 'lib/google/apis/compute_beta/classes.rb', line 47835 def update!(**args) @reservation_operational_mode = args[:reservation_operational_mode] if args.key?(:reservation_operational_mode) end |