Google Cloud Monitoring v3 API - Class UptimeCheckConfig.Types.ResourceGroup (3.7.0)

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.

Inheritance

object > UptimeCheckConfig.Types.ResourceGroup

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ResourceGroup()

public ResourceGroup()

ResourceGroup(ResourceGroup)

public ResourceGroup(UptimeCheckConfig.Types.ResourceGroup other)
Parameter
NameDescription
otherUptimeCheckConfigTypesResourceGroup

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