Class: Google::Cloud::Compute::V1::RolloutPlanWaveSelectorResourceHierarchySelector
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RolloutPlanWaveSelectorResourceHierarchySelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Roll out to resources by Cloud Resource Manager resource hierarchy nodes such as projects, folders, orgs.
Instance Attribute Summary collapse
-
#included_folders ⇒ ::Array<::String>
Optional.
-
#included_organizations ⇒ ::Array<::String>
Optional.
-
#included_projects ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#included_folders ⇒ ::Array<::String>
Returns Optional. Format: "folders/{folder_id}".
67573 67574 67575 67576 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67573 class RolloutPlanWaveSelectorResourceHierarchySelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#included_organizations ⇒ ::Array<::String>
Returns Optional. Format: "organizations/{organization_id}".
67573 67574 67575 67576 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67573 class RolloutPlanWaveSelectorResourceHierarchySelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#included_projects ⇒ ::Array<::String>
Returns Optional. Format: "projects/{project_id}".
67573 67574 67575 67576 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67573 class RolloutPlanWaveSelectorResourceHierarchySelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |