1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getGaiaShowMaestroGateways
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw

    Using getGaiaShowMaestroGateways

    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 getGaiaShowMaestroGateways(args: GetGaiaShowMaestroGatewaysArgs, opts?: InvokeOptions): Promise<GetGaiaShowMaestroGatewaysResult>
    function getGaiaShowMaestroGatewaysOutput(args: GetGaiaShowMaestroGatewaysOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowMaestroGatewaysResult>
    def get_gaia_show_maestro_gateways(debug: Optional[bool] = None,
                                       id: Optional[str] = None,
                                       include_pending_changes: Optional[bool] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetGaiaShowMaestroGatewaysResult
    def get_gaia_show_maestro_gateways_output(debug: pulumi.Input[Optional[bool]] = None,
                                       id: pulumi.Input[Optional[str]] = None,
                                       include_pending_changes: pulumi.Input[Optional[bool]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowMaestroGatewaysResult]
    func GetGaiaShowMaestroGateways(ctx *Context, args *GetGaiaShowMaestroGatewaysArgs, opts ...InvokeOption) (*GetGaiaShowMaestroGatewaysResult, error)
    func GetGaiaShowMaestroGatewaysOutput(ctx *Context, args *GetGaiaShowMaestroGatewaysOutputArgs, opts ...InvokeOption) GetGaiaShowMaestroGatewaysResultOutput

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

    public static class GetGaiaShowMaestroGateways 
    {
        public static Task<GetGaiaShowMaestroGatewaysResult> InvokeAsync(GetGaiaShowMaestroGatewaysArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowMaestroGatewaysResult> Invoke(GetGaiaShowMaestroGatewaysInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowMaestroGatewaysResult> getGaiaShowMaestroGateways(GetGaiaShowMaestroGatewaysArgs args, InvokeOptions options)
    public static Output<GetGaiaShowMaestroGatewaysResult> getGaiaShowMaestroGateways(GetGaiaShowMaestroGatewaysArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowMaestroGateways:getGaiaShowMaestroGateways
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowmaestrogateways" "name" {
        # arguments
    }

    The following arguments are supported:

    Debug bool
    Id string
    IncludePendingChanges bool
    If true, show pending topology. If false, show deployed topology
    Debug bool
    Id string
    IncludePendingChanges bool
    If true, show pending topology. If false, show deployed topology
    debug bool
    id string
    include_pending_changes bool
    If true, show pending topology. If false, show deployed topology
    debug Boolean
    id String
    includePendingChanges Boolean
    If true, show pending topology. If false, show deployed topology
    debug boolean
    id string
    includePendingChanges boolean
    If true, show pending topology. If false, show deployed topology
    debug bool
    id str
    include_pending_changes bool
    If true, show pending topology. If false, show deployed topology
    debug Boolean
    id String
    includePendingChanges Boolean
    If true, show pending topology. If false, show deployed topology

    getGaiaShowMaestroGateways Result

    The following output properties are available:

    Supporting Types

    GetGaiaShowMaestroGatewaysGateway

    GetGaiaShowMaestroGatewaysGatewayDownlinkPort

    OrchestratorId string
    Port string
    OrchestratorId string
    Port string
    orchestrator_id string
    port string
    orchestratorId String
    port String
    orchestratorId string
    port string
    orchestratorId String
    port String

    GetGaiaShowMaestroGatewaysGatewayVersion

    Major string
    Major string
    major string
    major String
    major string
    major str
    major 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.2.0
    published on Monday, Jun 15, 2026 by checkpointsw

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial