Class: Google::Cloud::Compute::V1::RolloutPlanWaveSelector

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

A selector which specifies what resource(s) are included in a given wave.

Instance Attribute Summary collapse

Instance Attribute Details

#location_selector::Google::Cloud::Compute::V1::RolloutPlanWaveSelectorLocationSelector

Returns Optional. Roll out to resources by Cloud locations.

Returns:



67548
67549
67550
67551
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67548

class RolloutPlanWaveSelector
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_hierarchy_selector::Google::Cloud::Compute::V1::RolloutPlanWaveSelectorResourceHierarchySelector

Returns Optional. Roll out to resources by Cloud Resource Manager resource hierarchy.

Returns:



67548
67549
67550
67551
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67548

class RolloutPlanWaveSelector
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end