Skip to content

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.

NameRequired

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

OrganizationIdRequired

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

ServiceConnectionIdRequired

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

AliyunRegionOptional

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

EcsLabelKeyOptional

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

EcsLabelValueOptional

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

EcsTypeOptional

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

EnvIdOptional

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

MachineInfosOptional

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

TagIdsOptional

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

TypeOptional

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