Skip to content

NetworkAclAssociationProps

Properties for defining a NetworkAclAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-networkaclassociation

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new NetworkAclAssociationProps {
    object NetworkAclId,
    object Resources
};

Properties

Name Type Description
NetworkAclId object Property networkAclId: The ID of the network ACL.
Resources object Property resources: The list of resources that need to be associated with network ACL.

NetworkAclIdRequired

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

Property networkAclId: The ID of the network ACL.


ResourcesRequired

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

Property resources: The list of resources that need to be associated with network ACL.