Class ResourceGroup (2.11.1)

ResourceGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored.

Attributes

NameDescription
group_id str
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]``.
resource_type google.cloud.monitoring_v3.types.GroupResourceType
The resource type of the group members.

Inheritance

builtins.object > proto.message.Message > ResourceGroup