SecurityGroupAttachmentProps
Properties for defining a SecurityGroupAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-securitygroupattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new SecurityGroupAttachmentProps {
object LoadBalancerId,
object SecurityGroupIds = null
};
Properties
| Name | Type | Description |
|---|---|---|
LoadBalancerId |
object |
Property loadBalancerId: The ID of ALB instance. |
SecurityGroupIds |
object |
Property securityGroupIds: The IDs of the security group to which the ALB instance join. |
LoadBalancerIdRequired
public object LoadBalancerId { get; set; }
- Type: object
Property loadBalancerId: The ID of ALB instance.
SecurityGroupIdsOptional
public object SecurityGroupIds { get; set; }
- Type: object
Property securityGroupIds: The IDs of the security group to which the ALB instance join.