public sealed class UptimeCheckConfig.Types.ResourceGroup : IMessage<UptimeCheckConfig.Types.ResourceGroup>, IEquatable<UptimeCheckConfig.Types.ResourceGroup>, IDeepCloneable<UptimeCheckConfig.Types.ResourceGroup>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class UptimeCheckConfig.Types.ResourceGroup.
The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored.
Implements
IMessageUptimeCheckConfigTypesResourceGroup, IEquatableUptimeCheckConfigTypesResourceGroup, IDeepCloneableUptimeCheckConfigTypesResourceGroup, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ResourceGroup()
public ResourceGroup()
ResourceGroup(ResourceGroup)
public ResourceGroup(UptimeCheckConfig.Types.ResourceGroup other)
Parameter | |
---|---|
Name | Description |
other | UptimeCheckConfigTypesResourceGroup |
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 |