Skip to content

NetworkAclProps

Properties for defining a NetworkAcl.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new NetworkAclProps {
    object VpcId,
    object Description = null,
    object EgressAclEntries = null,
    object IngressAclEntries = null,
    object NetworkAclName = null
};

Properties

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

VpcIdRequired

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

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


DescriptionOptional

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

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

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

Property egressAclEntries: The list of egress network ACL entries.


IngressAclEntriesOptional

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

Property ingressAclEntries: The list of ingress network ACL entries.


NetworkAclNameOptional

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

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://.