Skip to content

NetworkAclProps

Properties for defining a NetworkAcl.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.NetworkAclProps {
    VpcId: interface{},
    Description: interface{},
    EgressAclEntries: interface{},
    IngressAclEntries: interface{},
    NetworkAclName: interface{},
}

Properties

Name Type Description
VpcId interface{} Property vpcId: The ID of the virtual private cloud (VPC) to which the network ACL belongs.
Description interface{} Property description: The description of the network ACL.
EgressAclEntries interface{} Property egressAclEntries: The list of egress network ACL entries.
IngressAclEntries interface{} Property ingressAclEntries: The list of ingress network ACL entries.
NetworkAclName interface{} Property networkAclName: The name of the network ACL.

VpcIdRequired

VpcId interface{}
  • Type: interface{}

Property vpcId: The ID of the virtual private cloud (VPC) to which the network ACL belongs.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the network ACL.

The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with http:// or https://.


EgressAclEntriesOptional

EgressAclEntries interface{}
  • Type: interface{}

Property egressAclEntries: The list of egress network ACL entries.


IngressAclEntriesOptional

IngressAclEntries interface{}
  • Type: interface{}

Property ingressAclEntries: The list of ingress network ACL entries.


NetworkAclNameOptional

NetworkAclName interface{}
  • Type: interface{}

Property networkAclName: The name of the network ACL.

The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter and cannot start with http:// or https://.