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.

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ReplaceNetworkAclEntryRequest
Public Class ReplaceNetworkAclEntryRequest
public ref class ReplaceNetworkAclEntryRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ReplaceNetworkAclEntryRequest()()()()
Initializes a new instance of the ReplaceNetworkAclEntryRequest class
CidrBlock
Gets and sets the CidrBlock property. The CIDR range to allow or deny, in CIDR notation (e.g., 172.16.0.0/24).
Egress
Gets and sets the Egress property. Whether this rule applies to egress traffic from the No subnet (true) or ingress traffic (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.)
Icmp
Gets and sets the Icmp property. For the ICMP protocol, this is the ICMP type and code.
IsSetCidrBlock()()()()
Checks if CidrBlock property is set
IsSetEgress()()()()
Checks if Egress property is set
IsSetIcmp()()()()
Checks if Icmp property is set
IsSetNetworkAclId()()()()
Checks if NetworkAclId property is set
IsSetPortRange()()()()
Checks if PortRange property is set
IsSetProtocol()()()()
Checks if Protocol property is set
IsSetRuleAction()()()()
Checks if RuleAction property is set
IsSetRuleNumber()()()()
Checks if RuleNumber property is set
NetworkAclId
Gets and sets the NetworkAclId property. ID of the ACL where the entry will be replaced.
PortRange
Gets and sets the PortRange property. For the TCP or UDP protocols, the range of ports the rule applies to.
Protocol
Gets and sets the Protocol property. IP protocol the rule applies to. Valid Values: tcp | udp | icmp or an IP protocol number.
RuleAction
Gets and sets the RuleAction property. Whether to allow or deny traffic that matches the rule. Valid Values: allow | deny
RuleNumber
Gets and sets the RuleNumber property. Rule number of the entry to replace.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCidrBlock(String)
Sets the CidrBlock property
WithEgress(Boolean)
Sets the Egress property
WithIcmp(Icmp)
Sets the Icmp property
WithNetworkAclId(String)
Sets the NetworkAclId property
WithPortRange(PortRange)
Sets the PortRange property
WithProtocol(String)
Sets the Protocol property
WithRuleAction(String)
Sets the RuleAction property
WithRuleNumber(Decimal)
Sets the RuleNumber property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..ReplaceNetworkAclEntryRequest

See Also