MachineGroupProps
Properties for defining a MachineGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-machinegroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new MachineGroupProps {
object GroupAttribute = null,
object GroupName = null,
object GroupType = null,
object MachineIdentifyType = null,
object MachineList = null,
object ProjectName = null
};
Properties
Name | Type | Description |
---|---|---|
GroupAttribute |
object |
Property groupAttribute: Group attribute, default is null. |
GroupName |
object |
Property groupName: Display name of the group name, the Project only. |
GroupType |
object |
Property groupType: MachineGroup type, the value is empty or Armory. |
MachineIdentifyType |
object |
Property machineIdentifyType: Machine indentify type, the value is 'ip' or 'userdefined'. |
MachineList |
object |
Property machineList: The machine tag, the value is ip or userdefined-id. |
ProjectName |
object |
Property projectName: MachineGroup created in project. |
GroupAttribute
Optional
public object GroupAttribute { get; set; }
- Type: object
Property groupAttribute: Group attribute, default is null.
The object value is groupToic and externalName
GroupName
Optional
public object GroupName { get; set; }
- Type: object
Property groupName: Display name of the group name, the Project only.
[2, 128] English or Chinese characters, must start with a letter or Chinese in size, can contain numbers, '_' or '.', '-'
GroupType
Optional
public object GroupType { get; set; }
- Type: object
Property groupType: MachineGroup type, the value is empty or Armory.
MachineIdentifyType
Optional
public object MachineIdentifyType { get; set; }
- Type: object
Property machineIdentifyType: Machine indentify type, the value is 'ip' or 'userdefined'.
MachineList
Optional
public object MachineList { get; set; }
- Type: object
Property machineList: The machine tag, the value is ip or userdefined-id.
ProjectName
Optional
public object ProjectName { get; set; }
- Type: object
Property projectName: MachineGroup created in project.