Class MachineGroup
Inherited Members
Namespace: Pulumi.AliCloud.Log
Assembly: Pulumi.AliCloud.dll
Syntax
public class MachineGroup : CustomResource
Constructors
View SourceMachineGroup(String, MachineGroupArgs, CustomResourceOptions)
Create a MachineGroup resource with the given unique name, arguments, and options.
Declaration
public MachineGroup(string name, MachineGroupArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| MachineGroupArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceIdentifyLists
The specific machine identification, which can be an IP address or user-defined identity.
Declaration
public Output<ImmutableArray<string>> IdentifyLists { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
IdentifyType
The machine identification type, including IP and user-defined identity. Valid values are "ip" and "userdefined". Default to "ip".
Declaration
public Output<string> IdentifyType { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Name
The machine group name, which is unique in the same project.
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Project
The project name to the machine group belongs.
Declaration
public Output<string> Project { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Topic
The topic of a machine group.
Declaration
public Output<string> Topic { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, MachineGroupState, CustomResourceOptions)
Get an existing MachineGroup resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static MachineGroup Get(string name, Input<string> id, MachineGroupState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| MachineGroupState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| MachineGroup |