RosHostGroupProps
Properties for defining a RosHostGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-hostgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Devops;
new RosHostGroupProps {
object Name,
object OrganizationId,
object ServiceConnectionId,
object AliyunRegion = null,
object EcsLabelKey = null,
object EcsLabelValue = null,
object EcsType = null,
object EnvId = null,
object MachineInfos = null,
object TagIds = null,
object Type = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
OrganizationId |
object |
No description. |
ServiceConnectionId |
object |
No description. |
AliyunRegion |
object |
No description. |
EcsLabelKey |
object |
No description. |
EcsLabelValue |
object |
No description. |
EcsType |
object |
No description. |
EnvId |
object |
No description. |
MachineInfos |
object |
No description. |
TagIds |
object |
No description. |
Type |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
OrganizationId
Required
public object OrganizationId { get; set; }
- Type: object
ServiceConnectionId
Required
public object ServiceConnectionId { get; set; }
- Type: object
AliyunRegion
Optional
public object AliyunRegion { get; set; }
- Type: object
EcsLabelKey
Optional
public object EcsLabelKey { get; set; }
- Type: object
EcsLabelValue
Optional
public object EcsLabelValue { get; set; }
- Type: object
EcsType
Optional
public object EcsType { get; set; }
- Type: object
EnvId
Optional
public object EnvId { get; set; }
- Type: object
MachineInfos
Optional
public object MachineInfos { get; set; }
- Type: object
TagIds
Optional
public object TagIds { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object