Skip to content

AclAssociationProps

Properties for defining a AclAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-aclassociation

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new AclAssociationProps {
    object AclIds,
    object AclType,
    object ListenerId
};

Properties

Name Type Description
AclIds object Property aclIds: The IDs of the ACLs.
AclType object Property aclType: The type of ACL.
ListenerId object Property listenerId: The ID of the listener.

AclIdsRequired

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

Property aclIds: The IDs of the ACLs.

You can specify up to three IDs at a time.


AclTypeRequired

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

Property aclType: The type of ACL.


ListenerIdRequired

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

Property listenerId: The ID of the listener.