1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getManagementClusterMember
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw

    Use this data source to get information on an existing Check Point Cluster Member.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const dataClusterMember = checkpoint.getManagementClusterMember({
        uid: "CLUSTER_MEMBER_UID",
        limitInterfaces: "20",
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    data_cluster_member = checkpoint.get_management_cluster_member(uid="CLUSTER_MEMBER_UID",
        limit_interfaces="20")
    
    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.GetManagementClusterMember(ctx, &checkpoint.GetManagementClusterMemberArgs{
    			Uid:             "CLUSTER_MEMBER_UID",
    			LimitInterfaces: pulumi.StringRef("20"),
    		}, 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 dataClusterMember = Checkpoint.GetManagementClusterMember.Invoke(new()
        {
            Uid = "CLUSTER_MEMBER_UID",
            LimitInterfaces = "20",
        });
    
    });
    
    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.GetManagementClusterMemberArgs;
    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 dataClusterMember = CheckpointFunctions.getManagementClusterMember(GetManagementClusterMemberArgs.builder()
                .uid("CLUSTER_MEMBER_UID")
                .limitInterfaces("20")
                .build());
    
        }
    }
    
    variables:
      dataClusterMember:
        fn::invoke:
          function: checkpoint:getManagementClusterMember
          arguments:
            uid: CLUSTER_MEMBER_UID
            limitInterfaces: 20
    
    Example coming soon!
    

    Using getManagementClusterMember

    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 getManagementClusterMember(args: GetManagementClusterMemberArgs, opts?: InvokeOptions): Promise<GetManagementClusterMemberResult>
    function getManagementClusterMemberOutput(args: GetManagementClusterMemberOutputArgs, opts?: InvokeOptions): Output<GetManagementClusterMemberResult>
    def get_management_cluster_member(id: Optional[str] = None,
                                      limit_interfaces: Optional[str] = None,
                                      uid: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetManagementClusterMemberResult
    def get_management_cluster_member_output(id: pulumi.Input[Optional[str]] = None,
                                      limit_interfaces: pulumi.Input[Optional[str]] = None,
                                      uid: pulumi.Input[Optional[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetManagementClusterMemberResult]
    func GetManagementClusterMember(ctx *Context, args *GetManagementClusterMemberArgs, opts ...InvokeOption) (*GetManagementClusterMemberResult, error)
    func GetManagementClusterMemberOutput(ctx *Context, args *GetManagementClusterMemberOutputArgs, opts ...InvokeOption) GetManagementClusterMemberResultOutput

    > Note: This function is named GetManagementClusterMember in the Go SDK.

    public static class GetManagementClusterMember 
    {
        public static Task<GetManagementClusterMemberResult> InvokeAsync(GetManagementClusterMemberArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementClusterMemberResult> Invoke(GetManagementClusterMemberInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementClusterMemberResult> getManagementClusterMember(GetManagementClusterMemberArgs args, InvokeOptions options)
    public static Output<GetManagementClusterMemberResult> getManagementClusterMember(GetManagementClusterMemberArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementClusterMember:getManagementClusterMember
      arguments:
        # arguments dictionary
    data "checkpoint_getmanagementclustermember" "name" {
        # arguments
    }

    The following arguments are supported:

    Uid string
    Object unique identifier.
    Id string
    LimitInterfaces string
    Limit number of cluster member interfaces to show.
    Uid string
    Object unique identifier.
    Id string
    LimitInterfaces string
    Limit number of cluster member interfaces to show.
    uid string
    Object unique identifier.
    id string
    limit_interfaces string
    Limit number of cluster member interfaces to show.
    uid String
    Object unique identifier.
    id String
    limitInterfaces String
    Limit number of cluster member interfaces to show.
    uid string
    Object unique identifier.
    id string
    limitInterfaces string
    Limit number of cluster member interfaces to show.
    uid str
    Object unique identifier.
    id str
    limit_interfaces str
    Limit number of cluster member interfaces to show.
    uid String
    Object unique identifier.
    id String
    limitInterfaces String
    Limit number of cluster member interfaces to show.

    getManagementClusterMember Result

    The following output properties are available:

    Supporting Types

    GetManagementClusterMemberInterface

    Ipv4Address string
    Ipv4MaskLength double
    Ipv4NetworkMask string
    Ipv6Address string
    Ipv6MaskLength double
    Ipv6NetworkMask string
    Name string
    Uid string
    Object unique identifier.
    Ipv4Address string
    Ipv4MaskLength float64
    Ipv4NetworkMask string
    Ipv6Address string
    Ipv6MaskLength float64
    Ipv6NetworkMask string
    Name string
    Uid string
    Object unique identifier.
    ipv4_address string
    ipv4_mask_length number
    ipv4_network_mask string
    ipv6_address string
    ipv6_mask_length number
    ipv6_network_mask string
    name string
    uid string
    Object unique identifier.
    ipv4Address String
    ipv4MaskLength Double
    ipv4NetworkMask String
    ipv6Address String
    ipv6MaskLength Double
    ipv6NetworkMask String
    name String
    uid String
    Object unique identifier.
    ipv4Address string
    ipv4MaskLength number
    ipv4NetworkMask string
    ipv6Address string
    ipv6MaskLength number
    ipv6NetworkMask string
    name string
    uid string
    Object unique identifier.
    ipv4Address String
    ipv4MaskLength Number
    ipv4NetworkMask String
    ipv6Address String
    ipv6MaskLength Number
    ipv6NetworkMask String
    name String
    uid String
    Object unique identifier.

    GetManagementClusterMemberNatSetting

    AutoRule bool
    HideBehind string
    InstallOn string
    Ipv4Address string
    Ipv6Address string
    Method string
    AutoRule bool
    HideBehind string
    InstallOn string
    Ipv4Address string
    Ipv6Address string
    Method string
    auto_rule bool
    hide_behind string
    install_on string
    ipv4_address string
    ipv6_address string
    method string
    autoRule Boolean
    hideBehind String
    installOn String
    ipv4Address String
    ipv6Address String
    method String
    autoRule boolean
    hideBehind string
    installOn string
    ipv4Address string
    ipv6Address string
    method string
    autoRule Boolean
    hideBehind String
    installOn String
    ipv4Address String
    ipv6Address String
    method String

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.0.0
    published on Monday, Mar 30, 2026 by checkpointsw

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial