public sealed class ResourceGroup : IMessage<UptimeCheckConfig.Types.ResourceGroup>, IEquatable<UptimeCheckConfig.Types.ResourceGroup>, IDeepCloneable<UptimeCheckConfig.Types.ResourceGroup>, IBufferMessage, IMessageThe resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored.
Implements
IMessage<UptimeCheckConfig.Types.ResourceGroup>, IEquatable<UptimeCheckConfig.Types.ResourceGroup>, IDeepCloneable<UptimeCheckConfig.Types.ResourceGroup>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ResourceGroup()
public ResourceGroup()ResourceGroup(UptimeCheckConfig.Types.ResourceGroup)
public ResourceGroup(UptimeCheckConfig.Types.ResourceGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
UptimeCheckConfig.Types.ResourceGroup |
Properties
GroupId
public string GroupId { get; set; }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].
| Property Value | |
|---|---|
| Type | Description |
String |
|
ResourceType
public GroupResourceType ResourceType { get; set; }The resource type of the group members.
| Property Value | |
|---|---|
| Type | Description |
GroupResourceType |
|