Skip to content

MachineGroupProps

Properties for defining a MachineGroup.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.MachineGroupProps {
    GroupAttribute: interface{},
    GroupName: interface{},
    GroupType: interface{},
    MachineIdentifyType: interface{},
    MachineList: interface{},
    ProjectName: interface{},
}

Properties

Name Type Description
GroupAttribute interface{} Property groupAttribute: Group attribute, default is null.
GroupName interface{} Property groupName: Display name of the group name, the Project only.
GroupType interface{} Property groupType: MachineGroup type, the value is empty or Armory.
MachineIdentifyType interface{} Property machineIdentifyType: Machine indentify type, the value is 'ip' or 'userdefined'.
MachineList interface{} Property machineList: The machine tag, the value is ip or userdefined-id.
ProjectName interface{} Property projectName: MachineGroup created in project.

GroupAttributeOptional

GroupAttribute interface{}
  • Type: interface{}

Property groupAttribute: Group attribute, default is null.

The object value is groupToic and externalName


GroupNameOptional

GroupName interface{}
  • Type: interface{}

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

GroupType interface{}
  • Type: interface{}

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


MachineIdentifyTypeOptional

MachineIdentifyType interface{}
  • Type: interface{}

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


MachineListOptional

MachineList interface{}
  • Type: interface{}

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


ProjectNameOptional

ProjectName interface{}
  • Type: interface{}

Property projectName: MachineGroup created in project.