Show / Hide Table of Contents

Class MachineGroupState

Inheritance
System.Object
InputArgs
ResourceArgs
MachineGroupState
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.AliCloud.Log
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class MachineGroupState : ResourceArgs

Constructors

View Source

MachineGroupState()

Declaration
public MachineGroupState()

Properties

View Source

IdentifyLists

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>
View Source

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>
View Source

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>
View Source

Project

The project name to the machine group belongs.

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

Topic

The topic of a machine group.

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