Click or drag to resize

Interface Class

Simple Gateway Interface Settings
Inheritance Hierarchy

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

The Interface type exposes the following members.

Constructors
  NameDescription
Public methodInterface
Initializes a new instance of the Interface class
Top
Properties
  NameDescription
Public propertyAntiSpoofing
Gets or sets a value indicating whether anti spoofing is enabled.
Public propertyAntiSpoofingSettings
Anti spoofing settings.
Public propertyIPv4Address
Gets or sets the IPv4 address.
Public propertyIPv4MaskLength
Gets or sets the IPv4 Mask Length.
Public propertyIPv4NetworkMask
Gets or sets the IPv4 network mask.
Public propertyIPv6Address
Gets or sets the IPv6 address.
Public propertyIPv6MaskLength
Gets or sets the IPv6 network mask.
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 propertyName
Gets or sets the interface name.
Public propertySecurityZone
Gets a value indicating whether interface is assigned to a security zone.
Public propertySecurityZoneSettings
Gets or sets the security zone settings.
Public propertyTopology
Gets or sets the topology.
Public propertyTopologySettings
Gets or sets the topology settings.
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 this instance.
(Overrides ObjectToString.)
Top
See Also