checkpoint 2.11.0 published on Wednesday, Sep 3, 2025 by checkpointsw
checkpoint.getManagementLsmCluster
Start a Neo task
Explain and create a checkpoint.getManagementLsmCluster resource
checkpoint 2.11.0 published on Wednesday, Sep 3, 2025 by checkpointsw
Use this data source to get information on an existing Check Point Lsm Cluster.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const dataCluster = checkpoint.getManagementLsmCluster({
uid: checkpoint_management_lsm_cluster.cluster1.id,
});
import pulumi
import pulumi_checkpoint as checkpoint
data_cluster = checkpoint.get_management_lsm_cluster(uid=checkpoint_management_lsm_cluster["cluster1"]["id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v2/checkpoint"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := checkpoint.LookupManagementLsmCluster(ctx, &checkpoint.LookupManagementLsmClusterArgs{
Uid: pulumi.StringRef(checkpoint_management_lsm_cluster.Cluster1.Id),
}, nil)
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 dataCluster = Checkpoint.GetManagementLsmCluster.Invoke(new()
{
Uid = checkpoint_management_lsm_cluster.Cluster1.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.CheckpointFunctions;
import com.pulumi.checkpoint.inputs.GetManagementLsmClusterArgs;
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) {
final var dataCluster = CheckpointFunctions.getManagementLsmCluster(GetManagementLsmClusterArgs.builder()
.uid(checkpoint_management_lsm_cluster.cluster1().id())
.build());
}
}
variables:
dataCluster:
fn::invoke:
function: checkpoint:getManagementLsmCluster
arguments:
uid: ${checkpoint_management_lsm_cluster.cluster1.id}
Using getManagementLsmCluster
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 getManagementLsmCluster(args: GetManagementLsmClusterArgs, opts?: InvokeOptions): Promise<GetManagementLsmClusterResult>
function getManagementLsmClusterOutput(args: GetManagementLsmClusterOutputArgs, opts?: InvokeOptions): Output<GetManagementLsmClusterResult>def get_management_lsm_cluster(color: Optional[str] = None,
comments: Optional[str] = None,
id: Optional[str] = None,
ignore_errors: Optional[bool] = None,
ignore_warnings: Optional[bool] = None,
interfaces: Optional[Sequence[GetManagementLsmClusterInterface]] = None,
name: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementLsmClusterResult
def get_management_lsm_cluster_output(color: Optional[pulumi.Input[str]] = None,
comments: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
ignore_errors: Optional[pulumi.Input[bool]] = None,
ignore_warnings: Optional[pulumi.Input[bool]] = None,
interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementLsmClusterInterfaceArgs]]]] = None,
name: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
uid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementLsmClusterResult]func LookupManagementLsmCluster(ctx *Context, args *LookupManagementLsmClusterArgs, opts ...InvokeOption) (*LookupManagementLsmClusterResult, error)
func LookupManagementLsmClusterOutput(ctx *Context, args *LookupManagementLsmClusterOutputArgs, opts ...InvokeOption) LookupManagementLsmClusterResultOutput> Note: This function is named LookupManagementLsmCluster in the Go SDK.
public static class GetManagementLsmCluster
{
public static Task<GetManagementLsmClusterResult> InvokeAsync(GetManagementLsmClusterArgs args, InvokeOptions? opts = null)
public static Output<GetManagementLsmClusterResult> Invoke(GetManagementLsmClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementLsmClusterResult> getManagementLsmCluster(GetManagementLsmClusterArgs args, InvokeOptions options)
public static Output<GetManagementLsmClusterResult> getManagementLsmCluster(GetManagementLsmClusterArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementLsmCluster:getManagementLsmCluster
arguments:
# arguments dictionaryThe following arguments are supported:
- Color string
- Color of the object. Should be one of existing colors.
- Comments string
- Comments string.
- Id string
- Ignore
Errors bool - Ignore
Warnings bool - Interfaces
List<Get
Management Lsm Cluster Interface> - Interfaces.interfaces blocks are documented below.
- Name string
- Object name.
- List<string>
- Collection of tag identifiers.tags blocks are documented below.
- Uid string
- Object uid.
- Color string
- Color of the object. Should be one of existing colors.
- Comments string
- Comments string.
- Id string
- Ignore
Errors bool - Ignore
Warnings bool - Interfaces
[]Get
Management Lsm Cluster Interface - Interfaces.interfaces blocks are documented below.
- Name string
- Object name.
- []string
- Collection of tag identifiers.tags blocks are documented below.
- Uid string
- Object uid.
- color String
- Color of the object. Should be one of existing colors.
- comments String
- Comments string.
- id String
- ignore
Errors Boolean - ignore
Warnings Boolean - interfaces
List<Get
Management Lsm Cluster Interface> - Interfaces.interfaces blocks are documented below.
- name String
- Object name.
- List<String>
- Collection of tag identifiers.tags blocks are documented below.
- uid String
- Object uid.
- color string
- Color of the object. Should be one of existing colors.
- comments string
- Comments string.
- id string
- ignore
Errors boolean - ignore
Warnings boolean - interfaces
Get
Management Lsm Cluster Interface[] - Interfaces.interfaces blocks are documented below.
- name string
- Object name.
- string[]
- Collection of tag identifiers.tags blocks are documented below.
- uid string
- Object uid.
- color str
- Color of the object. Should be one of existing colors.
- comments str
- Comments string.
- id str
- ignore_
errors bool - ignore_
warnings bool - interfaces
Sequence[Get
Management Lsm Cluster Interface] - Interfaces.interfaces blocks are documented below.
- name str
- Object name.
- Sequence[str]
- Collection of tag identifiers.tags blocks are documented below.
- uid str
- Object uid.
- color String
- Color of the object. Should be one of existing colors.
- comments String
- Comments string.
- id String
- ignore
Errors Boolean - ignore
Warnings Boolean - interfaces List<Property Map>
- Interfaces.interfaces blocks are documented below.
- name String
- Object name.
- List<String>
- Collection of tag identifiers.tags blocks are documented below.
- uid String
- Object uid.
getManagementLsmCluster Result
The following output properties are available:
- Dynamic
Objects List<GetManagement Lsm Cluster Dynamic Object> - Id string
- Main
Ip stringAddress - Members
List<Get
Management Lsm Cluster Member> - Os
Name string - Security
Profile string - Topologies
List<Get
Management Lsm Cluster Topology> - Version string
- Color string
- Comments string
- Ignore
Errors bool - Ignore
Warnings bool - Interfaces
List<Get
Management Lsm Cluster Interface> - Name string
- List<string>
- Uid string
- Dynamic
Objects []GetManagement Lsm Cluster Dynamic Object - Id string
- Main
Ip stringAddress - Members
[]Get
Management Lsm Cluster Member - Os
Name string - Security
Profile string - Topologies
[]Get
Management Lsm Cluster Topology - Version string
- Color string
- Comments string
- Ignore
Errors bool - Ignore
Warnings bool - Interfaces
[]Get
Management Lsm Cluster Interface - Name string
- []string
- Uid string
- dynamic
Objects List<GetManagement Lsm Cluster Dynamic Object> - id String
- main
Ip StringAddress - members
List<Get
Management Lsm Cluster Member> - os
Name String - security
Profile String - topologies
List<Get
Management Lsm Cluster Topology> - version String
- color String
- comments String
- ignore
Errors Boolean - ignore
Warnings Boolean - interfaces
List<Get
Management Lsm Cluster Interface> - name String
- List<String>
- uid String
- dynamic
Objects GetManagement Lsm Cluster Dynamic Object[] - id string
- main
Ip stringAddress - members
Get
Management Lsm Cluster Member[] - os
Name string - security
Profile string - topologies
Get
Management Lsm Cluster Topology[] - version string
- color string
- comments string
- ignore
Errors boolean - ignore
Warnings boolean - interfaces
Get
Management Lsm Cluster Interface[] - name string
- string[]
- uid string
- dynamic_
objects Sequence[GetManagement Lsm Cluster Dynamic Object] - id str
- main_
ip_ straddress - members
Sequence[Get
Management Lsm Cluster Member] - os_
name str - security_
profile str - topologies
Sequence[Get
Management Lsm Cluster Topology] - version str
- color str
- comments str
- ignore_
errors bool - ignore_
warnings bool - interfaces
Sequence[Get
Management Lsm Cluster Interface] - name str
- Sequence[str]
- uid str
- dynamic
Objects List<Property Map> - id String
- main
Ip StringAddress - members List<Property Map>
- os
Name String - security
Profile String - topologies List<Property Map>
- version String
- color String
- comments String
- ignore
Errors Boolean - ignore
Warnings Boolean - interfaces List<Property Map>
- name String
- List<String>
- uid String
Supporting Types
GetManagementLsmClusterDynamicObject
- Comments string
- Comments string.
- Name string
- Object name. Must be unique in the domain.
- Resolved
Ip List<GetAddresses Management Lsm Cluster Dynamic Object Resolved Ip Address> - Single IP-address or a range of addresses.resolved_ip_addresses blocks are documented below.
- Uid string
- Object uid.
- Comments string
- Comments string.
- Name string
- Object name. Must be unique in the domain.
- Resolved
Ip []GetAddresses Management Lsm Cluster Dynamic Object Resolved Ip Address - Single IP-address or a range of addresses.resolved_ip_addresses blocks are documented below.
- Uid string
- Object uid.
- comments String
- Comments string.
- name String
- Object name. Must be unique in the domain.
- resolved
Ip List<GetAddresses Management Lsm Cluster Dynamic Object Resolved Ip Address> - Single IP-address or a range of addresses.resolved_ip_addresses blocks are documented below.
- uid String
- Object uid.
- comments string
- Comments string.
- name string
- Object name. Must be unique in the domain.
- resolved
Ip GetAddresses Management Lsm Cluster Dynamic Object Resolved Ip Address[] - Single IP-address or a range of addresses.resolved_ip_addresses blocks are documented below.
- uid string
- Object uid.
- comments str
- Comments string.
- name str
- Object name. Must be unique in the domain.
- resolved_
ip_ Sequence[Getaddresses Management Lsm Cluster Dynamic Object Resolved Ip Address] - Single IP-address or a range of addresses.resolved_ip_addresses blocks are documented below.
- uid str
- Object uid.
- comments String
- Comments string.
- name String
- Object name. Must be unique in the domain.
- resolved
Ip List<Property Map>Addresses - Single IP-address or a range of addresses.resolved_ip_addresses blocks are documented below.
- uid String
- Object uid.
GetManagementLsmClusterDynamicObjectResolvedIpAddress
- Ipv4Address string
- IPv4 Address.
- Ipv4Address
Ranges List<GetManagement Lsm Cluster Dynamic Object Resolved Ip Address Ipv4Address Range> - IPv4 Address range.ipv4_address_range blocks are documented below.
- Ipv4Address string
- IPv4 Address.
- Ipv4Address
Ranges []GetManagement Lsm Cluster Dynamic Object Resolved Ip Address Ipv4Address Range - IPv4 Address range.ipv4_address_range blocks are documented below.
- ipv4Address String
- IPv4 Address.
- ipv4Address
Ranges List<GetManagement Lsm Cluster Dynamic Object Resolved Ip Address Ipv4Address Range> - IPv4 Address range.ipv4_address_range blocks are documented below.
- ipv4Address string
- IPv4 Address.
- ipv4Address
Ranges GetManagement Lsm Cluster Dynamic Object Resolved Ip Address Ipv4Address Range[] - IPv4 Address range.ipv4_address_range blocks are documented below.
- ipv4_
address str - IPv4 Address.
- ipv4_
address_ Sequence[Getranges Management Lsm Cluster Dynamic Object Resolved Ip Address Ipv4Address Range] - IPv4 Address range.ipv4_address_range blocks are documented below.
- ipv4Address String
- IPv4 Address.
- ipv4Address
Ranges List<Property Map> - IPv4 Address range.ipv4_address_range blocks are documented below.
GetManagementLsmClusterDynamicObjectResolvedIpAddressIpv4AddressRange
- From
Ipv4Address string - First IPv4 address of the IP address range.
- To
Ipv4Address string - Last IPv4 address of the IP address range.
- From
Ipv4Address string - First IPv4 address of the IP address range.
- To
Ipv4Address string - Last IPv4 address of the IP address range.
- from
Ipv4Address String - First IPv4 address of the IP address range.
- to
Ipv4Address String - Last IPv4 address of the IP address range.
- from
Ipv4Address string - First IPv4 address of the IP address range.
- to
Ipv4Address string - Last IPv4 address of the IP address range.
- from_
ipv4_ straddress - First IPv4 address of the IP address range.
- to_
ipv4_ straddress - Last IPv4 address of the IP address range.
- from
Ipv4Address String - First IPv4 address of the IP address range.
- to
Ipv4Address String - Last IPv4 address of the IP address range.
GetManagementLsmClusterInterface
- Cluster
Ip stringAddress Override - IP address override. Net mask is defined by the attached LSM profile.
- New
Name string - New name. Overrides the interface name on profile.
- Ip
Address stringOverride - IP address override. Net mask is defined by the attached LSM profile.
- Member
Network stringOverride - Member network override. Net mask is defined by the attached LSM profile.
- Name string
- Interface name.
ip-address-overrideCluster IP address override.
- Cluster
Ip stringAddress Override - IP address override. Net mask is defined by the attached LSM profile.
- New
Name string - New name. Overrides the interface name on profile.
- Ip
Address stringOverride - IP address override. Net mask is defined by the attached LSM profile.
- Member
Network stringOverride - Member network override. Net mask is defined by the attached LSM profile.
- Name string
- Interface name.
ip-address-overrideCluster IP address override.
- cluster
Ip StringAddress Override - IP address override. Net mask is defined by the attached LSM profile.
- new
Name String - New name. Overrides the interface name on profile.
- ip
Address StringOverride - IP address override. Net mask is defined by the attached LSM profile.
- member
Network StringOverride - Member network override. Net mask is defined by the attached LSM profile.
- name String
- Interface name.
ip-address-overrideCluster IP address override.
- cluster
Ip stringAddress Override - IP address override. Net mask is defined by the attached LSM profile.
- new
Name string - New name. Overrides the interface name on profile.
- ip
Address stringOverride - IP address override. Net mask is defined by the attached LSM profile.
- member
Network stringOverride - Member network override. Net mask is defined by the attached LSM profile.
- name string
- Interface name.
ip-address-overrideCluster IP address override.
- cluster_
ip_ straddress_ override - IP address override. Net mask is defined by the attached LSM profile.
- new_
name str - New name. Overrides the interface name on profile.
- ip_
address_ stroverride - IP address override. Net mask is defined by the attached LSM profile.
- member_
network_ stroverride - Member network override. Net mask is defined by the attached LSM profile.
- name str
- Interface name.
ip-address-overrideCluster IP address override.
- cluster
Ip StringAddress Override - IP address override. Net mask is defined by the attached LSM profile.
- new
Name String - New name. Overrides the interface name on profile.
- ip
Address StringOverride - IP address override. Net mask is defined by the attached LSM profile.
- member
Network StringOverride - Member network override. Net mask is defined by the attached LSM profile.
- name String
- Interface name.
ip-address-overrideCluster IP address override.
GetManagementLsmClusterMember
- Device
Id string - Device ID.
- Interfaces
List<Get
Management Lsm Cluster Member Interface> - Interfaces.interfaces blocks are documented below.
- Main
Ip stringAddress - Main IP address.
- Member
Name string - Member
Uid string - Provisioning
Settings List<GetManagement Lsm Cluster Member Provisioning Setting> - Provisioning settings. This field is relevant just for SMB clusters.provisioning_settings blocks are documented below.
- Provisioning
State string - Provisioning state. This field is relevant just for SMB clusters. By default the state is 'manual'- enable provisioning but not attach to profile.If 'using-profile' state is provided a provisioning profile must be provided in provisioning-settings.
- Sic
Name string - Secure Internal Communication name.
- Sic
State string - Secure Internal Communication state.
- Device
Id string - Device ID.
- Interfaces
[]Get
Management Lsm Cluster Member Interface - Interfaces.interfaces blocks are documented below.
- Main
Ip stringAddress - Main IP address.
- Member
Name string - Member
Uid string - Provisioning
Settings []GetManagement Lsm Cluster Member Provisioning Setting - Provisioning settings. This field is relevant just for SMB clusters.provisioning_settings blocks are documented below.
- Provisioning
State string - Provisioning state. This field is relevant just for SMB clusters. By default the state is 'manual'- enable provisioning but not attach to profile.If 'using-profile' state is provided a provisioning profile must be provided in provisioning-settings.
- Sic
Name string - Secure Internal Communication name.
- Sic
State string - Secure Internal Communication state.
- device
Id String - Device ID.
- interfaces
List<Get
Management Lsm Cluster Member Interface> - Interfaces.interfaces blocks are documented below.
- main
Ip StringAddress - Main IP address.
- member
Name String - member
Uid String - provisioning
Settings List<GetManagement Lsm Cluster Member Provisioning Setting> - Provisioning settings. This field is relevant just for SMB clusters.provisioning_settings blocks are documented below.
- provisioning
State String - Provisioning state. This field is relevant just for SMB clusters. By default the state is 'manual'- enable provisioning but not attach to profile.If 'using-profile' state is provided a provisioning profile must be provided in provisioning-settings.
- sic
Name String - Secure Internal Communication name.
- sic
State String - Secure Internal Communication state.
- device
Id string - Device ID.
- interfaces
Get
Management Lsm Cluster Member Interface[] - Interfaces.interfaces blocks are documented below.
- main
Ip stringAddress - Main IP address.
- member
Name string - member
Uid string - provisioning
Settings GetManagement Lsm Cluster Member Provisioning Setting[] - Provisioning settings. This field is relevant just for SMB clusters.provisioning_settings blocks are documented below.
- provisioning
State string - Provisioning state. This field is relevant just for SMB clusters. By default the state is 'manual'- enable provisioning but not attach to profile.If 'using-profile' state is provided a provisioning profile must be provided in provisioning-settings.
- sic
Name string - Secure Internal Communication name.
- sic
State string - Secure Internal Communication state.
- device_
id str - Device ID.
- interfaces
Sequence[Get
Management Lsm Cluster Member Interface] - Interfaces.interfaces blocks are documented below.
- main_
ip_ straddress - Main IP address.
- member_
name str - member_
uid str - provisioning_
settings Sequence[GetManagement Lsm Cluster Member Provisioning Setting] - Provisioning settings. This field is relevant just for SMB clusters.provisioning_settings blocks are documented below.
- provisioning_
state str - Provisioning state. This field is relevant just for SMB clusters. By default the state is 'manual'- enable provisioning but not attach to profile.If 'using-profile' state is provided a provisioning profile must be provided in provisioning-settings.
- sic_
name str - Secure Internal Communication name.
- sic_
state str - Secure Internal Communication state.
- device
Id String - Device ID.
- interfaces List<Property Map>
- Interfaces.interfaces blocks are documented below.
- main
Ip StringAddress - Main IP address.
- member
Name String - member
Uid String - provisioning
Settings List<Property Map> - Provisioning settings. This field is relevant just for SMB clusters.provisioning_settings blocks are documented below.
- provisioning
State String - Provisioning state. This field is relevant just for SMB clusters. By default the state is 'manual'- enable provisioning but not attach to profile.If 'using-profile' state is provided a provisioning profile must be provided in provisioning-settings.
- sic
Name String - Secure Internal Communication name.
- sic
State String - Secure Internal Communication state.
GetManagementLsmClusterMemberInterface
- ip_
address str - name str
- Interface name.
ip-address-overrideCluster IP address override.
GetManagementLsmClusterMemberProvisioningSetting
- Provisioning
Profile string - Provisioning profile.
- Provisioning
Profile string - Provisioning profile.
- provisioning
Profile String - Provisioning profile.
- provisioning
Profile string - Provisioning profile.
- provisioning_
profile str - Provisioning profile.
- provisioning
Profile String - Provisioning profile.
GetManagementLsmClusterTopology
- Manual
Vpn List<GetDomains Management Lsm Cluster Topology Manual Vpn Domain> - A list of IP-addresses ranges, defined the VPN community network. This field is relevant only when 'manual' option of vpn-domain is checked.manual_vpn_domain blocks are documented below.
- Vpn
Domain string - VPN Domain type. 'external-interfaces-only' is relevnt only for Gaia devices. 'hide-behind-gateway-external-ip-address' is relevant only for SMB devices.
- Manual
Vpn []GetDomains Management Lsm Cluster Topology Manual Vpn Domain - A list of IP-addresses ranges, defined the VPN community network. This field is relevant only when 'manual' option of vpn-domain is checked.manual_vpn_domain blocks are documented below.
- Vpn
Domain string - VPN Domain type. 'external-interfaces-only' is relevnt only for Gaia devices. 'hide-behind-gateway-external-ip-address' is relevant only for SMB devices.
- manual
Vpn List<GetDomains Management Lsm Cluster Topology Manual Vpn Domain> - A list of IP-addresses ranges, defined the VPN community network. This field is relevant only when 'manual' option of vpn-domain is checked.manual_vpn_domain blocks are documented below.
- vpn
Domain String - VPN Domain type. 'external-interfaces-only' is relevnt only for Gaia devices. 'hide-behind-gateway-external-ip-address' is relevant only for SMB devices.
- manual
Vpn GetDomains Management Lsm Cluster Topology Manual Vpn Domain[] - A list of IP-addresses ranges, defined the VPN community network. This field is relevant only when 'manual' option of vpn-domain is checked.manual_vpn_domain blocks are documented below.
- vpn
Domain string - VPN Domain type. 'external-interfaces-only' is relevnt only for Gaia devices. 'hide-behind-gateway-external-ip-address' is relevant only for SMB devices.
- manual_
vpn_ Sequence[Getdomains Management Lsm Cluster Topology Manual Vpn Domain] - A list of IP-addresses ranges, defined the VPN community network. This field is relevant only when 'manual' option of vpn-domain is checked.manual_vpn_domain blocks are documented below.
- vpn_
domain str - VPN Domain type. 'external-interfaces-only' is relevnt only for Gaia devices. 'hide-behind-gateway-external-ip-address' is relevant only for SMB devices.
- manual
Vpn List<Property Map>Domains - A list of IP-addresses ranges, defined the VPN community network. This field is relevant only when 'manual' option of vpn-domain is checked.manual_vpn_domain blocks are documented below.
- vpn
Domain String - VPN Domain type. 'external-interfaces-only' is relevnt only for Gaia devices. 'hide-behind-gateway-external-ip-address' is relevant only for SMB devices.
GetManagementLsmClusterTopologyManualVpnDomain
- Comments string
- Comments string.
- From
Ipv4Address string - First IPv4 address of the IP address range.
- To
Ipv4Address string - Last IPv4 address of the IP address range.
- Comments string
- Comments string.
- From
Ipv4Address string - First IPv4 address of the IP address range.
- To
Ipv4Address string - Last IPv4 address of the IP address range.
- comments String
- Comments string.
- from
Ipv4Address String - First IPv4 address of the IP address range.
- to
Ipv4Address String - Last IPv4 address of the IP address range.
- comments string
- Comments string.
- from
Ipv4Address string - First IPv4 address of the IP address range.
- to
Ipv4Address string - Last IPv4 address of the IP address range.
- comments str
- Comments string.
- from_
ipv4_ straddress - First IPv4 address of the IP address range.
- to_
ipv4_ straddress - Last IPv4 address of the IP address range.
- comments String
- Comments string.
- from
Ipv4Address String - First IPv4 address of the IP address range.
- to
Ipv4Address String - Last IPv4 address of the IP address range.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
checkpoint 2.11.0 published on Wednesday, Sep 3, 2025 by checkpointsw
