RosAclAssociationProps
Properties for defining a RosAclAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-aclassociation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new RosAclAssociationProps {
object AclIds,
object AclType,
object ListenerId
};
Properties
Name | Type | Description |
---|---|---|
AclIds |
object |
No description. |
AclType |
object |
No description. |
ListenerId |
object |
No description. |
AclIds
Required
public object AclIds { get; set; }
- Type: object
AclType
Required
public object AclType { get; set; }
- Type: object
ListenerId
Required
public object ListenerId { get; set; }
- Type: object