Class: Google::Cloud::Monitoring::V3::UptimeCheckConfig::ResourceGroup
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::UptimeCheckConfig::ResourceGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/uptime.rb
Overview
The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored.
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
The group of resources being monitored.
-
#resource_type ⇒ ::Google::Cloud::Monitoring::V3::GroupResourceType
The resource type of the group members.
Instance Attribute Details
#group_id ⇒ ::String
Returns The group of resources being monitored. Should be only the [GROUP_ID]
,
and not the full-path
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
.
188 189 190 191 |
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 188 class ResourceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_type ⇒ ::Google::Cloud::Monitoring::V3::GroupResourceType
Returns The resource type of the group members.
188 189 190 191 |
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 188 class ResourceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |