Class: Google::Apis::ComputeAlpha::PreviewFeatureRolloutOperation

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

Represents the rollout operation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PreviewFeatureRolloutOperation

Returns a new instance of PreviewFeatureRolloutOperation.



52164
52165
52166
# File 'lib/google/apis/compute_alpha/classes.rb', line 52164

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

Instance Attribute Details

#rollout_inputGoogle::Apis::ComputeAlpha::PreviewFeatureRolloutOperationRolloutInput

Represents the input for the rollout operation. Corresponds to the JSON property rolloutInput



52162
52163
52164
# File 'lib/google/apis/compute_alpha/classes.rb', line 52162

def rollout_input
  @rollout_input
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



52169
52170
52171
# File 'lib/google/apis/compute_alpha/classes.rb', line 52169

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