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.



43585
43586
43587
# File 'lib/google/apis/compute_v1/classes.rb', line 43585

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



43583
43584
43585
# File 'lib/google/apis/compute_v1/classes.rb', line 43583

def rollout_input
  @rollout_input
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43590
43591
43592
# File 'lib/google/apis/compute_v1/classes.rb', line 43590

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