Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
This resource allows you to execute Check Point Checkpoint Host.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const checkpointHost = new checkpoint.ManagementCheckpointHost("checkpoint_host", {
name: "checkpoint host",
ipv4Address: "1.2.3.4",
});
const dataCheckpointHost = checkpoint.getManagementCheckpointHostOutput({
name: checkpointHost.name,
});
import pulumi
import pulumi_checkpoint as checkpoint
checkpoint_host = checkpoint.ManagementCheckpointHost("checkpoint_host",
name="checkpoint host",
ipv4_address="1.2.3.4")
data_checkpoint_host = checkpoint.get_management_checkpoint_host_output(name=checkpoint_host.name)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v3/checkpoint"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
checkpointHost, err := checkpoint.NewManagementCheckpointHost(ctx, "checkpoint_host", &checkpoint.ManagementCheckpointHostArgs{
Name: pulumi.String("checkpoint host"),
Ipv4Address: pulumi.String("1.2.3.4"),
})
if err != nil {
return err
}
_ = checkpoint.LookupManagementCheckpointHostOutput(ctx, checkpoint.GetManagementCheckpointHostOutputArgs{
Name: checkpointHost.Name,
}, nil)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Checkpoint = Pulumi.Checkpoint;
return await Deployment.RunAsync(() =>
{
var checkpointHost = new Checkpoint.ManagementCheckpointHost("checkpoint_host", new()
{
Name = "checkpoint host",
Ipv4Address = "1.2.3.4",
});
var dataCheckpointHost = Checkpoint.GetManagementCheckpointHost.Invoke(new()
{
Name = checkpointHost.Name,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.ManagementCheckpointHost;
import com.pulumi.checkpoint.ManagementCheckpointHostArgs;
import com.pulumi.checkpoint.CheckpointFunctions;
import com.pulumi.checkpoint.inputs.GetManagementCheckpointHostArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var checkpointHost = new ManagementCheckpointHost("checkpointHost", ManagementCheckpointHostArgs.builder()
.name("checkpoint host")
.ipv4Address("1.2.3.4")
.build());
final var dataCheckpointHost = CheckpointFunctions.getManagementCheckpointHost(GetManagementCheckpointHostArgs.builder()
.name(checkpointHost.name())
.build());
}
}
resources:
checkpointHost:
type: checkpoint:ManagementCheckpointHost
name: checkpoint_host
properties:
name: checkpoint host
ipv4Address: 1.2.3.4
variables:
dataCheckpointHost:
fn::invoke:
function: checkpoint:getManagementCheckpointHost
arguments:
name: ${checkpointHost.name}
Using getManagementCheckpointHost
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagementCheckpointHost(args: GetManagementCheckpointHostArgs, opts?: InvokeOptions): Promise<GetManagementCheckpointHostResult>
function getManagementCheckpointHostOutput(args: GetManagementCheckpointHostOutputArgs, opts?: InvokeOptions): Output<GetManagementCheckpointHostResult>def get_management_checkpoint_host(id: Optional[str] = None,
management_blades: Optional[Sequence[GetManagementCheckpointHostManagementBlade]] = None,
name: Optional[str] = None,
uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementCheckpointHostResult
def get_management_checkpoint_host_output(id: pulumi.Input[Optional[str]] = None,
management_blades: pulumi.Input[Optional[Sequence[pulumi.Input[GetManagementCheckpointHostManagementBladeArgs]]]] = None,
name: pulumi.Input[Optional[str]] = None,
uid: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementCheckpointHostResult]func LookupManagementCheckpointHost(ctx *Context, args *LookupManagementCheckpointHostArgs, opts ...InvokeOption) (*LookupManagementCheckpointHostResult, error)
func LookupManagementCheckpointHostOutput(ctx *Context, args *LookupManagementCheckpointHostOutputArgs, opts ...InvokeOption) LookupManagementCheckpointHostResultOutput> Note: This function is named LookupManagementCheckpointHost in the Go SDK.
public static class GetManagementCheckpointHost
{
public static Task<GetManagementCheckpointHostResult> InvokeAsync(GetManagementCheckpointHostArgs args, InvokeOptions? opts = null)
public static Output<GetManagementCheckpointHostResult> Invoke(GetManagementCheckpointHostInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementCheckpointHostResult> getManagementCheckpointHost(GetManagementCheckpointHostArgs args, InvokeOptions options)
public static Output<GetManagementCheckpointHostResult> getManagementCheckpointHost(GetManagementCheckpointHostArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementCheckpointHost:getManagementCheckpointHost
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Management
Blades List<GetManagement Checkpoint Host Management Blade> - Management blades. management_blades blocks are documented below.
- Name string
- Object name.
- Uid string
- Object unique identifier.
- Id string
- Management
Blades []GetManagement Checkpoint Host Management Blade - Management blades. management_blades blocks are documented below.
- Name string
- Object name.
- Uid string
- Object unique identifier.
- id String
- management
Blades List<GetManagement Checkpoint Host Management Blade> - Management blades. management_blades blocks are documented below.
- name String
- Object name.
- uid String
- Object unique identifier.
- id string
- management
Blades GetManagement Checkpoint Host Management Blade[] - Management blades. management_blades blocks are documented below.
- name string
- Object name.
- uid string
- Object unique identifier.
- id str
- management_
blades Sequence[GetManagement Checkpoint Host Management Blade] - Management blades. management_blades blocks are documented below.
- name str
- Object name.
- uid str
- Object unique identifier.
- id String
- management
Blades List<Property Map> - Management blades. management_blades blocks are documented below.
- name String
- Object name.
- uid String
- Object unique identifier.
getManagementCheckpointHost Result
The following output properties are available:
- Color string
- Comments string
- Hardware string
- Id string
- Interfaces
List<Get
Management Checkpoint Host Interface> - Ipv4Address string
- Ipv6Address string
- Logs
Settings List<GetManagement Checkpoint Host Logs Setting> - Nat
Settings List<GetManagement Checkpoint Host Nat Setting> - Os string
- Save
Logs boolLocally - Send
Alerts List<string>To Servers - Send
Logs List<string>To Backup Servers - Send
Logs List<string>To Servers - Sic
Name string - Sic
State string - List<string>
- Version string
- Management
Blades List<GetManagement Checkpoint Host Management Blade> - Name string
- Uid string
- Color string
- Comments string
- Hardware string
- Id string
- Interfaces
[]Get
Management Checkpoint Host Interface - Ipv4Address string
- Ipv6Address string
- Logs
Settings []GetManagement Checkpoint Host Logs Setting - Nat
Settings []GetManagement Checkpoint Host Nat Setting - Os string
- Save
Logs boolLocally - Send
Alerts []stringTo Servers - Send
Logs []stringTo Backup Servers - Send
Logs []stringTo Servers - Sic
Name string - Sic
State string - []string
- Version string
- Management
Blades []GetManagement Checkpoint Host Management Blade - Name string
- Uid string
- color String
- comments String
- hardware String
- id String
- interfaces
List<Get
Management Checkpoint Host Interface> - ipv4Address String
- ipv6Address String
- logs
Settings List<GetManagement Checkpoint Host Logs Setting> - nat
Settings List<GetManagement Checkpoint Host Nat Setting> - os String
- save
Logs BooleanLocally - send
Alerts List<String>To Servers - send
Logs List<String>To Backup Servers - send
Logs List<String>To Servers - sic
Name String - sic
State String - List<String>
- version String
- management
Blades List<GetManagement Checkpoint Host Management Blade> - name String
- uid String
- color string
- comments string
- hardware string
- id string
- interfaces
Get
Management Checkpoint Host Interface[] - ipv4Address string
- ipv6Address string
- logs
Settings GetManagement Checkpoint Host Logs Setting[] - nat
Settings GetManagement Checkpoint Host Nat Setting[] - os string
- save
Logs booleanLocally - send
Alerts string[]To Servers - send
Logs string[]To Backup Servers - send
Logs string[]To Servers - sic
Name string - sic
State string - string[]
- version string
- management
Blades GetManagement Checkpoint Host Management Blade[] - name string
- uid string
- color str
- comments str
- hardware str
- id str
- interfaces
Sequence[Get
Management Checkpoint Host Interface] - ipv4_
address str - ipv6_
address str - logs_
settings Sequence[GetManagement Checkpoint Host Logs Setting] - nat_
settings Sequence[GetManagement Checkpoint Host Nat Setting] - os str
- save_
logs_ boollocally - send_
alerts_ Sequence[str]to_ servers - send_
logs_ Sequence[str]to_ backup_ servers - send_
logs_ Sequence[str]to_ servers - sic_
name str - sic_
state str - Sequence[str]
- version str
- management_
blades Sequence[GetManagement Checkpoint Host Management Blade] - name str
- uid str
- color String
- comments String
- hardware String
- id String
- interfaces List<Property Map>
- ipv4Address String
- ipv6Address String
- logs
Settings List<Property Map> - nat
Settings List<Property Map> - os String
- save
Logs BooleanLocally - send
Alerts List<String>To Servers - send
Logs List<String>To Backup Servers - send
Logs List<String>To Servers - sic
Name String - sic
State String - List<String>
- version String
- management
Blades List<Property Map> - name String
- uid String
Supporting Types
GetManagementCheckpointHostInterface
- Color string
- Color of the object. Should be one of existing colors.
- Comments string
- Comments string.
- Mask
Length4 double - IPv4 network mask length.
- Mask
Length6 double - IPv6 network mask length.
- Name string
- Interface name.
- Subnet4 string
- IPv4 network address.
- Subnet6 string
- IPv6 network address.
- Subnet
Mask string - IPv4 network mask.
- Color string
- Color of the object. Should be one of existing colors.
- Comments string
- Comments string.
- Mask
Length4 float64 - IPv4 network mask length.
- Mask
Length6 float64 - IPv6 network mask length.
- Name string
- Interface name.
- Subnet4 string
- IPv4 network address.
- Subnet6 string
- IPv6 network address.
- Subnet
Mask string - IPv4 network mask.
- color String
- Color of the object. Should be one of existing colors.
- comments String
- Comments string.
- mask
Length4 Double - IPv4 network mask length.
- mask
Length6 Double - IPv6 network mask length.
- name String
- Interface name.
- subnet4 String
- IPv4 network address.
- subnet6 String
- IPv6 network address.
- subnet
Mask String - IPv4 network mask.
- color string
- Color of the object. Should be one of existing colors.
- comments string
- Comments string.
- mask
Length4 number - IPv4 network mask length.
- mask
Length6 number - IPv6 network mask length.
- name string
- Interface name.
- subnet4 string
- IPv4 network address.
- subnet6 string
- IPv6 network address.
- subnet
Mask string - IPv4 network mask.
- color str
- Color of the object. Should be one of existing colors.
- comments str
- Comments string.
- mask_
length4 float - IPv4 network mask length.
- mask_
length6 float - IPv6 network mask length.
- name str
- Interface name.
- subnet4 str
- IPv4 network address.
- subnet6 str
- IPv6 network address.
- subnet_
mask str - IPv4 network mask.
- color String
- Color of the object. Should be one of existing colors.
- comments String
- Comments string.
- mask
Length4 Number - IPv4 network mask length.
- mask
Length6 Number - IPv6 network mask length.
- name String
- Interface name.
- subnet4 String
- IPv4 network address.
- subnet6 String
- IPv6 network address.
- subnet
Mask String - IPv4 network mask.
GetManagementCheckpointHostLogsSetting
- Accept
Syslog boolMessages - Enable accept syslog messages.
- Alert
When boolFree Disk Space Below - Enable alert when free disk space is below threshold.
- Alert
When doubleFree Disk Space Below Threshold - Alert when free disk space below threshold.
- Alert
When stringFree Disk Space Below Type - Alert when free disk space below type.
- Before
Delete boolKeep Logs From The Last Days - Enable before delete keep logs from the last days.
- Before
Delete doubleKeep Logs From The Last Days Threshold - Before delete keep logs from the last days threshold.
- Before
Delete boolRun Script - Enable Before delete run script.
- Before
Delete stringRun Script Command - Before delete run script command.
- Delete
Index boolFiles Older Than Days - Enable delete index files older than days.
- Delete
Index doubleFiles Older Than Days Threshold - Delete index files older than days threshold.
- Delete
When boolFree Disk Space Below - Enable delete when free disk space below.
- Delete
When doubleFree Disk Space Below Threshold - Delete when free disk space below threshold.
- Detect
New boolCitrix Ica Application Names - Enable detect new citrix ica application names.
- Enable
Log boolIndexing - Enable log indexing.
- Forward
Logs boolTo Log Server - Enable forward logs to log server.
- Forward
Logs stringTo Log Server Name - Forward logs to log server name.
- Forward
Logs stringTo Log Server Schedule Name - Forward logs to log server schedule name.
- Free
Disk stringSpace Metrics - Free disk space metrics.
- Rotate
Log boolBy File Size - Enable rotate log by file size.
- Rotate
Log doubleFile Size Threshold - Log file size threshold.
- Rotate
Log boolOn Schedule - Enable rotate log on schedule.
- Rotate
Log stringSchedule Name - Rotate log schedule name.
- Smart
Event boolIntro Correletion Unit - Enable SmartEvent intro correletion unit.
- Stop
Logging boolWhen Free Disk Space Below - Enable stop logging when free disk space below.
- Stop
Logging doubleWhen Free Disk Space Below Threshold - Stop logging when free disk space below threshold.
- Turn
On boolQos Logging - Enable turn on qos logging.
- Update
Account doubleLog Every - Update account log in every amount of seconds.
- Accept
Syslog boolMessages - Enable accept syslog messages.
- Alert
When boolFree Disk Space Below - Enable alert when free disk space is below threshold.
- Alert
When float64Free Disk Space Below Threshold - Alert when free disk space below threshold.
- Alert
When stringFree Disk Space Below Type - Alert when free disk space below type.
- Before
Delete boolKeep Logs From The Last Days - Enable before delete keep logs from the last days.
- Before
Delete float64Keep Logs From The Last Days Threshold - Before delete keep logs from the last days threshold.
- Before
Delete boolRun Script - Enable Before delete run script.
- Before
Delete stringRun Script Command - Before delete run script command.
- Delete
Index boolFiles Older Than Days - Enable delete index files older than days.
- Delete
Index float64Files Older Than Days Threshold - Delete index files older than days threshold.
- Delete
When boolFree Disk Space Below - Enable delete when free disk space below.
- Delete
When float64Free Disk Space Below Threshold - Delete when free disk space below threshold.
- Detect
New boolCitrix Ica Application Names - Enable detect new citrix ica application names.
- Enable
Log boolIndexing - Enable log indexing.
- Forward
Logs boolTo Log Server - Enable forward logs to log server.
- Forward
Logs stringTo Log Server Name - Forward logs to log server name.
- Forward
Logs stringTo Log Server Schedule Name - Forward logs to log server schedule name.
- Free
Disk stringSpace Metrics - Free disk space metrics.
- Rotate
Log boolBy File Size - Enable rotate log by file size.
- Rotate
Log float64File Size Threshold - Log file size threshold.
- Rotate
Log boolOn Schedule - Enable rotate log on schedule.
- Rotate
Log stringSchedule Name - Rotate log schedule name.
- Smart
Event boolIntro Correletion Unit - Enable SmartEvent intro correletion unit.
- Stop
Logging boolWhen Free Disk Space Below - Enable stop logging when free disk space below.
- Stop
Logging float64When Free Disk Space Below Threshold - Stop logging when free disk space below threshold.
- Turn
On boolQos Logging - Enable turn on qos logging.
- Update
Account float64Log Every - Update account log in every amount of seconds.
- accept
Syslog BooleanMessages - Enable accept syslog messages.
- alert
When BooleanFree Disk Space Below - Enable alert when free disk space is below threshold.
- alert
When DoubleFree Disk Space Below Threshold - Alert when free disk space below threshold.
- alert
When StringFree Disk Space Below Type - Alert when free disk space below type.
- before
Delete BooleanKeep Logs From The Last Days - Enable before delete keep logs from the last days.
- before
Delete DoubleKeep Logs From The Last Days Threshold - Before delete keep logs from the last days threshold.
- before
Delete BooleanRun Script - Enable Before delete run script.
- before
Delete StringRun Script Command - Before delete run script command.
- delete
Index BooleanFiles Older Than Days - Enable delete index files older than days.
- delete
Index DoubleFiles Older Than Days Threshold - Delete index files older than days threshold.
- delete
When BooleanFree Disk Space Below - Enable delete when free disk space below.
- delete
When DoubleFree Disk Space Below Threshold - Delete when free disk space below threshold.
- detect
New BooleanCitrix Ica Application Names - Enable detect new citrix ica application names.
- enable
Log BooleanIndexing - Enable log indexing.
- forward
Logs BooleanTo Log Server - Enable forward logs to log server.
- forward
Logs StringTo Log Server Name - Forward logs to log server name.
- forward
Logs StringTo Log Server Schedule Name - Forward logs to log server schedule name.
- free
Disk StringSpace Metrics - Free disk space metrics.
- rotate
Log BooleanBy File Size - Enable rotate log by file size.
- rotate
Log DoubleFile Size Threshold - Log file size threshold.
- rotate
Log BooleanOn Schedule - Enable rotate log on schedule.
- rotate
Log StringSchedule Name - Rotate log schedule name.
- smart
Event BooleanIntro Correletion Unit - Enable SmartEvent intro correletion unit.
- stop
Logging BooleanWhen Free Disk Space Below - Enable stop logging when free disk space below.
- stop
Logging DoubleWhen Free Disk Space Below Threshold - Stop logging when free disk space below threshold.
- turn
On BooleanQos Logging - Enable turn on qos logging.
- update
Account DoubleLog Every - Update account log in every amount of seconds.
- accept
Syslog booleanMessages - Enable accept syslog messages.
- alert
When booleanFree Disk Space Below - Enable alert when free disk space is below threshold.
- alert
When numberFree Disk Space Below Threshold - Alert when free disk space below threshold.
- alert
When stringFree Disk Space Below Type - Alert when free disk space below type.
- before
Delete booleanKeep Logs From The Last Days - Enable before delete keep logs from the last days.
- before
Delete numberKeep Logs From The Last Days Threshold - Before delete keep logs from the last days threshold.
- before
Delete booleanRun Script - Enable Before delete run script.
- before
Delete stringRun Script Command - Before delete run script command.
- delete
Index booleanFiles Older Than Days - Enable delete index files older than days.
- delete
Index numberFiles Older Than Days Threshold - Delete index files older than days threshold.
- delete
When booleanFree Disk Space Below - Enable delete when free disk space below.
- delete
When numberFree Disk Space Below Threshold - Delete when free disk space below threshold.
- detect
New booleanCitrix Ica Application Names - Enable detect new citrix ica application names.
- enable
Log booleanIndexing - Enable log indexing.
- forward
Logs booleanTo Log Server - Enable forward logs to log server.
- forward
Logs stringTo Log Server Name - Forward logs to log server name.
- forward
Logs stringTo Log Server Schedule Name - Forward logs to log server schedule name.
- free
Disk stringSpace Metrics - Free disk space metrics.
- rotate
Log booleanBy File Size - Enable rotate log by file size.
- rotate
Log numberFile Size Threshold - Log file size threshold.
- rotate
Log booleanOn Schedule - Enable rotate log on schedule.
- rotate
Log stringSchedule Name - Rotate log schedule name.
- smart
Event booleanIntro Correletion Unit - Enable SmartEvent intro correletion unit.
- stop
Logging booleanWhen Free Disk Space Below - Enable stop logging when free disk space below.
- stop
Logging numberWhen Free Disk Space Below Threshold - Stop logging when free disk space below threshold.
- turn
On booleanQos Logging - Enable turn on qos logging.
- update
Account numberLog Every - Update account log in every amount of seconds.
- accept_
syslog_ boolmessages - Enable accept syslog messages.
- alert_
when_ boolfree_ disk_ space_ below - Enable alert when free disk space is below threshold.
- alert_
when_ floatfree_ disk_ space_ below_ threshold - Alert when free disk space below threshold.
- alert_
when_ strfree_ disk_ space_ below_ type - Alert when free disk space below type.
- before_
delete_ boolkeep_ logs_ from_ the_ last_ days - Enable before delete keep logs from the last days.
- before_
delete_ floatkeep_ logs_ from_ the_ last_ days_ threshold - Before delete keep logs from the last days threshold.
- before_
delete_ boolrun_ script - Enable Before delete run script.
- before_
delete_ strrun_ script_ command - Before delete run script command.
- delete_
index_ boolfiles_ older_ than_ days - Enable delete index files older than days.
- delete_
index_ floatfiles_ older_ than_ days_ threshold - Delete index files older than days threshold.
- delete_
when_ boolfree_ disk_ space_ below - Enable delete when free disk space below.
- delete_
when_ floatfree_ disk_ space_ below_ threshold - Delete when free disk space below threshold.
- detect_
new_ boolcitrix_ ica_ application_ names - Enable detect new citrix ica application names.
- enable_
log_ boolindexing - Enable log indexing.
- forward_
logs_ boolto_ log_ server - Enable forward logs to log server.
- forward_
logs_ strto_ log_ server_ name - Forward logs to log server name.
- forward_
logs_ strto_ log_ server_ schedule_ name - Forward logs to log server schedule name.
- free_
disk_ strspace_ metrics - Free disk space metrics.
- rotate_
log_ boolby_ file_ size - Enable rotate log by file size.
- rotate_
log_ floatfile_ size_ threshold - Log file size threshold.
- rotate_
log_ boolon_ schedule - Enable rotate log on schedule.
- rotate_
log_ strschedule_ name - Rotate log schedule name.
- smart_
event_ boolintro_ correletion_ unit - Enable SmartEvent intro correletion unit.
- stop_
logging_ boolwhen_ free_ disk_ space_ below - Enable stop logging when free disk space below.
- stop_
logging_ floatwhen_ free_ disk_ space_ below_ threshold - Stop logging when free disk space below threshold.
- turn_
on_ boolqos_ logging - Enable turn on qos logging.
- update_
account_ floatlog_ every - Update account log in every amount of seconds.
- accept
Syslog BooleanMessages - Enable accept syslog messages.
- alert
When BooleanFree Disk Space Below - Enable alert when free disk space is below threshold.
- alert
When NumberFree Disk Space Below Threshold - Alert when free disk space below threshold.
- alert
When StringFree Disk Space Below Type - Alert when free disk space below type.
- before
Delete BooleanKeep Logs From The Last Days - Enable before delete keep logs from the last days.
- before
Delete NumberKeep Logs From The Last Days Threshold - Before delete keep logs from the last days threshold.
- before
Delete BooleanRun Script - Enable Before delete run script.
- before
Delete StringRun Script Command - Before delete run script command.
- delete
Index BooleanFiles Older Than Days - Enable delete index files older than days.
- delete
Index NumberFiles Older Than Days Threshold - Delete index files older than days threshold.
- delete
When BooleanFree Disk Space Below - Enable delete when free disk space below.
- delete
When NumberFree Disk Space Below Threshold - Delete when free disk space below threshold.
- detect
New BooleanCitrix Ica Application Names - Enable detect new citrix ica application names.
- enable
Log BooleanIndexing - Enable log indexing.
- forward
Logs BooleanTo Log Server - Enable forward logs to log server.
- forward
Logs StringTo Log Server Name - Forward logs to log server name.
- forward
Logs StringTo Log Server Schedule Name - Forward logs to log server schedule name.
- free
Disk StringSpace Metrics - Free disk space metrics.
- rotate
Log BooleanBy File Size - Enable rotate log by file size.
- rotate
Log NumberFile Size Threshold - Log file size threshold.
- rotate
Log BooleanOn Schedule - Enable rotate log on schedule.
- rotate
Log StringSchedule Name - Rotate log schedule name.
- smart
Event BooleanIntro Correletion Unit - Enable SmartEvent intro correletion unit.
- stop
Logging BooleanWhen Free Disk Space Below - Enable stop logging when free disk space below.
- stop
Logging NumberWhen Free Disk Space Below Threshold - Stop logging when free disk space below threshold.
- turn
On BooleanQos Logging - Enable turn on qos logging.
- update
Account NumberLog Every - Update account log in every amount of seconds.
GetManagementCheckpointHostManagementBlade
- Compliance bool
- Compliance blade. Can be set when 'network-policy-management' was selected to be True.
- Endpoint
Policy bool - Enable Endpoint Policy. To complete Endpoint Security Management configuration, perform Install Database on your Endpoint Management Server. Field is not supported on Multi Domain Server environment.
- Identity
Logging bool - Identity Logging enabled.
- Logging
And boolStatus - Enable Logging & Status.
- Network
Policy boolManagement - Enable Network Policy Management.
- Secondary bool
- Secondary Management enabled.
- Smart
Event boolCorrelation - Enable SmartEvent Correlation Unit.
- Smart
Event boolServer - Enable SmartEvent server. When activating SmartEvent server, blades 'logging-and-status' and 'smart-event-correlation' should be set to True. To complete SmartEvent configuration, perform Install Database or Install Policy on your Security Management servers and Log servers. Activating SmartEvent Server is not recommended in Management High Availability environment. For more information refer to sk25164.
- User
Directory bool - Enable User Directory. Can be set when 'network-policy-management' was selected to be True.
- Compliance bool
- Compliance blade. Can be set when 'network-policy-management' was selected to be True.
- Endpoint
Policy bool - Enable Endpoint Policy. To complete Endpoint Security Management configuration, perform Install Database on your Endpoint Management Server. Field is not supported on Multi Domain Server environment.
- Identity
Logging bool - Identity Logging enabled.
- Logging
And boolStatus - Enable Logging & Status.
- Network
Policy boolManagement - Enable Network Policy Management.
- Secondary bool
- Secondary Management enabled.
- Smart
Event boolCorrelation - Enable SmartEvent Correlation Unit.
- Smart
Event boolServer - Enable SmartEvent server. When activating SmartEvent server, blades 'logging-and-status' and 'smart-event-correlation' should be set to True. To complete SmartEvent configuration, perform Install Database or Install Policy on your Security Management servers and Log servers. Activating SmartEvent Server is not recommended in Management High Availability environment. For more information refer to sk25164.
- User
Directory bool - Enable User Directory. Can be set when 'network-policy-management' was selected to be True.
- compliance Boolean
- Compliance blade. Can be set when 'network-policy-management' was selected to be True.
- endpoint
Policy Boolean - Enable Endpoint Policy. To complete Endpoint Security Management configuration, perform Install Database on your Endpoint Management Server. Field is not supported on Multi Domain Server environment.
- identity
Logging Boolean - Identity Logging enabled.
- logging
And BooleanStatus - Enable Logging & Status.
- network
Policy BooleanManagement - Enable Network Policy Management.
- secondary Boolean
- Secondary Management enabled.
- smart
Event BooleanCorrelation - Enable SmartEvent Correlation Unit.
- smart
Event BooleanServer - Enable SmartEvent server. When activating SmartEvent server, blades 'logging-and-status' and 'smart-event-correlation' should be set to True. To complete SmartEvent configuration, perform Install Database or Install Policy on your Security Management servers and Log servers. Activating SmartEvent Server is not recommended in Management High Availability environment. For more information refer to sk25164.
- user
Directory Boolean - Enable User Directory. Can be set when 'network-policy-management' was selected to be True.
- compliance boolean
- Compliance blade. Can be set when 'network-policy-management' was selected to be True.
- endpoint
Policy boolean - Enable Endpoint Policy. To complete Endpoint Security Management configuration, perform Install Database on your Endpoint Management Server. Field is not supported on Multi Domain Server environment.
- identity
Logging boolean - Identity Logging enabled.
- logging
And booleanStatus - Enable Logging & Status.
- network
Policy booleanManagement - Enable Network Policy Management.
- secondary boolean
- Secondary Management enabled.
- smart
Event booleanCorrelation - Enable SmartEvent Correlation Unit.
- smart
Event booleanServer - Enable SmartEvent server. When activating SmartEvent server, blades 'logging-and-status' and 'smart-event-correlation' should be set to True. To complete SmartEvent configuration, perform Install Database or Install Policy on your Security Management servers and Log servers. Activating SmartEvent Server is not recommended in Management High Availability environment. For more information refer to sk25164.
- user
Directory boolean - Enable User Directory. Can be set when 'network-policy-management' was selected to be True.
- compliance bool
- Compliance blade. Can be set when 'network-policy-management' was selected to be True.
- endpoint_
policy bool - Enable Endpoint Policy. To complete Endpoint Security Management configuration, perform Install Database on your Endpoint Management Server. Field is not supported on Multi Domain Server environment.
- identity_
logging bool - Identity Logging enabled.
- logging_
and_ boolstatus - Enable Logging & Status.
- network_
policy_ boolmanagement - Enable Network Policy Management.
- secondary bool
- Secondary Management enabled.
- smart_
event_ boolcorrelation - Enable SmartEvent Correlation Unit.
- smart_
event_ boolserver - Enable SmartEvent server. When activating SmartEvent server, blades 'logging-and-status' and 'smart-event-correlation' should be set to True. To complete SmartEvent configuration, perform Install Database or Install Policy on your Security Management servers and Log servers. Activating SmartEvent Server is not recommended in Management High Availability environment. For more information refer to sk25164.
- user_
directory bool - Enable User Directory. Can be set when 'network-policy-management' was selected to be True.
- compliance Boolean
- Compliance blade. Can be set when 'network-policy-management' was selected to be True.
- endpoint
Policy Boolean - Enable Endpoint Policy. To complete Endpoint Security Management configuration, perform Install Database on your Endpoint Management Server. Field is not supported on Multi Domain Server environment.
- identity
Logging Boolean - Identity Logging enabled.
- logging
And BooleanStatus - Enable Logging & Status.
- network
Policy BooleanManagement - Enable Network Policy Management.
- secondary Boolean
- Secondary Management enabled.
- smart
Event BooleanCorrelation - Enable SmartEvent Correlation Unit.
- smart
Event BooleanServer - Enable SmartEvent server. When activating SmartEvent server, blades 'logging-and-status' and 'smart-event-correlation' should be set to True. To complete SmartEvent configuration, perform Install Database or Install Policy on your Security Management servers and Log servers. Activating SmartEvent Server is not recommended in Management High Availability environment. For more information refer to sk25164.
- user
Directory Boolean - Enable User Directory. Can be set when 'network-policy-management' was selected to be True.
GetManagementCheckpointHostNatSetting
- Auto
Rule bool - Whether to add automatic address translation rules.
- Hide
Behind string - Hide behind method. This parameter is not required in case "method" parameter is "static".
- Install
On string - Which gateway should apply the NAT translation.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Method string
- NAT translation method.
- Auto
Rule bool - Whether to add automatic address translation rules.
- Hide
Behind string - Hide behind method. This parameter is not required in case "method" parameter is "static".
- Install
On string - Which gateway should apply the NAT translation.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Method string
- NAT translation method.
- auto
Rule Boolean - Whether to add automatic address translation rules.
- hide
Behind String - Hide behind method. This parameter is not required in case "method" parameter is "static".
- install
On String - Which gateway should apply the NAT translation.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- method String
- NAT translation method.
- auto
Rule boolean - Whether to add automatic address translation rules.
- hide
Behind string - Hide behind method. This parameter is not required in case "method" parameter is "static".
- install
On string - Which gateway should apply the NAT translation.
- ipv4Address string
- IPv4 address.
- ipv6Address string
- IPv6 address.
- method string
- NAT translation method.
- auto_
rule bool - Whether to add automatic address translation rules.
- hide_
behind str - Hide behind method. This parameter is not required in case "method" parameter is "static".
- install_
on str - Which gateway should apply the NAT translation.
- ipv4_
address str - IPv4 address.
- ipv6_
address str - IPv6 address.
- method str
- NAT translation method.
- auto
Rule Boolean - Whether to add automatic address translation rules.
- hide
Behind String - Hide behind method. This parameter is not required in case "method" parameter is "static".
- install
On String - Which gateway should apply the NAT translation.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- method String
- NAT translation method.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
