ReplaceNetworkAclEntryRequest Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Container for the parameters to the ReplaceNetworkAclEntry operation.

Replaces an entry (i.e., rule) in a network ACL. For more information about network ACLs, go to Network ACLs in the Amazon Virtual Private Cloud User Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.Model.ReplaceNetworkAclEntryRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ReplaceNetworkAclEntryRequest : AmazonWebServiceRequest
         IRequestEvents

The ReplaceNetworkAclEntryRequest type exposes the following members

Constructors

  Name Description
Public Method ReplaceNetworkAclEntryRequest()

Properties

  Name Description
Public Property CidrBlock The CIDR range to allow or deny, in CIDR notation (e.g., 172.16.0.0/24).
Public Property Egress Whether this rule applies to egress traffic from the subnet (true) or ingress traffic (false).
Public Property IcmpTypeCode ICMP values.
Public Property NetworkAclId ID of the ACL where the entry will be replaced.
Public Property PortRange Port ranges.
Public Property Protocol IP protocol the rule applies to. Valid Values: tcp, udp, icmp or an IP protocol number.
Public Property RuleAction Whether to allow or deny traffic that matches the rule.

Constraints:Allowed Valuesallow, deny

Public Property RuleNumber Rule number of the entry to replace.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8