Skip to content

NetworkAclAssociationProps

Properties for defining a NetworkAclAssociation.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkens"
&alicloudroscdkens.NetworkAclAssociationProps {
    NetworkAclId: interface{},
    NetworkIds: interface{},
}

Properties

Name Type Description
NetworkAclId interface{} Property networkAclId: The ID of the network ACL.
NetworkIds interface{} Property networkIds: The network id which you want to associate the network ACL.

NetworkAclIdRequired

NetworkAclId interface{}
  • Type: interface{}

Property networkAclId: The ID of the network ACL.


NetworkIdsRequired

NetworkIds interface{}
  • Type: interface{}

Property networkIds: The network id which you want to associate the network ACL.