Class: Google::Apis::ComputeBeta::RolloutRolloutEntity

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Overview

Specifications of the resource to roll out.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RolloutRolloutEntity

Returns a new instance of RolloutRolloutEntity.



55558
55559
55560
# File 'lib/google/apis/compute_beta/classes.rb', line 55558

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

Instance Attribute Details

#orchestrated_entityGoogle::Apis::ComputeBeta::RolloutRolloutEntityOrchestratedEntity

This message is used if the resource type follows the Orchestrated integration model with ProgressiveRollout. Corresponds to the JSON property orchestratedEntity



55556
55557
55558
# File 'lib/google/apis/compute_beta/classes.rb', line 55556

def orchestrated_entity
  @orchestrated_entity
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55563
55564
55565
# File 'lib/google/apis/compute_beta/classes.rb', line 55563

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