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 getGaiaShowMaestroSites
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 getGaiaShowMaestroSites(args: GetGaiaShowMaestroSitesArgs, opts?: InvokeOptions): Promise<GetGaiaShowMaestroSitesResult>
function getGaiaShowMaestroSitesOutput(args: GetGaiaShowMaestroSitesOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowMaestroSitesResult>def get_gaia_show_maestro_sites(debug: Optional[bool] = None,
id: Optional[str] = None,
include_pending_changes: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetGaiaShowMaestroSitesResult
def get_gaia_show_maestro_sites_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[GetGaiaShowMaestroSitesResult]func GetGaiaShowMaestroSites(ctx *Context, args *GetGaiaShowMaestroSitesArgs, opts ...InvokeOption) (*GetGaiaShowMaestroSitesResult, error)
func GetGaiaShowMaestroSitesOutput(ctx *Context, args *GetGaiaShowMaestroSitesOutputArgs, opts ...InvokeOption) GetGaiaShowMaestroSitesResultOutput> Note: This function is named GetGaiaShowMaestroSites in the Go SDK.
public static class GetGaiaShowMaestroSites
{
public static Task<GetGaiaShowMaestroSitesResult> InvokeAsync(GetGaiaShowMaestroSitesArgs args, InvokeOptions? opts = null)
public static Output<GetGaiaShowMaestroSitesResult> Invoke(GetGaiaShowMaestroSitesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGaiaShowMaestroSitesResult> getGaiaShowMaestroSites(GetGaiaShowMaestroSitesArgs args, InvokeOptions options)
public static Output<GetGaiaShowMaestroSitesResult> getGaiaShowMaestroSites(GetGaiaShowMaestroSitesArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getGaiaShowMaestroSites:getGaiaShowMaestroSites
arguments:
# arguments dictionarydata "checkpoint_getgaiashowmaestrosites" "name" {
# arguments
}The following arguments are supported:
- Debug bool
- Id string
- Include
Pending boolChanges
- Debug bool
- Id string
- Include
Pending boolChanges
- debug bool
- id string
- include_
pending_ boolchanges
- debug Boolean
- id String
- include
Pending BooleanChanges
- debug boolean
- id string
- include
Pending booleanChanges
- debug bool
- id str
- include_
pending_ boolchanges
- debug Boolean
- id String
- include
Pending BooleanChanges
getGaiaShowMaestroSites Result
The following output properties are available:
- Id string
- Sites
List<Get
Gaia Show Maestro Sites Site> - Debug bool
- Include
Pending boolChanges
- Id string
- Sites
[]Get
Gaia Show Maestro Sites Site - Debug bool
- Include
Pending boolChanges
- id string
- sites list(object)
- debug bool
- include_
pending_ boolchanges
- id String
- sites
List<Get
Gaia Show Maestro Sites Site> - debug Boolean
- include
Pending BooleanChanges
- id string
- sites
Get
Gaia Show Maestro Sites Site[] - debug boolean
- include
Pending booleanChanges
- id String
- sites List<Property Map>
- debug Boolean
- include
Pending BooleanChanges
Supporting Types
GetGaiaShowMaestroSitesSite
GetGaiaShowMaestroSitesSiteDescription
- Description string
- Security
Group double
- Description string
- Security
Group float64
- description string
- security_
group number
- description String
- security
Group Double
- description string
- security
Group number
- description str
- security_
group float
- description String
- security
Group Number
GetGaiaShowMaestroSitesSiteGateway
- Description string
- Downlink
Ports List<GetGaia Show Maestro Sites Site Gateway Downlink Port> - Member
Id double - Model string
- Resource
Id string - Security
Group double - Site double
- State string
- Versions
List<Get
Gaia Show Maestro Sites Site Gateway Version> - Weight double
- Description string
- Downlink
Ports []GetGaia Show Maestro Sites Site Gateway Downlink Port - Member
Id float64 - Model string
- Resource
Id string - Security
Group float64 - Site float64
- State string
- Versions
[]Get
Gaia Show Maestro Sites Site 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 Sites Site Gateway Downlink Port> - member
Id Double - model String
- resource
Id String - security
Group Double - site Double
- state String
- versions
List<Get
Gaia Show Maestro Sites Site Gateway Version> - weight Double
- description string
- downlink
Ports GetGaia Show Maestro Sites Site Gateway Downlink Port[] - member
Id number - model string
- resource
Id string - security
Group number - site number
- state string
- versions
Get
Gaia Show Maestro Sites Site 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
GetGaiaShowMaestroSitesSiteGatewayDownlinkPort
- 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
GetGaiaShowMaestroSitesSiteGatewayVersion
- 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