AWS SDK for .NET Documentation
NetworkAcl Class
AmazonAmazon.EC2.ModelNetworkAcl Did this page help you?   Yes   No    Tell us about it...
Network ACL description.
Declaration Syntax
C#
public class NetworkAcl
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
NetworkAcl

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)