Click or drag to resize

NATSettings Class

Network Object's NAT Settings
Inheritance Hierarchy

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public class NATSettings : ChangeTracking
Request Example View Source

The NATSettings type exposes the following members.

Constructors
  NameDescription
Public methodNATSettings
Initializes a new instance of the NATSettings class.
Top
Properties
  NameDescription
Public propertyAutoRule
Gets or sets whether to add automatic address translation rules
Public propertyHideBehind
Gets or sets the hide behind method.
Public propertyInstallOn
Gets or sets which gateway should apply the NAT translation.
Public propertyIPv4Address
Gets or sets the IPv4 address for static NATs.
Public propertyIPv6Address
Gets or sets the IPV6 address for static NATs.
Public propertyIsChanged
Gets the object's changed status. Includes checking status of all IChangeTracking properties.
(Inherited from ChangeTracking.)
Public propertyIsNew
Gets a value indicating whether this instance is new.
(Inherited from SimpleChangeTracking.)
Public propertyMethod
Gets or sets the NAT translation method.
Top
Methods
  NameDescription
Public methodAcceptChanges
Resets the object’s state to unchanged by accepting the modifications.
(Inherited from SimpleChangeTracking.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also