SimpleGateway Class |
Namespace: Koopman.CheckPoint
public class SimpleGateway : ObjectBase<SimpleGateway>, IGroupMember, IObjectSummary
The SimpleGateway type exposes the following members.
Name | Description | |
---|---|---|
SimpleGateway |
Create new SimpleGateway.
|
Name | Description | |
---|---|---|
AntiBot |
Gets or sets a value indicating whether Anti-Bot blade is enabled.
| |
AntiVirus |
Gets or sets a value indicating whether Anti-Virus blade is enabled.
| |
ApplicationControl |
Gets or sets a value indicating whether Application Control blade is enabled.
| |
Color |
Color of the object
(Inherited from ObjectBaseT.) | |
Comments |
Comments string
(Inherited from ObjectBaseT.) | |
ContentAwareness |
Gets or sets a value indicating whether Content Awareness blade is enabled.
| |
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.) | |
DynamicIP |
Gets or sets a value indicating whether dynamic ip used on this object.
| |
Firewall |
Gets or sets a value indicating whether Firewall blade is enabled.
| |
FirewallSettings |
Gets or sets the firewall settings.
| |
Groups |
Gets the group membership.
| |
Icon |
Object icon
(Inherited from ObjectBaseT.) | |
Interfaces |
Gets the interfaces.
| |
IPv4Address |
Gets or sets the IPv4 address.
| |
IPv6Address |
Gets or sets the IPv6 address.
| |
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.) | |
LogsSettings |
Gets or sets the logs settings.
| |
MetaInfo |
Meta Information
(Inherited from ObjectBaseT.) | |
Name |
Object name. Should be unique in the domain.
(Inherited from ObjectSummaryT.) | |
ObjectType |
The object type.
(Overrides ObjectSummaryTObjectType.) | |
OSName |
Gets or sets the gateway platform operating system.
| |
ReadOnly |
Indicates whether the object is read-only
(Inherited from ObjectBaseT.) | |
SaveLogsLocally |
Gets or sets a value indicating whether logs saved locally on the gateway.
| |
SendAlertsToServer |
Gets the Server(s) to send alerts to.
| |
SendLogsToBackupServer |
Gets the Backup server(s) to send logs to.
| |
SendLogsToServer |
Gets the Servers(s) to send logs to.
| |
SICName |
Gets the Secure Internal Communication name.
| |
SICState |
Gets the Secure Internal Communication state.
| |
Tags |
Tags assigned to object
(Inherited from ObjectBaseT.) | |
ThreatEmulation |
Gets or sets a value indicating whether Threat Emulation blade is enabled.
| |
Type |
Type of the object.
(Overrides ObjectSummaryTType.) | |
UID |
Object unique identifier.
(Inherited from ObjectSummaryT.) | |
URLFiltering |
Gets or sets a value indicating whether URL Filtering blade is enabled.
| |
Version |
Gets or sets the gateway platform version.
| |
VPN |
Gets or sets a value indicating whether VPN blade is enabled.
| |
VPNSettings |
Gets or sets the VPN settings.
|
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.) |