SecurityGroupAttachmentProps
Properties for defining a SecurityGroupAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlb-securitygroupattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nlb;
new SecurityGroupAttachmentProps {
object LoadBalancerId,
object SecurityGroupIds
};
Properties
Name | Type | Description |
---|---|---|
LoadBalancerId |
object |
Property loadBalancerId: The ID of the network-based server load balancer instance to be bound to the security group. |
SecurityGroupIds |
object |
Property securityGroupIds: List of security group id. |
LoadBalancerId
Required
public object LoadBalancerId { get; set; }
- Type: object
Property loadBalancerId: The ID of the network-based server load balancer instance to be bound to the security group.
SecurityGroupIds
Required
public object SecurityGroupIds { get; set; }
- Type: object
Property securityGroupIds: List of security group id.