RosJoinSecurityGroupProps
Properties for defining a RosJoinSecurityGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-joinsecuritygroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosJoinSecurityGroupProps {
object SecurityGroupId,
object InstanceId = null,
object InstanceIdList = null,
object NetworkInterfaceList = null
};
Properties
| Name | Type | Description |
|---|---|---|
SecurityGroupId |
object |
No description. |
InstanceId |
object |
No description. |
InstanceIdList |
object |
No description. |
NetworkInterfaceList |
object |
No description. |
SecurityGroupIdRequired
public object SecurityGroupId { get; set; }
- Type: object
InstanceIdOptional
public object InstanceId { get; set; }
- Type: object
InstanceIdListOptional
public object InstanceIdList { get; set; }
- Type: object
NetworkInterfaceListOptional
public object NetworkInterfaceList { get; set; }
- Type: object