Class: Google::Cloud::Compute::V1::RolloutPlanWaveSelectorResourceHierarchySelector

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#included_folders ⇒ ::Array<::String>

Returns Optional. Format: "folders/{folder_id}".

Returns:

  • (::Array<::String>) —

    Optional. Format: "folders/{folder_id}"



70021
70022
70023
70024
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 70021

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

#included_organizations ⇒ ::Array<::String>

Returns Optional. Format: "organizations/{organization_id}".

Returns:

  • (::Array<::String>) —

    Optional. Format: "organizations/{organization_id}"



70021
70022
70023
70024
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 70021

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

#included_projects ⇒ ::Array<::String>

Returns Optional. Format: "projects/{project_id}".

Returns:

  • (::Array<::String>) —

    Optional. Format: "projects/{project_id}"



70021
70022
70023
70024
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 70021

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