Class UptimeCheckConfig.Types.ResourceGroup (2.6.0)

public sealed class ResourceGroup : IMessage<UptimeCheckConfig.Types.ResourceGroup>, IEquatable<UptimeCheckConfig.Types.ResourceGroup>, IDeepCloneable<UptimeCheckConfig.Types.ResourceGroup>, IBufferMessage, IMessage

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

Inheritance

Object > UptimeCheckConfig.Types.ResourceGroup

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ResourceGroup()

public ResourceGroup()

ResourceGroup(UptimeCheckConfig.Types.ResourceGroup)

public ResourceGroup(UptimeCheckConfig.Types.ResourceGroup other)
Parameter
NameDescription
otherUptimeCheckConfig.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
TypeDescription
String

ResourceType

public GroupResourceType ResourceType { get; set; }

The resource type of the group members.

Property Value
TypeDescription
GroupResourceType