NetworkAclAssociationProps
Properties for defining a NetworkAclAssociation.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-networkaclassociation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ens;
new NetworkAclAssociationProps {
object NetworkAclId,
object NetworkIds
};
Properties
| Name | Type | Description |
|---|---|---|
NetworkAclId |
object |
Property networkAclId: The ID of the network ACL. |
NetworkIds |
object |
Property networkIds: The network id which you want to associate the network ACL. |
NetworkAclIdRequired
public object NetworkAclId { get; set; }
- Type: object
Property networkAclId: The ID of the network ACL.
NetworkIdsRequired
public object NetworkIds { get; set; }
- Type: object
Property networkIds: The network id which you want to associate the network ACL.