Class: Google::Cloud::Compute::V1::RolloutPlanWaveSelectorLocationSelector
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RolloutPlanWaveSelectorLocationSelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Roll out to resources by location.
Instance Attribute Summary collapse
-
#included_locations ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#included_locations ⇒ ::Array<::String>
Returns Optional. Example: "us-central1-a".
67557 67558 67559 67560 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67557 class RolloutPlanWaveSelectorLocationSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |