Class: Google::Apis::ComputeV1::PreviewFeatureRolloutOperation

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/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.



42695
42696
42697
# File 'lib/google/apis/compute_v1/classes.rb', line 42695

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

Instance Attribute Details

#rollout_inputGoogle::Apis::ComputeV1::PreviewFeatureRolloutOperationRolloutInput

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



42693
42694
42695
# File 'lib/google/apis/compute_v1/classes.rb', line 42693

def rollout_input
  @rollout_input
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42700
42701
42702
# File 'lib/google/apis/compute_v1/classes.rb', line 42700

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