Show / Hide Table of Contents

Class GroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GroupArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Monitoring
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GroupArgs : ResourceArgs

Constructors

View Source

GroupArgs()

Declaration
public GroupArgs()

Properties

View Source

DisplayName

A user-assigned name for this group, used only for display purposes.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Filter

The filter used to determine which monitored resources belong to this group.

Declaration
public Input<string> Filter { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IsCluster

If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.

Declaration
public Input<bool> IsCluster { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ParentName

The name of the group's parent, if it has one. The format is "projects/{project_id_or_number}/groups/{group_id}". For groups with no parent, parentName is the empty string, "".

Declaration
public Input<string> ParentName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.