ServiceOther Class |
Namespace: Koopman.CheckPoint
public class ServiceOther : ObjectBase<ServiceOther>, IServiceGroupMember, IObjectSummary
The ServiceOther type exposes the following members.
Name | Description | |
---|---|---|
ServiceOther |
Create new ServiceOther.
|
Name | Description | |
---|---|---|
AcceptReplies |
Gets or sets the accept replies indicator.
| |
Action |
Contains an INSPECT expression that defines the action to take if a rule containing this
service is matched. Example: set r_mhandler &open_ssl_handler sets a handler on the connection.
| |
AggressiveAging |
Gets or sets the short (aggressive) timeouts for idle connections.
| |
Color |
Color of the object
(Inherited from ObjectBaseT.) | |
Comments |
Comments string
(Inherited from ObjectBaseT.) | |
DetailLevel |
Gets the current detail level of retrieved objects. You will not be able to get the
values of some properties if the detail level is too low. You can still set property
values however to override existing values.
(Inherited from ObjectSummaryT.) | |
Domain |
Information about the domain the object belongs to.
(Inherited from ObjectSummaryT.) | |
Groups |
Group memberships.
| |
Icon |
Object icon
(Inherited from ObjectBaseT.) | |
IPProtocol |
Gets or sets the IP protocol number.
| |
IsChanged |
Gets the object's changed status. Includes checking status of all IChangeTracking properties.
(Inherited from ChangeTracking.) | |
IsNew |
Gets a value indicating whether this instance is new.
(Inherited from SimpleChangeTracking.) | |
KeepConnectionsOpenAfterPolicyInstallation |
Gets or sets the keep connections open after policy installation.
| |
Match |
Contains an INSPECT expression that defines the matching criteria. The connection is
examined against the expression during the first packet. Example: tcp, dport = 21,
direction = 0 matches incoming FTP control connections.
| |
MatchForAny |
Indicates whether this service is used when 'Any' is set as the rule's service and there
are several service objects with the same source port and protocol.
| |
MetaInfo |
Meta Information
(Inherited from ObjectBaseT.) | |
Name |
Object name. Should be unique in the domain.
(Inherited from ObjectSummaryT.) | |
ObjectType |
The object type.
(Overrides ObjectSummaryTObjectType.) | |
OverrideDefaultSettings |
Indicates whether this service is a Data Domain service which has been overridden.
| |
ReadOnly |
Indicates whether the object is read-only
(Inherited from ObjectBaseT.) | |
SessionTimeout |
Gets or sets the session timeout (in seconds).
| |
SyncConnectionsOnCluster |
Enables state-synchronized High Availability or Load Sharing on a ClusterXL or
OPSEC-certified cluster.
| |
Tags |
Tags assigned to object
(Inherited from ObjectBaseT.) | |
Type |
Type of the object.
(Overrides ObjectSummaryTType.) | |
UID |
Object unique identifier.
(Inherited from ObjectSummaryT.) | |
UseDefaultSessionTimeout |
Gets or sets the use default session timeout.
|
Name | Description | |
---|---|---|
AcceptChanges(CancellationToken) |
Same as calling AcceptChanges(Ignore, CancellationToken)
with a value of No;
(Inherited from ObjectSummaryT.) | |
AcceptChanges(Ignore, CancellationToken) |
Posts all changes to Check Point server. If successful all object properties will be
updated with results.
(Inherited from ObjectSummaryT.) | |
Delete |
Deletes the current object.
(Inherited from ObjectSummaryT.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetIdentifier |
Gets the identifier that is used when adding this object to a group.
(Inherited from ObjectSummaryT.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Reload |
Reloads the current object. Used to either reset changes made without saving, or to
increased the detailLevel to Full (Inherited from ObjectSummaryT.) | |
ToString |
Returns a String that represents this object.
(Inherited from ObjectSummaryT.) |