Class GroupState
Inherited Members
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 GroupState : ResourceArgs
Constructors
View SourceGroupState()
Declaration
public GroupState()
Properties
View SourceDisplayName
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> |
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> |
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> |
Name
A unique identifier for this group. The format is "projects/{project_id_or_number}/groups/{group_id}".
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |