1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementVoipDomainH323Gatekeeper
checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw
checkpoint logo
checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw

    Use this data source to get information on an existing Check Point Voip Domain H323 Gatekeeper.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const dataTest = checkpoint.getManagementVoipDomainH323Gatekeeper({
        name: "h323_gatekeeper1",
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    data_test = checkpoint.get_management_voip_domain_h323_gatekeeper(name="h323_gatekeeper1")
    
    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.LookupManagementVoipDomainH323Gatekeeper(ctx, &checkpoint.LookupManagementVoipDomainH323GatekeeperArgs{
    			Name: pulumi.StringRef("h323_gatekeeper1"),
    		}, 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 dataTest = Checkpoint.GetManagementVoipDomainH323Gatekeeper.Invoke(new()
        {
            Name = "h323_gatekeeper1",
        });
    
    });
    
    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.GetManagementVoipDomainH323GatekeeperArgs;
    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 dataTest = CheckpointFunctions.getManagementVoipDomainH323Gatekeeper(GetManagementVoipDomainH323GatekeeperArgs.builder()
                .name("h323_gatekeeper1")
                .build());
    
        }
    }
    
    variables:
      dataTest:
        fn::invoke:
          function: checkpoint:getManagementVoipDomainH323Gatekeeper
          arguments:
            name: h323_gatekeeper1
    

    Using getManagementVoipDomainH323Gatekeeper

    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 getManagementVoipDomainH323Gatekeeper(args: GetManagementVoipDomainH323GatekeeperArgs, opts?: InvokeOptions): Promise<GetManagementVoipDomainH323GatekeeperResult>
    function getManagementVoipDomainH323GatekeeperOutput(args: GetManagementVoipDomainH323GatekeeperOutputArgs, opts?: InvokeOptions): Output<GetManagementVoipDomainH323GatekeeperResult>
    def get_management_voip_domain_h323_gatekeeper(id: Optional[str] = None,
                                                   name: Optional[str] = None,
                                                   uid: Optional[str] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetManagementVoipDomainH323GatekeeperResult
    def get_management_voip_domain_h323_gatekeeper_output(id: Optional[pulumi.Input[str]] = None,
                                                   name: Optional[pulumi.Input[str]] = None,
                                                   uid: Optional[pulumi.Input[str]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetManagementVoipDomainH323GatekeeperResult]
    func LookupManagementVoipDomainH323Gatekeeper(ctx *Context, args *LookupManagementVoipDomainH323GatekeeperArgs, opts ...InvokeOption) (*LookupManagementVoipDomainH323GatekeeperResult, error)
    func LookupManagementVoipDomainH323GatekeeperOutput(ctx *Context, args *LookupManagementVoipDomainH323GatekeeperOutputArgs, opts ...InvokeOption) LookupManagementVoipDomainH323GatekeeperResultOutput

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

    public static class GetManagementVoipDomainH323Gatekeeper 
    {
        public static Task<GetManagementVoipDomainH323GatekeeperResult> InvokeAsync(GetManagementVoipDomainH323GatekeeperArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementVoipDomainH323GatekeeperResult> Invoke(GetManagementVoipDomainH323GatekeeperInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementVoipDomainH323GatekeeperResult> getManagementVoipDomainH323Gatekeeper(GetManagementVoipDomainH323GatekeeperArgs args, InvokeOptions options)
    public static Output<GetManagementVoipDomainH323GatekeeperResult> getManagementVoipDomainH323Gatekeeper(GetManagementVoipDomainH323GatekeeperArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementVoipDomainH323Gatekeeper:getManagementVoipDomainH323Gatekeeper
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Object name. Should be unique in the domain.
    Uid string
    Object unique identifier.
    Id string
    Name string
    Object name. Should be unique in the domain.
    Uid string
    Object unique identifier.
    id String
    name String
    Object name. Should be unique in the domain.
    uid String
    Object unique identifier.
    id string
    name string
    Object name. Should be unique in the domain.
    uid string
    Object unique identifier.
    id str
    name str
    Object name. Should be unique in the domain.
    uid str
    Object unique identifier.
    id String
    name String
    Object name. Should be unique in the domain.
    uid String
    Object unique identifier.

    getManagementVoipDomainH323Gatekeeper Result

    The following output properties are available:

    color String
    comments String
    endpointsDomain String
    icon String
    id String
    installedAt String
    routingModes List<Property Map>
    tags List<String>
    name String
    uid String

    Supporting Types

    GetManagementVoipDomainH323GatekeeperRoutingMode

    CallSetup bool
    Indicates whether the routing mode includes call setup (Q.931).
    CallSetupAndCallControl bool
    Indicates whether the routing mode includes both call setup (Q.931) and call control (H.245).
    Direct bool
    Indicates whether the routing mode is direct.
    CallSetup bool
    Indicates whether the routing mode includes call setup (Q.931).
    CallSetupAndCallControl bool
    Indicates whether the routing mode includes both call setup (Q.931) and call control (H.245).
    Direct bool
    Indicates whether the routing mode is direct.
    callSetup Boolean
    Indicates whether the routing mode includes call setup (Q.931).
    callSetupAndCallControl Boolean
    Indicates whether the routing mode includes both call setup (Q.931) and call control (H.245).
    direct Boolean
    Indicates whether the routing mode is direct.
    callSetup boolean
    Indicates whether the routing mode includes call setup (Q.931).
    callSetupAndCallControl boolean
    Indicates whether the routing mode includes both call setup (Q.931) and call control (H.245).
    direct boolean
    Indicates whether the routing mode is direct.
    call_setup bool
    Indicates whether the routing mode includes call setup (Q.931).
    call_setup_and_call_control bool
    Indicates whether the routing mode includes both call setup (Q.931) and call control (H.245).
    direct bool
    Indicates whether the routing mode is direct.
    callSetup Boolean
    Indicates whether the routing mode includes call setup (Q.931).
    callSetupAndCallControl Boolean
    Indicates whether the routing mode includes both call setup (Q.931) and call control (H.245).
    direct Boolean
    Indicates whether the routing mode is direct.

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw
      Meet Neo: Your AI Platform Teammate