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. |
SecurityGroupId
Required
public object SecurityGroupId { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
InstanceIdList
Optional
public object InstanceIdList { get; set; }
- Type: object
NetworkInterfaceList
Optional
public object NetworkInterfaceList { get; set; }
- Type: object