AWS SDK for .NET Documentation
DeleteNetworkAclEntryRequest Class
AmazonAmazon.EC2.ModelDeleteNetworkAclEntryRequest Did this page help you?   Yes   No    Tell us about it...
Deletes an ingress or egress entry (i.e., rule) from a network ACL.
Declaration Syntax
C#
public class DeleteNetworkAclEntryRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

Egress
Whether the rule to delete is an egress rule (true) or ingress rule (false).

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

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

IsSetRuleNumber()()()()
Checks if RuleNumber property is set

NetworkAclId
ID of the network ACL.

RuleNumber
Rule number for the entry to delete.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEgress(Boolean) Obsolete.
Sets whether the rule to delete is an egress rule (true) or ingress rule (false).

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

WithRuleNumber(Decimal) Obsolete.
Sets the rule number for the entry to delete.

Remarks
For more information about network ACLs, go to Network ACLs in the Amazon Virtual Private Cloud User Guide.
Inheritance Hierarchy
Object
EC2Request
 DeleteNetworkAclEntryRequest

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