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.



44891
44892
44893
# File 'lib/google/apis/compute_alpha/classes.rb', line 44891

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



44889
44890
44891
# File 'lib/google/apis/compute_alpha/classes.rb', line 44889

def rollout_input
  @rollout_input
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



44896
44897
44898
# File 'lib/google/apis/compute_alpha/classes.rb', line 44896

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