Click or drag to resize

TopologySettings Class

Simple Gateway Interface Topology Settings
Inheritance Hierarchy
SystemObject
  Koopman.CheckPoint.CommonSimpleChangeTracking
    Koopman.CheckPoint.SimpleGatewaySettingsTopologySettings

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public class TopologySettings : SimpleChangeTracking
Request Example View Source

The TopologySettings type exposes the following members.

Constructors
  NameDescription
Public methodTopologySettings
Initializes a new instance of the TopologySettings class
Top
Properties
  NameDescription
Public propertyInterfaceLeadsToDMZ
Gets or sets a value indicating whether interface leads to DMZ.
Public propertyIPAddressBehindThisInterface
Gets or sets the ip address behind this interface.
Public propertyIsChanged
Gets the object's changed status.
(Inherited from SimpleChangeTracking.)
Public propertyIsNew
Gets a value indicating whether this instance is new.
(Inherited from SimpleChangeTracking.)
Public propertySpecificNetwork
Gets or sets the specific network behind this interface.
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