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 example = new checkpoint.ManagementCheckpointHost("example", {
name: "checkpoint host",
ipv4Address: "5.5.5.5",
});
import pulumi
import pulumi_checkpoint as checkpoint
example = checkpoint.ManagementCheckpointHost("example",
name="checkpoint host",
ipv4_address="5.5.5.5")
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 {
_, err := checkpoint.NewManagementCheckpointHost(ctx, "example", &checkpoint.ManagementCheckpointHostArgs{
Name: pulumi.String("checkpoint host"),
Ipv4Address: pulumi.String("5.5.5.5"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Checkpoint = Pulumi.Checkpoint;
return await Deployment.RunAsync(() =>
{
var example = new Checkpoint.ManagementCheckpointHost("example", new()
{
Name = "checkpoint host",
Ipv4Address = "5.5.5.5",
});
});
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 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 example = new ManagementCheckpointHost("example", ManagementCheckpointHostArgs.builder()
.name("checkpoint host")
.ipv4Address("5.5.5.5")
.build());
}
}
resources:
example:
type: checkpoint:ManagementCheckpointHost
properties:
name: checkpoint host
ipv4Address: 5.5.5.5
Create ManagementCheckpointHost Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCheckpointHost(name: string, args?: ManagementCheckpointHostArgs, opts?: CustomResourceOptions);@overload
def ManagementCheckpointHost(resource_name: str,
args: Optional[ManagementCheckpointHostArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCheckpointHost(resource_name: str,
opts: Optional[ResourceOptions] = None,
color: Optional[str] = None,
comments: Optional[str] = None,
hardware: Optional[str] = None,
ignore_errors: Optional[bool] = None,
ignore_warnings: Optional[bool] = None,
interfaces: Optional[Sequence[ManagementCheckpointHostInterfaceArgs]] = None,
ipv4_address: Optional[str] = None,
ipv6_address: Optional[str] = None,
logs_settings: Optional[ManagementCheckpointHostLogsSettingsArgs] = None,
management_blades: Optional[ManagementCheckpointHostManagementBladesArgs] = None,
management_checkpoint_host_id: Optional[str] = None,
name: Optional[str] = None,
nat_settings: Optional[ManagementCheckpointHostNatSettingsArgs] = None,
one_time_password: Optional[str] = None,
os: Optional[str] = None,
save_logs_locally: Optional[bool] = None,
send_alerts_to_servers: Optional[Sequence[str]] = None,
send_logs_to_backup_servers: Optional[Sequence[str]] = None,
send_logs_to_servers: Optional[Sequence[str]] = None,
tags: Optional[Sequence[str]] = None,
version: Optional[str] = None)func NewManagementCheckpointHost(ctx *Context, name string, args *ManagementCheckpointHostArgs, opts ...ResourceOption) (*ManagementCheckpointHost, error)public ManagementCheckpointHost(string name, ManagementCheckpointHostArgs? args = null, CustomResourceOptions? opts = null)
public ManagementCheckpointHost(String name, ManagementCheckpointHostArgs args)
public ManagementCheckpointHost(String name, ManagementCheckpointHostArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCheckpointHost
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ManagementCheckpointHostArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ManagementCheckpointHostArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ManagementCheckpointHostArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCheckpointHostArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCheckpointHostArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var managementCheckpointHostResource = new Checkpoint.ManagementCheckpointHost("managementCheckpointHostResource", new()
{
Color = "string",
Comments = "string",
Hardware = "string",
IgnoreErrors = false,
IgnoreWarnings = false,
Interfaces = new[]
{
new Checkpoint.Inputs.ManagementCheckpointHostInterfaceArgs
{
Color = "string",
Comments = "string",
IgnoreErrors = false,
IgnoreWarnings = false,
MaskLength4 = 0,
MaskLength6 = 0,
Name = "string",
Subnet4 = "string",
Subnet6 = "string",
SubnetMask = "string",
},
},
Ipv4Address = "string",
Ipv6Address = "string",
LogsSettings = new Checkpoint.Inputs.ManagementCheckpointHostLogsSettingsArgs
{
AcceptSyslogMessages = false,
AlertWhenFreeDiskSpaceBelow = false,
AlertWhenFreeDiskSpaceBelowThreshold = 0,
AlertWhenFreeDiskSpaceBelowType = "string",
BeforeDeleteKeepLogsFromTheLastDays = false,
BeforeDeleteKeepLogsFromTheLastDaysThreshold = 0,
BeforeDeleteRunScript = false,
BeforeDeleteRunScriptCommand = "string",
DeleteIndexFilesOlderThanDays = false,
DeleteIndexFilesOlderThanDaysThreshold = 0,
DeleteWhenFreeDiskSpaceBelow = false,
DeleteWhenFreeDiskSpaceBelowThreshold = 0,
DetectNewCitrixIcaApplicationNames = false,
EnableLogIndexing = false,
ForwardLogsToLogServer = false,
ForwardLogsToLogServerName = "string",
ForwardLogsToLogServerScheduleName = "string",
FreeDiskSpaceMetrics = "string",
RotateLogByFileSize = false,
RotateLogFileSizeThreshold = 0,
RotateLogOnSchedule = false,
RotateLogScheduleName = "string",
SmartEventIntroCorreletionUnit = false,
StopLoggingWhenFreeDiskSpaceBelow = false,
StopLoggingWhenFreeDiskSpaceBelowThreshold = 0,
TurnOnQosLogging = false,
UpdateAccountLogEvery = 0,
},
ManagementBlades = new Checkpoint.Inputs.ManagementCheckpointHostManagementBladesArgs
{
Compliance = false,
EndpointPolicy = false,
IdentityLogging = false,
LoggingAndStatus = false,
NetworkPolicyManagement = false,
Secondary = false,
SmartEventCorrelation = false,
SmartEventServer = false,
UserDirectory = false,
},
ManagementCheckpointHostId = "string",
Name = "string",
NatSettings = new Checkpoint.Inputs.ManagementCheckpointHostNatSettingsArgs
{
AutoRule = false,
HideBehind = "string",
InstallOn = "string",
Ipv4Address = "string",
Ipv6Address = "string",
Method = "string",
},
OneTimePassword = "string",
Os = "string",
SaveLogsLocally = false,
SendAlertsToServers = new[]
{
"string",
},
SendLogsToBackupServers = new[]
{
"string",
},
SendLogsToServers = new[]
{
"string",
},
Tags = new[]
{
"string",
},
Version = "string",
});
example, err := checkpoint.NewManagementCheckpointHost(ctx, "managementCheckpointHostResource", &checkpoint.ManagementCheckpointHostArgs{
Color: pulumi.String("string"),
Comments: pulumi.String("string"),
Hardware: pulumi.String("string"),
IgnoreErrors: pulumi.Bool(false),
IgnoreWarnings: pulumi.Bool(false),
Interfaces: checkpoint.ManagementCheckpointHostInterfaceArray{
&checkpoint.ManagementCheckpointHostInterfaceArgs{
Color: pulumi.String("string"),
Comments: pulumi.String("string"),
IgnoreErrors: pulumi.Bool(false),
IgnoreWarnings: pulumi.Bool(false),
MaskLength4: pulumi.Float64(0),
MaskLength6: pulumi.Float64(0),
Name: pulumi.String("string"),
Subnet4: pulumi.String("string"),
Subnet6: pulumi.String("string"),
SubnetMask: pulumi.String("string"),
},
},
Ipv4Address: pulumi.String("string"),
Ipv6Address: pulumi.String("string"),
LogsSettings: &checkpoint.ManagementCheckpointHostLogsSettingsArgs{
AcceptSyslogMessages: pulumi.Bool(false),
AlertWhenFreeDiskSpaceBelow: pulumi.Bool(false),
AlertWhenFreeDiskSpaceBelowThreshold: pulumi.Float64(0),
AlertWhenFreeDiskSpaceBelowType: pulumi.String("string"),
BeforeDeleteKeepLogsFromTheLastDays: pulumi.Bool(false),
BeforeDeleteKeepLogsFromTheLastDaysThreshold: pulumi.Float64(0),
BeforeDeleteRunScript: pulumi.Bool(false),
BeforeDeleteRunScriptCommand: pulumi.String("string"),
DeleteIndexFilesOlderThanDays: pulumi.Bool(false),
DeleteIndexFilesOlderThanDaysThreshold: pulumi.Float64(0),
DeleteWhenFreeDiskSpaceBelow: pulumi.Bool(false),
DeleteWhenFreeDiskSpaceBelowThreshold: pulumi.Float64(0),
DetectNewCitrixIcaApplicationNames: pulumi.Bool(false),
EnableLogIndexing: pulumi.Bool(false),
ForwardLogsToLogServer: pulumi.Bool(false),
ForwardLogsToLogServerName: pulumi.String("string"),
ForwardLogsToLogServerScheduleName: pulumi.String("string"),
FreeDiskSpaceMetrics: pulumi.String("string"),
RotateLogByFileSize: pulumi.Bool(false),
RotateLogFileSizeThreshold: pulumi.Float64(0),
RotateLogOnSchedule: pulumi.Bool(false),
RotateLogScheduleName: pulumi.String("string"),
SmartEventIntroCorreletionUnit: pulumi.Bool(false),
StopLoggingWhenFreeDiskSpaceBelow: pulumi.Bool(false),
StopLoggingWhenFreeDiskSpaceBelowThreshold: pulumi.Float64(0),
TurnOnQosLogging: pulumi.Bool(false),
UpdateAccountLogEvery: pulumi.Float64(0),
},
ManagementBlades: &checkpoint.ManagementCheckpointHostManagementBladesArgs{
Compliance: pulumi.Bool(false),
EndpointPolicy: pulumi.Bool(false),
IdentityLogging: pulumi.Bool(false),
LoggingAndStatus: pulumi.Bool(false),
NetworkPolicyManagement: pulumi.Bool(false),
Secondary: pulumi.Bool(false),
SmartEventCorrelation: pulumi.Bool(false),
SmartEventServer: pulumi.Bool(false),
UserDirectory: pulumi.Bool(false),
},
ManagementCheckpointHostId: pulumi.String("string"),
Name: pulumi.String("string"),
NatSettings: &checkpoint.ManagementCheckpointHostNatSettingsArgs{
AutoRule: pulumi.Bool(false),
HideBehind: pulumi.String("string"),
InstallOn: pulumi.String("string"),
Ipv4Address: pulumi.String("string"),
Ipv6Address: pulumi.String("string"),
Method: pulumi.String("string"),
},
OneTimePassword: pulumi.String("string"),
Os: pulumi.String("string"),
SaveLogsLocally: pulumi.Bool(false),
SendAlertsToServers: pulumi.StringArray{
pulumi.String("string"),
},
SendLogsToBackupServers: pulumi.StringArray{
pulumi.String("string"),
},
SendLogsToServers: pulumi.StringArray{
pulumi.String("string"),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
Version: pulumi.String("string"),
})
var managementCheckpointHostResource = new ManagementCheckpointHost("managementCheckpointHostResource", ManagementCheckpointHostArgs.builder()
.color("string")
.comments("string")
.hardware("string")
.ignoreErrors(false)
.ignoreWarnings(false)
.interfaces(ManagementCheckpointHostInterfaceArgs.builder()
.color("string")
.comments("string")
.ignoreErrors(false)
.ignoreWarnings(false)
.maskLength4(0.0)
.maskLength6(0.0)
.name("string")
.subnet4("string")
.subnet6("string")
.subnetMask("string")
.build())
.ipv4Address("string")
.ipv6Address("string")
.logsSettings(ManagementCheckpointHostLogsSettingsArgs.builder()
.acceptSyslogMessages(false)
.alertWhenFreeDiskSpaceBelow(false)
.alertWhenFreeDiskSpaceBelowThreshold(0.0)
.alertWhenFreeDiskSpaceBelowType("string")
.beforeDeleteKeepLogsFromTheLastDays(false)
.beforeDeleteKeepLogsFromTheLastDaysThreshold(0.0)
.beforeDeleteRunScript(false)
.beforeDeleteRunScriptCommand("string")
.deleteIndexFilesOlderThanDays(false)
.deleteIndexFilesOlderThanDaysThreshold(0.0)
.deleteWhenFreeDiskSpaceBelow(false)
.deleteWhenFreeDiskSpaceBelowThreshold(0.0)
.detectNewCitrixIcaApplicationNames(false)
.enableLogIndexing(false)
.forwardLogsToLogServer(false)
.forwardLogsToLogServerName("string")
.forwardLogsToLogServerScheduleName("string")
.freeDiskSpaceMetrics("string")
.rotateLogByFileSize(false)
.rotateLogFileSizeThreshold(0.0)
.rotateLogOnSchedule(false)
.rotateLogScheduleName("string")
.smartEventIntroCorreletionUnit(false)
.stopLoggingWhenFreeDiskSpaceBelow(false)
.stopLoggingWhenFreeDiskSpaceBelowThreshold(0.0)
.turnOnQosLogging(false)
.updateAccountLogEvery(0.0)
.build())
.managementBlades(ManagementCheckpointHostManagementBladesArgs.builder()
.compliance(false)
.endpointPolicy(false)
.identityLogging(false)
.loggingAndStatus(false)
.networkPolicyManagement(false)
.secondary(false)
.smartEventCorrelation(false)
.smartEventServer(false)
.userDirectory(false)
.build())
.managementCheckpointHostId("string")
.name("string")
.natSettings(ManagementCheckpointHostNatSettingsArgs.builder()
.autoRule(false)
.hideBehind("string")
.installOn("string")
.ipv4Address("string")
.ipv6Address("string")
.method("string")
.build())
.oneTimePassword("string")
.os("string")
.saveLogsLocally(false)
.sendAlertsToServers("string")
.sendLogsToBackupServers("string")
.sendLogsToServers("string")
.tags("string")
.version("string")
.build());
management_checkpoint_host_resource = checkpoint.ManagementCheckpointHost("managementCheckpointHostResource",
color="string",
comments="string",
hardware="string",
ignore_errors=False,
ignore_warnings=False,
interfaces=[{
"color": "string",
"comments": "string",
"ignore_errors": False,
"ignore_warnings": False,
"mask_length4": float(0),
"mask_length6": float(0),
"name": "string",
"subnet4": "string",
"subnet6": "string",
"subnet_mask": "string",
}],
ipv4_address="string",
ipv6_address="string",
logs_settings={
"accept_syslog_messages": False,
"alert_when_free_disk_space_below": False,
"alert_when_free_disk_space_below_threshold": float(0),
"alert_when_free_disk_space_below_type": "string",
"before_delete_keep_logs_from_the_last_days": False,
"before_delete_keep_logs_from_the_last_days_threshold": float(0),
"before_delete_run_script": False,
"before_delete_run_script_command": "string",
"delete_index_files_older_than_days": False,
"delete_index_files_older_than_days_threshold": float(0),
"delete_when_free_disk_space_below": False,
"delete_when_free_disk_space_below_threshold": float(0),
"detect_new_citrix_ica_application_names": False,
"enable_log_indexing": False,
"forward_logs_to_log_server": False,
"forward_logs_to_log_server_name": "string",
"forward_logs_to_log_server_schedule_name": "string",
"free_disk_space_metrics": "string",
"rotate_log_by_file_size": False,
"rotate_log_file_size_threshold": float(0),
"rotate_log_on_schedule": False,
"rotate_log_schedule_name": "string",
"smart_event_intro_correletion_unit": False,
"stop_logging_when_free_disk_space_below": False,
"stop_logging_when_free_disk_space_below_threshold": float(0),
"turn_on_qos_logging": False,
"update_account_log_every": float(0),
},
management_blades={
"compliance": False,
"endpoint_policy": False,
"identity_logging": False,
"logging_and_status": False,
"network_policy_management": False,
"secondary": False,
"smart_event_correlation": False,
"smart_event_server": False,
"user_directory": False,
},
management_checkpoint_host_id="string",
name="string",
nat_settings={
"auto_rule": False,
"hide_behind": "string",
"install_on": "string",
"ipv4_address": "string",
"ipv6_address": "string",
"method": "string",
},
one_time_password="string",
os="string",
save_logs_locally=False,
send_alerts_to_servers=["string"],
send_logs_to_backup_servers=["string"],
send_logs_to_servers=["string"],
tags=["string"],
version="string")
const managementCheckpointHostResource = new checkpoint.ManagementCheckpointHost("managementCheckpointHostResource", {
color: "string",
comments: "string",
hardware: "string",
ignoreErrors: false,
ignoreWarnings: false,
interfaces: [{
color: "string",
comments: "string",
ignoreErrors: false,
ignoreWarnings: false,
maskLength4: 0,
maskLength6: 0,
name: "string",
subnet4: "string",
subnet6: "string",
subnetMask: "string",
}],
ipv4Address: "string",
ipv6Address: "string",
logsSettings: {
acceptSyslogMessages: false,
alertWhenFreeDiskSpaceBelow: false,
alertWhenFreeDiskSpaceBelowThreshold: 0,
alertWhenFreeDiskSpaceBelowType: "string",
beforeDeleteKeepLogsFromTheLastDays: false,
beforeDeleteKeepLogsFromTheLastDaysThreshold: 0,
beforeDeleteRunScript: false,
beforeDeleteRunScriptCommand: "string",
deleteIndexFilesOlderThanDays: false,
deleteIndexFilesOlderThanDaysThreshold: 0,
deleteWhenFreeDiskSpaceBelow: false,
deleteWhenFreeDiskSpaceBelowThreshold: 0,
detectNewCitrixIcaApplicationNames: false,
enableLogIndexing: false,
forwardLogsToLogServer: false,
forwardLogsToLogServerName: "string",
forwardLogsToLogServerScheduleName: "string",
freeDiskSpaceMetrics: "string",
rotateLogByFileSize: false,
rotateLogFileSizeThreshold: 0,
rotateLogOnSchedule: false,
rotateLogScheduleName: "string",
smartEventIntroCorreletionUnit: false,
stopLoggingWhenFreeDiskSpaceBelow: false,
stopLoggingWhenFreeDiskSpaceBelowThreshold: 0,
turnOnQosLogging: false,
updateAccountLogEvery: 0,
},
managementBlades: {
compliance: false,
endpointPolicy: false,
identityLogging: false,
loggingAndStatus: false,
networkPolicyManagement: false,
secondary: false,
smartEventCorrelation: false,
smartEventServer: false,
userDirectory: false,
},
managementCheckpointHostId: "string",
name: "string",
natSettings: {
autoRule: false,
hideBehind: "string",
installOn: "string",
ipv4Address: "string",
ipv6Address: "string",
method: "string",
},
oneTimePassword: "string",
os: "string",
saveLogsLocally: false,
sendAlertsToServers: ["string"],
sendLogsToBackupServers: ["string"],
sendLogsToServers: ["string"],
tags: ["string"],
version: "string",
});
type: checkpoint:ManagementCheckpointHost
properties:
color: string
comments: string
hardware: string
ignoreErrors: false
ignoreWarnings: false
interfaces:
- color: string
comments: string
ignoreErrors: false
ignoreWarnings: false
maskLength4: 0
maskLength6: 0
name: string
subnet4: string
subnet6: string
subnetMask: string
ipv4Address: string
ipv6Address: string
logsSettings:
acceptSyslogMessages: false
alertWhenFreeDiskSpaceBelow: false
alertWhenFreeDiskSpaceBelowThreshold: 0
alertWhenFreeDiskSpaceBelowType: string
beforeDeleteKeepLogsFromTheLastDays: false
beforeDeleteKeepLogsFromTheLastDaysThreshold: 0
beforeDeleteRunScript: false
beforeDeleteRunScriptCommand: string
deleteIndexFilesOlderThanDays: false
deleteIndexFilesOlderThanDaysThreshold: 0
deleteWhenFreeDiskSpaceBelow: false
deleteWhenFreeDiskSpaceBelowThreshold: 0
detectNewCitrixIcaApplicationNames: false
enableLogIndexing: false
forwardLogsToLogServer: false
forwardLogsToLogServerName: string
forwardLogsToLogServerScheduleName: string
freeDiskSpaceMetrics: string
rotateLogByFileSize: false
rotateLogFileSizeThreshold: 0
rotateLogOnSchedule: false
rotateLogScheduleName: string
smartEventIntroCorreletionUnit: false
stopLoggingWhenFreeDiskSpaceBelow: false
stopLoggingWhenFreeDiskSpaceBelowThreshold: 0
turnOnQosLogging: false
updateAccountLogEvery: 0
managementBlades:
compliance: false
endpointPolicy: false
identityLogging: false
loggingAndStatus: false
networkPolicyManagement: false
secondary: false
smartEventCorrelation: false
smartEventServer: false
userDirectory: false
managementCheckpointHostId: string
name: string
natSettings:
autoRule: false
hideBehind: string
installOn: string
ipv4Address: string
ipv6Address: string
method: string
oneTimePassword: string
os: string
saveLogsLocally: false
sendAlertsToServers:
- string
sendLogsToBackupServers:
- string
sendLogsToServers:
- string
tags:
- string
version: string
ManagementCheckpointHost Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ManagementCheckpointHost resource accepts the following input properties:
- Color string
- Color of the object.
- Comments string
- Comments string.
- Hardware string
- Hardware name.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Interfaces
List<Management
Checkpoint Host Interface> - Checkpoint host interfaces. interfaces blocks are documented below.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Logs
Settings ManagementCheckpoint Host Logs Settings - Logs settings. logs_settings blocks are documented below.
- Management
Blades ManagementCheckpoint Host Management Blades - Management blades. management_blades blocks are documented below.
- Management
Checkpoint stringHost Id - Name string
- Object name.
- Nat
Settings ManagementCheckpoint Host Nat Settings - NAT settings. nat_settings blocks are documented below.
- One
Time stringPassword - Secure internal connection one time password.
- Os string
- Operating system name.
- Save
Logs boolLocally - Enable save logs locally.
- Send
Alerts List<string>To Servers - Collection of Server(s) to send alerts to identified by the name or UID.
- Send
Logs List<string>To Backup Servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- Send
Logs List<string>To Servers - Collection of Server(s) to send logs to identified by the name or UID.
- List<string>
- Collection of tag identifiers.
- Version string
- Checkpoint host platform version.
- Color string
- Color of the object.
- Comments string
- Comments string.
- Hardware string
- Hardware name.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Interfaces
[]Management
Checkpoint Host Interface Args - Checkpoint host interfaces. interfaces blocks are documented below.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Logs
Settings ManagementCheckpoint Host Logs Settings Args - Logs settings. logs_settings blocks are documented below.
- Management
Blades ManagementCheckpoint Host Management Blades Args - Management blades. management_blades blocks are documented below.
- Management
Checkpoint stringHost Id - Name string
- Object name.
- Nat
Settings ManagementCheckpoint Host Nat Settings Args - NAT settings. nat_settings blocks are documented below.
- One
Time stringPassword - Secure internal connection one time password.
- Os string
- Operating system name.
- Save
Logs boolLocally - Enable save logs locally.
- Send
Alerts []stringTo Servers - Collection of Server(s) to send alerts to identified by the name or UID.
- Send
Logs []stringTo Backup Servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- Send
Logs []stringTo Servers - Collection of Server(s) to send logs to identified by the name or UID.
- []string
- Collection of tag identifiers.
- Version string
- Checkpoint host platform version.
- color String
- Color of the object.
- comments String
- Comments string.
- hardware String
- Hardware name.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- interfaces
List<Management
Checkpoint Host Interface> - Checkpoint host interfaces. interfaces blocks are documented below.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- logs
Settings ManagementCheckpoint Host Logs Settings - Logs settings. logs_settings blocks are documented below.
- management
Blades ManagementCheckpoint Host Management Blades - Management blades. management_blades blocks are documented below.
- management
Checkpoint StringHost Id - name String
- Object name.
- nat
Settings ManagementCheckpoint Host Nat Settings - NAT settings. nat_settings blocks are documented below.
- one
Time StringPassword - Secure internal connection one time password.
- os String
- Operating system name.
- save
Logs BooleanLocally - Enable save logs locally.
- send
Alerts List<String>To Servers - Collection of Server(s) to send alerts to identified by the name or UID.
- send
Logs List<String>To Backup Servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- send
Logs List<String>To Servers - Collection of Server(s) to send logs to identified by the name or UID.
- List<String>
- Collection of tag identifiers.
- version String
- Checkpoint host platform version.
- color string
- Color of the object.
- comments string
- Comments string.
- hardware string
- Hardware name.
- ignore
Errors boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- interfaces
Management
Checkpoint Host Interface[] - Checkpoint host interfaces. interfaces blocks are documented below.
- ipv4Address string
- IPv4 address.
- ipv6Address string
- IPv6 address.
- logs
Settings ManagementCheckpoint Host Logs Settings - Logs settings. logs_settings blocks are documented below.
- management
Blades ManagementCheckpoint Host Management Blades - Management blades. management_blades blocks are documented below.
- management
Checkpoint stringHost Id - name string
- Object name.
- nat
Settings ManagementCheckpoint Host Nat Settings - NAT settings. nat_settings blocks are documented below.
- one
Time stringPassword - Secure internal connection one time password.
- os string
- Operating system name.
- save
Logs booleanLocally - Enable save logs locally.
- send
Alerts string[]To Servers - Collection of Server(s) to send alerts to identified by the name or UID.
- send
Logs string[]To Backup Servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- send
Logs string[]To Servers - Collection of Server(s) to send logs to identified by the name or UID.
- string[]
- Collection of tag identifiers.
- version string
- Checkpoint host platform version.
- color str
- Color of the object.
- comments str
- Comments string.
- hardware str
- Hardware name.
- ignore_
errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore_
warnings bool - Apply changes ignoring warnings.
- interfaces
Sequence[Management
Checkpoint Host Interface Args] - Checkpoint host interfaces. interfaces blocks are documented below.
- ipv4_
address str - IPv4 address.
- ipv6_
address str - IPv6 address.
- logs_
settings ManagementCheckpoint Host Logs Settings Args - Logs settings. logs_settings blocks are documented below.
- management_
blades ManagementCheckpoint Host Management Blades Args - Management blades. management_blades blocks are documented below.
- management_
checkpoint_ strhost_ id - name str
- Object name.
- nat_
settings ManagementCheckpoint Host Nat Settings Args - NAT settings. nat_settings blocks are documented below.
- one_
time_ strpassword - Secure internal connection one time password.
- os str
- Operating system name.
- save_
logs_ boollocally - Enable save logs locally.
- send_
alerts_ Sequence[str]to_ servers - Collection of Server(s) to send alerts to identified by the name or UID.
- send_
logs_ Sequence[str]to_ backup_ servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- send_
logs_ Sequence[str]to_ servers - Collection of Server(s) to send logs to identified by the name or UID.
- Sequence[str]
- Collection of tag identifiers.
- version str
- Checkpoint host platform version.
- color String
- Color of the object.
- comments String
- Comments string.
- hardware String
- Hardware name.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- interfaces List<Property Map>
- Checkpoint host interfaces. interfaces blocks are documented below.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- logs
Settings Property Map - Logs settings. logs_settings blocks are documented below.
- management
Blades Property Map - Management blades. management_blades blocks are documented below.
- management
Checkpoint StringHost Id - name String
- Object name.
- nat
Settings Property Map - NAT settings. nat_settings blocks are documented below.
- one
Time StringPassword - Secure internal connection one time password.
- os String
- Operating system name.
- save
Logs BooleanLocally - Enable save logs locally.
- send
Alerts List<String>To Servers - Collection of Server(s) to send alerts to identified by the name or UID.
- send
Logs List<String>To Backup Servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- send
Logs List<String>To Servers - Collection of Server(s) to send logs to identified by the name or UID.
- List<String>
- Collection of tag identifiers.
- version String
- Checkpoint host platform version.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCheckpointHost resource produces the following output properties:
Look up Existing ManagementCheckpointHost Resource
Get an existing ManagementCheckpointHost resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ManagementCheckpointHostState, opts?: CustomResourceOptions): ManagementCheckpointHost@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
color: Optional[str] = None,
comments: Optional[str] = None,
hardware: Optional[str] = None,
ignore_errors: Optional[bool] = None,
ignore_warnings: Optional[bool] = None,
interfaces: Optional[Sequence[ManagementCheckpointHostInterfaceArgs]] = None,
ipv4_address: Optional[str] = None,
ipv6_address: Optional[str] = None,
logs_settings: Optional[ManagementCheckpointHostLogsSettingsArgs] = None,
management_blades: Optional[ManagementCheckpointHostManagementBladesArgs] = None,
management_checkpoint_host_id: Optional[str] = None,
name: Optional[str] = None,
nat_settings: Optional[ManagementCheckpointHostNatSettingsArgs] = None,
one_time_password: Optional[str] = None,
os: Optional[str] = None,
save_logs_locally: Optional[bool] = None,
send_alerts_to_servers: Optional[Sequence[str]] = None,
send_logs_to_backup_servers: Optional[Sequence[str]] = None,
send_logs_to_servers: Optional[Sequence[str]] = None,
sic_name: Optional[str] = None,
sic_state: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
version: Optional[str] = None) -> ManagementCheckpointHostfunc GetManagementCheckpointHost(ctx *Context, name string, id IDInput, state *ManagementCheckpointHostState, opts ...ResourceOption) (*ManagementCheckpointHost, error)public static ManagementCheckpointHost Get(string name, Input<string> id, ManagementCheckpointHostState? state, CustomResourceOptions? opts = null)public static ManagementCheckpointHost get(String name, Output<String> id, ManagementCheckpointHostState state, CustomResourceOptions options)resources: _: type: checkpoint:ManagementCheckpointHost get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Color string
- Color of the object.
- Comments string
- Comments string.
- Hardware string
- Hardware name.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Interfaces
List<Management
Checkpoint Host Interface> - Checkpoint host interfaces. interfaces blocks are documented below.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Logs
Settings ManagementCheckpoint Host Logs Settings - Logs settings. logs_settings blocks are documented below.
- Management
Blades ManagementCheckpoint Host Management Blades - Management blades. management_blades blocks are documented below.
- Management
Checkpoint stringHost Id - Name string
- Object name.
- Nat
Settings ManagementCheckpoint Host Nat Settings - NAT settings. nat_settings blocks are documented below.
- One
Time stringPassword - Secure internal connection one time password.
- Os string
- Operating system name.
- Save
Logs boolLocally - Enable save logs locally.
- Send
Alerts List<string>To Servers - Collection of Server(s) to send alerts to identified by the name or UID.
- Send
Logs List<string>To Backup Servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- Send
Logs List<string>To Servers - Collection of Server(s) to send logs to identified by the name or UID.
- Sic
Name string - Name of the Secure Internal Connection Trust.
- Sic
State string - State the Secure Internal Connection Trust.
- List<string>
- Collection of tag identifiers.
- Version string
- Checkpoint host platform version.
- Color string
- Color of the object.
- Comments string
- Comments string.
- Hardware string
- Hardware name.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Interfaces
[]Management
Checkpoint Host Interface Args - Checkpoint host interfaces. interfaces blocks are documented below.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Logs
Settings ManagementCheckpoint Host Logs Settings Args - Logs settings. logs_settings blocks are documented below.
- Management
Blades ManagementCheckpoint Host Management Blades Args - Management blades. management_blades blocks are documented below.
- Management
Checkpoint stringHost Id - Name string
- Object name.
- Nat
Settings ManagementCheckpoint Host Nat Settings Args - NAT settings. nat_settings blocks are documented below.
- One
Time stringPassword - Secure internal connection one time password.
- Os string
- Operating system name.
- Save
Logs boolLocally - Enable save logs locally.
- Send
Alerts []stringTo Servers - Collection of Server(s) to send alerts to identified by the name or UID.
- Send
Logs []stringTo Backup Servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- Send
Logs []stringTo Servers - Collection of Server(s) to send logs to identified by the name or UID.
- Sic
Name string - Name of the Secure Internal Connection Trust.
- Sic
State string - State the Secure Internal Connection Trust.
- []string
- Collection of tag identifiers.
- Version string
- Checkpoint host platform version.
- color String
- Color of the object.
- comments String
- Comments string.
- hardware String
- Hardware name.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- interfaces
List<Management
Checkpoint Host Interface> - Checkpoint host interfaces. interfaces blocks are documented below.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- logs
Settings ManagementCheckpoint Host Logs Settings - Logs settings. logs_settings blocks are documented below.
- management
Blades ManagementCheckpoint Host Management Blades - Management blades. management_blades blocks are documented below.
- management
Checkpoint StringHost Id - name String
- Object name.
- nat
Settings ManagementCheckpoint Host Nat Settings - NAT settings. nat_settings blocks are documented below.
- one
Time StringPassword - Secure internal connection one time password.
- os String
- Operating system name.
- save
Logs BooleanLocally - Enable save logs locally.
- send
Alerts List<String>To Servers - Collection of Server(s) to send alerts to identified by the name or UID.
- send
Logs List<String>To Backup Servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- send
Logs List<String>To Servers - Collection of Server(s) to send logs to identified by the name or UID.
- sic
Name String - Name of the Secure Internal Connection Trust.
- sic
State String - State the Secure Internal Connection Trust.
- List<String>
- Collection of tag identifiers.
- version String
- Checkpoint host platform version.
- color string
- Color of the object.
- comments string
- Comments string.
- hardware string
- Hardware name.
- ignore
Errors boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- interfaces
Management
Checkpoint Host Interface[] - Checkpoint host interfaces. interfaces blocks are documented below.
- ipv4Address string
- IPv4 address.
- ipv6Address string
- IPv6 address.
- logs
Settings ManagementCheckpoint Host Logs Settings - Logs settings. logs_settings blocks are documented below.
- management
Blades ManagementCheckpoint Host Management Blades - Management blades. management_blades blocks are documented below.
- management
Checkpoint stringHost Id - name string
- Object name.
- nat
Settings ManagementCheckpoint Host Nat Settings - NAT settings. nat_settings blocks are documented below.
- one
Time stringPassword - Secure internal connection one time password.
- os string
- Operating system name.
- save
Logs booleanLocally - Enable save logs locally.
- send
Alerts string[]To Servers - Collection of Server(s) to send alerts to identified by the name or UID.
- send
Logs string[]To Backup Servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- send
Logs string[]To Servers - Collection of Server(s) to send logs to identified by the name or UID.
- sic
Name string - Name of the Secure Internal Connection Trust.
- sic
State string - State the Secure Internal Connection Trust.
- string[]
- Collection of tag identifiers.
- version string
- Checkpoint host platform version.
- color str
- Color of the object.
- comments str
- Comments string.
- hardware str
- Hardware name.
- ignore_
errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore_
warnings bool - Apply changes ignoring warnings.
- interfaces
Sequence[Management
Checkpoint Host Interface Args] - Checkpoint host interfaces. interfaces blocks are documented below.
- ipv4_
address str - IPv4 address.
- ipv6_
address str - IPv6 address.
- logs_
settings ManagementCheckpoint Host Logs Settings Args - Logs settings. logs_settings blocks are documented below.
- management_
blades ManagementCheckpoint Host Management Blades Args - Management blades. management_blades blocks are documented below.
- management_
checkpoint_ strhost_ id - name str
- Object name.
- nat_
settings ManagementCheckpoint Host Nat Settings Args - NAT settings. nat_settings blocks are documented below.
- one_
time_ strpassword - Secure internal connection one time password.
- os str
- Operating system name.
- save_
logs_ boollocally - Enable save logs locally.
- send_
alerts_ Sequence[str]to_ servers - Collection of Server(s) to send alerts to identified by the name or UID.
- send_
logs_ Sequence[str]to_ backup_ servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- send_
logs_ Sequence[str]to_ servers - Collection of Server(s) to send logs to identified by the name or UID.
- sic_
name str - Name of the Secure Internal Connection Trust.
- sic_
state str - State the Secure Internal Connection Trust.
- Sequence[str]
- Collection of tag identifiers.
- version str
- Checkpoint host platform version.
- color String
- Color of the object.
- comments String
- Comments string.
- hardware String
- Hardware name.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- interfaces List<Property Map>
- Checkpoint host interfaces. interfaces blocks are documented below.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- logs
Settings Property Map - Logs settings. logs_settings blocks are documented below.
- management
Blades Property Map - Management blades. management_blades blocks are documented below.
- management
Checkpoint StringHost Id - name String
- Object name.
- nat
Settings Property Map - NAT settings. nat_settings blocks are documented below.
- one
Time StringPassword - Secure internal connection one time password.
- os String
- Operating system name.
- save
Logs BooleanLocally - Enable save logs locally.
- send
Alerts List<String>To Servers - Collection of Server(s) to send alerts to identified by the name or UID.
- send
Logs List<String>To Backup Servers - Collection of Backup server(s) to send logs to identified by the name or UID.
- send
Logs List<String>To Servers - Collection of Server(s) to send logs to identified by the name or UID.
- sic
Name String - Name of the Secure Internal Connection Trust.
- sic
State String - State the Secure Internal Connection Trust.
- List<String>
- Collection of tag identifiers.
- version String
- Checkpoint host platform version.
Supporting Types
ManagementCheckpointHostInterface, ManagementCheckpointHostInterfaceArgs
- Color string
- Color of the object. Should be one of existing colors.
- Comments string
- Comments string.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- 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.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- 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.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- 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.
- ignore
Errors boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- 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.
- ignore_
errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore_
warnings bool - Apply changes ignoring warnings.
- 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.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- 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.
ManagementCheckpointHostLogsSettings, ManagementCheckpointHostLogsSettingsArgs
- 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.
ManagementCheckpointHostManagementBlades, ManagementCheckpointHostManagementBladesArgs
- 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.
ManagementCheckpointHostNatSettings, ManagementCheckpointHostNatSettingsArgs
- 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.
published on Monday, Mar 30, 2026 by checkpointsw
