Class: Google::Cloud::Compute::V1::RolloutPlanWaveSelector
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RolloutPlanWaveSelector
- 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
-
#location_selector ⇒ ::Google::Cloud::Compute::V1::RolloutPlanWaveSelectorLocationSelector
Optional.
-
#resource_hierarchy_selector ⇒ ::Google::Cloud::Compute::V1::RolloutPlanWaveSelectorResourceHierarchySelector
Optional.
Instance Attribute Details
#location_selector ⇒ ::Google::Cloud::Compute::V1::RolloutPlanWaveSelectorLocationSelector
Returns Optional. Roll out to resources by Cloud locations.
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.
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 |