Skip to content

JoinSecurityGroupProps

Properties for defining a JoinSecurityGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-joinsecuritygroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new JoinSecurityGroupProps {
    object SecurityGroupId,
    object InstanceId = null,
    object InstanceIdList = null,
    object NetworkInterfaceList = null
};

Properties

Name Type Description
SecurityGroupId object Property securityGroupId: Security group id to join.
InstanceId object Property instanceId: Instance Id to the join the security group.
InstanceIdList object Property instanceIdList: The comma delimited instance id list.If the property "InstanceId" is setting, this property will be ignored.
NetworkInterfaceList object Property networkInterfaceList: Network interface list.

SecurityGroupIdRequired

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

Property securityGroupId: Security group id to join.


InstanceIdOptional

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

Property instanceId: Instance Id to the join the security group.


InstanceIdListOptional

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

Property instanceIdList: The comma delimited instance id list.If the property "InstanceId" is setting, this property will be ignored.


NetworkInterfaceListOptional

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

Property networkInterfaceList: Network interface list.