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 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 dictionarydata "checkpoint_getgaiashowmaestrogateways" "name" {
# arguments
}The following arguments are supported:
- Debug bool
- Id string
- Include
Pending boolChanges - If true, show pending topology. If false, show deployed topology
- Debug bool
- Id string
- Include
Pending boolChanges - If true, show pending topology. If false, show deployed topology
- debug bool
- id string
- include_
pending_ boolchanges - If true, show pending topology. If false, show deployed topology
- debug Boolean
- id String
- include
Pending BooleanChanges - If true, show pending topology. If false, show deployed topology
- debug boolean
- id string
- include
Pending booleanChanges - If true, show pending topology. If false, show deployed topology
- debug bool
- id str
- include_
pending_ boolchanges - If true, show pending topology. If false, show deployed topology
- debug Boolean
- id String
- include
Pending BooleanChanges - If true, show pending topology. If false, show deployed topology
getGaiaShowMaestroGateways Result
The following output properties are available:
- Gateways
[]Get
Gaia Show Maestro Gateways Gateway - Id string
- Debug bool
- Include
Pending boolChanges
- gateways list(object)
- id string
- debug bool
- include_
pending_ boolchanges
- gateways
List<Get
Gaia Show Maestro Gateways Gateway> - id String
- debug Boolean
- include
Pending BooleanChanges
- gateways
Get
Gaia Show Maestro Gateways Gateway[] - id string
- debug boolean
- include
Pending booleanChanges
- gateways List<Property Map>
- id String
- debug Boolean
- include
Pending BooleanChanges
Supporting Types
GetGaiaShowMaestroGatewaysGateway
- Description string
- Downlink
Ports List<GetGaia Show Maestro Gateways Gateway Downlink Port> - Member
Id double - Model string
- Resource
Id string - Security
Group double - Site double
- State string
- Versions
List<Get
Gaia Show Maestro Gateways Gateway Version> - Weight double
- Description string
- Downlink
Ports []GetGaia Show Maestro Gateways Gateway Downlink Port - Member
Id float64 - Model string
- Resource
Id string - Security
Group float64 - Site float64
- State string
- Versions
[]Get
Gaia Show Maestro Gateways Gateway Version - Weight float64
- description string
- downlink_
ports list(object) - member_
id number - model string
- resource_
id string - security_
group number - site number
- state string
- versions list(object)
- weight number
- description String
- downlink
Ports List<GetGaia Show Maestro Gateways Gateway Downlink Port> - member
Id Double - model String
- resource
Id String - security
Group Double - site Double
- state String
- versions
List<Get
Gaia Show Maestro Gateways Gateway Version> - weight Double
- description string
- downlink
Ports GetGaia Show Maestro Gateways Gateway Downlink Port[] - member
Id number - model string
- resource
Id string - security
Group number - site number
- state string
- versions
Get
Gaia Show Maestro Gateways Gateway Version[] - weight number
- description String
- downlink
Ports List<Property Map> - member
Id Number - model String
- resource
Id String - security
Group Number - site Number
- state String
- versions List<Property Map>
- weight Number
GetGaiaShowMaestroGatewaysGatewayDownlinkPort
- Orchestrator
Id string - Port string
- Orchestrator
Id string - Port string
- orchestrator_
id string - port string
- orchestrator
Id String - port String
- orchestrator
Id string - port string
- orchestrator_
id str - port str
- orchestrator
Id 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
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