Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class NetworkAcl
Public Class NetworkAcl
public ref class NetworkAcl
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| NetworkAcl()()()() | Initializes a new instance of the NetworkAcl class | |
| Associations |
Gets and sets the Associations property.
A list of associations between the network ACL and one or more
subnets.
| |
| Default |
Gets and sets the Default property.
Whether this is the default network ACL in the VPC.
| |
| Entries |
Gets and sets the Entries property.
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 |
Gets and sets the NetworkAclId property.
The network ACL's ID.
| |
| Tag |
Gets and sets the Tag property.
A list of tags for the NetworkAcl.
| |
| ToString()()()() | (Inherited from Object.) | |
| VpcId |
Gets and sets the VpcId property.
The ID of the VPC the network ACL is in.
| |
| WithAssociations(array<NetworkAclAssociation>[]()[][]) |
Sets the Associations property
| |
| WithDefault(Boolean) |
Sets the Default property
| |
| WithEntries(array<NetworkAclEntry>[]()[][]) |
Sets the Entries property
| |
| WithNetworkAclId(String) |
Sets the NetworkAclId property
| |
| WithTag(array<Tag>[]()[][]) |
Sets the Tag property
| |
| WithVpcId(String) |
Sets the VpcId property
|