1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementClusterMember
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.getManagementClusterMember

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 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({
        limitInterfaces: "20",
        uid: "CLUSTER_MEMBER_UID",
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    data_cluster_member = checkpoint.get_management_cluster_member(limit_interfaces="20",
        uid="CLUSTER_MEMBER_UID")
    
    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.GetManagementClusterMember(ctx, &checkpoint.GetManagementClusterMemberArgs{
    			LimitInterfaces: pulumi.StringRef("20"),
    			Uid:             "CLUSTER_MEMBER_UID",
    		}, 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()
        {
            LimitInterfaces = "20",
            Uid = "CLUSTER_MEMBER_UID",
        });
    
    });
    
    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()
                .limitInterfaces(20)
                .uid("CLUSTER_MEMBER_UID")
                .build());
    
        }
    }
    
    variables:
      dataClusterMember:
        fn::invoke:
          function: checkpoint:getManagementClusterMember
          arguments:
            limitInterfaces: 20
            uid: CLUSTER_MEMBER_UID
    

    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: Optional[pulumi.Input[str]] = None,
                                      limit_interfaces: Optional[pulumi.Input[str]] = None,
                                      uid: Optional[pulumi.Input[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

    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
    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:

    ClusterUid string
    Id string
    Interfaces List<GetManagementClusterMemberInterface>
    IpAddress string
    Ipv6Address string
    Name string
    NatSettings Dictionary<string, string>
    Priority double
    SicMessage string
    SicState string
    Type string
    Uid string
    LimitInterfaces string
    ClusterUid string
    Id string
    Interfaces []GetManagementClusterMemberInterface
    IpAddress string
    Ipv6Address string
    Name string
    NatSettings map[string]string
    Priority float64
    SicMessage string
    SicState string
    Type string
    Uid string
    LimitInterfaces string
    clusterUid string
    id string
    interfaces GetManagementClusterMemberInterface[]
    ipAddress string
    ipv6Address string
    name string
    natSettings {[key: string]: string}
    priority number
    sicMessage string
    sicState string
    type string
    uid string
    limitInterfaces string
    clusterUid String
    id String
    interfaces List<Property Map>
    ipAddress String
    ipv6Address String
    name String
    natSettings Map<String>
    priority Number
    sicMessage String
    sicState String
    type String
    uid String
    limitInterfaces String

    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.
    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.

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw