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. |
GroupAttribute
Optional
GroupAttribute interface{}
- Type: interface{}
Property groupAttribute: Group attribute, default is null.
The object value is groupToic and externalName
GroupName
Optional
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 '.', '-'
GroupType
Optional
GroupType interface{}
- Type: interface{}
Property groupType: MachineGroup type, the value is empty or Armory.
MachineIdentifyType
Optional
MachineIdentifyType interface{}
- Type: interface{}
Property machineIdentifyType: Machine indentify type, the value is 'ip' or 'userdefined'.
MachineList
Optional
MachineList interface{}
- Type: interface{}
Property machineList: The machine tag, the value is ip or userdefined-id.
ProjectName
Optional
ProjectName interface{}
- Type: interface{}
Property projectName: MachineGroup created in project.