Skip to content

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.

LoadBalancerIdRequired

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.


SecurityGroupIdsRequired

public object SecurityGroupIds { get; set; }
  • Type: object

Property securityGroupIds: List of security group id.