1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getGaiaShowMaestroPorts
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 getGaiaShowMaestroPorts

    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 getGaiaShowMaestroPorts(args: GetGaiaShowMaestroPortsArgs, opts?: InvokeOptions): Promise<GetGaiaShowMaestroPortsResult>
    function getGaiaShowMaestroPortsOutput(args: GetGaiaShowMaestroPortsOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowMaestroPortsResult>
    def get_gaia_show_maestro_ports(debug: Optional[bool] = None,
                                    id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetGaiaShowMaestroPortsResult
    def get_gaia_show_maestro_ports_output(debug: pulumi.Input[Optional[bool]] = None,
                                    id: pulumi.Input[Optional[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowMaestroPortsResult]
    func GetGaiaShowMaestroPorts(ctx *Context, args *GetGaiaShowMaestroPortsArgs, opts ...InvokeOption) (*GetGaiaShowMaestroPortsResult, error)
    func GetGaiaShowMaestroPortsOutput(ctx *Context, args *GetGaiaShowMaestroPortsOutputArgs, opts ...InvokeOption) GetGaiaShowMaestroPortsResultOutput

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

    public static class GetGaiaShowMaestroPorts 
    {
        public static Task<GetGaiaShowMaestroPortsResult> InvokeAsync(GetGaiaShowMaestroPortsArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowMaestroPortsResult> Invoke(GetGaiaShowMaestroPortsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowMaestroPortsResult> getGaiaShowMaestroPorts(GetGaiaShowMaestroPortsArgs args, InvokeOptions options)
    public static Output<GetGaiaShowMaestroPortsResult> getGaiaShowMaestroPorts(GetGaiaShowMaestroPortsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowMaestroPorts:getGaiaShowMaestroPorts
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowmaestroports" "name" {
        # arguments
    }

    The following arguments are supported:

    Debug bool
    Id string
    Debug bool
    Id string
    debug bool
    id string
    debug Boolean
    id String
    debug boolean
    id string
    debug bool
    id str
    debug Boolean
    id String

    getGaiaShowMaestroPorts Result

    The following output properties are available:

    Supporting Types

    GetGaiaShowMaestroPortsPort

    AutoNegotiation bool
    Enabled bool
    InterfaceName string
    LinkState bool
    Mtu double
    OperatingSpeed string
    OrchestratorIds List<double>
    QsfpMode string
    ResourceId string
    RxFrames double
    Site double
    TransceiverState string
    TxFrames double
    Type string
    AutoNegotiation bool
    Enabled bool
    InterfaceName string
    LinkState bool
    Mtu float64
    OperatingSpeed string
    OrchestratorIds []float64
    QsfpMode string
    ResourceId string
    RxFrames float64
    Site float64
    TransceiverState string
    TxFrames float64
    Type string
    auto_negotiation bool
    enabled bool
    interface_name string
    link_state bool
    mtu number
    operating_speed string
    orchestrator_ids list(number)
    qsfp_mode string
    resource_id string
    rx_frames number
    site number
    transceiver_state string
    tx_frames number
    type string
    autoNegotiation Boolean
    enabled Boolean
    interfaceName String
    linkState Boolean
    mtu Double
    operatingSpeed String
    orchestratorIds List<Double>
    qsfpMode String
    resourceId String
    rxFrames Double
    site Double
    transceiverState String
    txFrames Double
    type String
    autoNegotiation boolean
    enabled boolean
    interfaceName string
    linkState boolean
    mtu number
    operatingSpeed string
    orchestratorIds number[]
    qsfpMode string
    resourceId string
    rxFrames number
    site number
    transceiverState string
    txFrames number
    type string
    autoNegotiation Boolean
    enabled Boolean
    interfaceName String
    linkState Boolean
    mtu Number
    operatingSpeed String
    orchestratorIds List<Number>
    qsfpMode String
    resourceId String
    rxFrames Number
    site Number
    transceiverState String
    txFrames Number
    type 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