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.



38647
38648
38649
# File 'lib/google/apis/compute_v1/classes.rb', line 38647

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



38645
38646
38647
# File 'lib/google/apis/compute_v1/classes.rb', line 38645

def rollout_input
  @rollout_input
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38652
38653
38654
# File 'lib/google/apis/compute_v1/classes.rb', line 38652

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