Class MachineGroupArgs
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.AliCloud.Log
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class MachineGroupArgs : ResourceArgs
Constructors
View SourceMachineGroupArgs()
Declaration
public MachineGroupArgs()
Properties
View SourceIdentifyLists
The specific machine identification, which can be an IP address or user-defined identity.
Declaration
public InputList<string> IdentifyLists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
IdentifyType
The machine identification type, including IP and user-defined identity. Valid values are "ip" and "userdefined". Default to "ip".
Declaration
public Input<string> IdentifyType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The machine group name, which is unique in the same project.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The project name to the machine group belongs.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Topic
The topic of a machine group.
Declaration
public Input<string> Topic { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |