Skip to content

RosMachineGroupProps

Properties for defining a RosMachineGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-machinegroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosMachineGroupProps {
    object GroupAttribute = null,
    object GroupName = null,
    object GroupType = null,
    object MachineIdentifyType = null,
    object MachineList = null,
    object ProjectName = null
};

Properties

Name Type Description
GroupAttribute object No description.
GroupName object No description.
GroupType object No description.
MachineIdentifyType object No description.
MachineList object No description.
ProjectName object No description.

GroupAttributeOptional

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

GroupNameOptional

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

GroupTypeOptional

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

MachineIdentifyTypeOptional

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

MachineListOptional

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

ProjectNameOptional

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