JoinSecurityGroupProps
Properties for defining a JoinSecurityGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-joinsecuritygroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.JoinSecurityGroupProps {
SecurityGroupId: interface{},
InstanceId: interface{},
InstanceIdList: interface{},
NetworkInterfaceList: interface{},
}
Properties
Name | Type | Description |
---|---|---|
SecurityGroupId |
interface{} |
Property securityGroupId: Security group id to join. |
InstanceId |
interface{} |
Property instanceId: Instance Id to the join the security group. |
InstanceIdList |
interface{} |
Property instanceIdList: The comma delimited instance id list.If the property "InstanceId" is setting, this property will be ignored. |
NetworkInterfaceList |
interface{} |
Property networkInterfaceList: Network interface list. |
SecurityGroupId
Required
SecurityGroupId interface{}
- Type: interface{}
Property securityGroupId: Security group id to join.
InstanceId
Optional
InstanceId interface{}
- Type: interface{}
Property instanceId: Instance Id to the join the security group.
InstanceIdList
Optional
InstanceIdList interface{}
- Type: interface{}
Property instanceIdList: The comma delimited instance id list.If the property "InstanceId" is setting, this property will be ignored.
NetworkInterfaceList
Optional
NetworkInterfaceList interface{}
- Type: interface{}
Property networkInterfaceList: Network interface list.