Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
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 dictionarydata "checkpoint_getgaiashowmaestroports" "name" {
# arguments
}The following arguments are supported:
getGaiaShowMaestroPorts Result
The following output properties are available:
- Id string
- Ports
List<Get
Gaia Show Maestro Ports Port> - Debug bool
- Id string
- Ports
[]Get
Gaia Show Maestro Ports Port - Debug bool
- id string
- ports list(object)
- debug bool
- id String
- ports
List<Get
Gaia Show Maestro Ports Port> - debug Boolean
- id string
- ports
Get
Gaia Show Maestro Ports Port[] - debug boolean
- id String
- ports List<Property Map>
- debug Boolean
Supporting Types
GetGaiaShowMaestroPortsPort
- Auto
Negotiation bool - Enabled bool
- Interface
Name string - Link
State bool - Mtu double
- Operating
Speed string - Orchestrator
Ids List<double> - Qsfp
Mode string - Resource
Id string - Rx
Frames double - Site double
- Transceiver
State string - Tx
Frames double - Type string
- Auto
Negotiation bool - Enabled bool
- Interface
Name string - Link
State bool - Mtu float64
- Operating
Speed string - Orchestrator
Ids []float64 - Qsfp
Mode string - Resource
Id string - Rx
Frames float64 - Site float64
- Transceiver
State string - Tx
Frames 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
- auto
Negotiation Boolean - enabled Boolean
- interface
Name String - link
State Boolean - mtu Double
- operating
Speed String - orchestrator
Ids List<Double> - qsfp
Mode String - resource
Id String - rx
Frames Double - site Double
- transceiver
State String - tx
Frames Double - type String
- auto
Negotiation boolean - enabled boolean
- interface
Name string - link
State boolean - mtu number
- operating
Speed string - orchestrator
Ids number[] - qsfp
Mode string - resource
Id string - rx
Frames number - site number
- transceiver
State string - tx
Frames number - type string
- auto_
negotiation bool - enabled bool
- interface_
name str - link_
state bool - mtu float
- operating_
speed str - orchestrator_
ids Sequence[float] - qsfp_
mode str - resource_
id str - rx_
frames float - site float
- transceiver_
state str - tx_
frames float - type str
- auto
Negotiation Boolean - enabled Boolean
- interface
Name String - link
State Boolean - 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
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw