Deletes an ingress or egress entry (i.e., rule) from a network ACL.

C# |
public class DeleteNetworkAclEntryRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | 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) | (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.
|

For more information about network ACLs, go to Network ACLs
in the Amazon Virtual Private Cloud User Guide.

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