SecurityGroupAttachmentProps
Properties for defining a SecurityGroupAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlb-securitygroupattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknlb"
&alicloudroscdknlb.SecurityGroupAttachmentProps {
LoadBalancerId: interface{},
SecurityGroupIds: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
LoadBalancerId |
interface{} |
Property loadBalancerId: The ID of the network-based server load balancer instance to be bound to the security group. |
SecurityGroupIds |
interface{} |
Property securityGroupIds: List of security group id. |
LoadBalancerIdRequired
LoadBalancerId interface{}
- Type: interface{}
Property loadBalancerId: The ID of the network-based server load balancer instance to be bound to the security group.
SecurityGroupIdsRequired
SecurityGroupIds interface{}
- Type: interface{}
Property securityGroupIds: List of security group id.