Network ACL description.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class NetworkAcl
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | NetworkAcl()()()() | Initializes a new instance of the NetworkAcl class | 
|  | Associations | 
            A list of associations between the network ACL and one or more subnets.
             | 
|  | Default | 
            Whether this is the default network ACL in the VPC.
             | 
|  | Entries | 
            A list of entries (rules) in the network ACL.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetAssociations()()()() | 
            Checks if Associations property is set
             | 
|  | IsSetDefault()()()() | 
            Checks if Default property is set
             | 
|  | IsSetEntries()()()() | 
            Checks if Entries property is set
             | 
|  | IsSetNetworkAclId()()()() | 
            Checks if NetworkAclId property is set
             | 
|  | IsSetTag()()()() | 
            Checks if Tag property is set
             | 
|  | IsSetVpcId()()()() | 
            Checks if VpcId property is set
             | 
|  | NetworkAclId | 
            The network ACL's ID.
             | 
|  | Tag | 
            A list of tags for the NetworkAcl.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcId | 
            The ID of the VPC the network ACL is in.
             | 
|  | WithAssociations(array<NetworkAclAssociation>[]()[][]) | Obsolete. 
            Sets the associations between the network ACL and one or more subnets.
             | 
|  | WithDefault(Boolean) | Obsolete. 
            Sets whether this is the default network ACL in the VPC.
             | 
|  | WithEntries(array<NetworkAclEntry>[]()[][]) | Obsolete. 
            Sets the entries (rules) in the network ACL.
             | 
|  | WithNetworkAclId(String) | Obsolete. 
            Sets the network ACL's ID.
             | 
|  | WithTag(array<Tag>[]()[][]) | Obsolete. 
            Sets the tags for the NetworkAcl.
             | 
|  | WithVpcId(String) | Obsolete. 
            Sets the ID of the VPC the network ACL is in.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | NetworkAcl |