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



IconMemberDescription
NetworkAclAssociation()()()()
Initializes a new instance of the NetworkAclAssociation class

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.)
IsSetNetworkAclAssociationId()()()()
Checks if NetworkAclAssociationId property is set

IsSetNetworkAclId()()()()
Checks if NetworkAclId property is set

IsSetSubnetId()()()()
Checks if SubnetId property is set

NetworkAclAssociationId
An identifier representing the association between a network ACL and a subnet.

NetworkAclId
The ID of the network ACL in the association.

SubnetId
The ID of the subnet in the association.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithNetworkAclAssociationId(String) Obsolete.
Sets an identifier representing the association between a network ACL and a subnet.

WithNetworkAclId(String) Obsolete.
Sets the ID of the network ACL in the association.

WithSubnetId(String) Obsolete.
Sets the ID of the subnet in the association.

Inheritance Hierarchy
Object
NetworkAclAssociation

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