Skip to content

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.

GroupAttributeOptional

public object GroupAttribute { get; set; }
  • Type: object

Property groupAttribute: Group attribute, default is null.

The object value is groupToic and externalName


GroupNameOptional

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 '.', '-'


GroupTypeOptional

public object GroupType { get; set; }
  • Type: object

Property groupType: MachineGroup type, the value is empty or Armory.


MachineIdentifyTypeOptional

public object MachineIdentifyType { get; set; }
  • Type: object

Property machineIdentifyType: Machine indentify type, the value is 'ip' or 'userdefined'.


MachineListOptional

public object MachineList { get; set; }
  • Type: object

Property machineList: The machine tag, the value is ip or userdefined-id.


ProjectNameOptional

public object ProjectName { get; set; }
  • Type: object

Property projectName: MachineGroup created in project.