Creates a network ACL in a VPC.

C# |
public class CreateNetworkAclRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateNetworkAclRequest()()()() | Initializes a new instance of the CreateNetworkAclRequest class |
![]() | 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.) |
![]() | IsSetVpcId()()()() |
Checks if VpcId property is set
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VpcId |
The ID of the VPC where the network ACL will be created.
|
![]() | WithVpcId(String) | Obsolete.
Sets the ID of the VPC where the network ACL will be created.
|

Network ACLs provide an optional layer of security (on top of security groups)
for the instances in your VPC.

Object | ||
![]() | EC2Request | |
![]() | CreateNetworkAclRequest |