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

    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 getGaiaShowBootpStats(args: GetGaiaShowBootpStatsArgs, opts?: InvokeOptions): Promise<GetGaiaShowBootpStatsResult>
    function getGaiaShowBootpStatsOutput(args: GetGaiaShowBootpStatsOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowBootpStatsResult>
    def get_gaia_show_bootp_stats(debug: Optional[bool] = None,
                                  id: Optional[str] = None,
                                  member_id: Optional[str] = None,
                                  summary: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetGaiaShowBootpStatsResult
    def get_gaia_show_bootp_stats_output(debug: pulumi.Input[Optional[bool]] = None,
                                  id: pulumi.Input[Optional[str]] = None,
                                  member_id: pulumi.Input[Optional[str]] = None,
                                  summary: pulumi.Input[Optional[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowBootpStatsResult]
    func GetGaiaShowBootpStats(ctx *Context, args *GetGaiaShowBootpStatsArgs, opts ...InvokeOption) (*GetGaiaShowBootpStatsResult, error)
    func GetGaiaShowBootpStatsOutput(ctx *Context, args *GetGaiaShowBootpStatsOutputArgs, opts ...InvokeOption) GetGaiaShowBootpStatsResultOutput

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

    public static class GetGaiaShowBootpStats 
    {
        public static Task<GetGaiaShowBootpStatsResult> InvokeAsync(GetGaiaShowBootpStatsArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowBootpStatsResult> Invoke(GetGaiaShowBootpStatsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowBootpStatsResult> getGaiaShowBootpStats(GetGaiaShowBootpStatsArgs args, InvokeOptions options)
    public static Output<GetGaiaShowBootpStatsResult> getGaiaShowBootpStats(GetGaiaShowBootpStatsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowBootpStats:getGaiaShowBootpStats
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowbootpstats" "name" {
        # arguments
    }

    The following arguments are supported:

    Debug bool
    Id string
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    Summary string
    Filter the bootp stats returned
    Debug bool
    Id string
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    Summary string
    Filter the bootp stats returned
    debug bool
    id string
    member_id string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    summary string
    Filter the bootp stats returned
    debug Boolean
    id String
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    summary String
    Filter the bootp stats returned
    debug boolean
    id string
    memberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    summary string
    Filter the bootp stats returned
    debug bool
    id str
    member_id str
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    summary str
    Filter the bootp stats returned
    debug Boolean
    id String
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    summary String
    Filter the bootp stats returned

    getGaiaShowBootpStats Result

    The following output properties are available:

    Supporting Types

    GetGaiaShowBootpStatsReceiveSummary

    Reply double
    Request double
    Total double
    Truncated double
    Unknown double
    Reply float64
    Request float64
    Total float64
    Truncated float64
    Unknown float64
    reply number
    request number
    total number
    truncated number
    unknown number
    reply Double
    request Double
    total Double
    truncated Double
    unknown Double
    reply number
    request number
    total number
    truncated number
    unknown number
    reply float
    request float
    total float
    truncated float
    unknown float
    reply Number
    request Number
    total Number
    truncated Number
    unknown Number

    GetGaiaShowBootpStatsReplySummary

    GetGaiaShowBootpStatsReplySummaryDropped

    GetGaiaShowBootpStatsReplySummaryRelayed

    Broadcast double
    Unicast double
    Broadcast float64
    Unicast float64
    broadcast number
    unicast number
    broadcast Double
    unicast Double
    broadcast number
    unicast number
    broadcast float
    unicast float
    broadcast Number
    unicast Number

    GetGaiaShowBootpStatsRequestSummary

    GetGaiaShowBootpStatsRequestSummaryDropped

    GetGaiaShowBootpStatsRequestSummaryRelayed

    Packets double
    Requests double
    Packets float64
    Requests float64
    packets number
    requests number
    packets Double
    requests Double
    packets number
    requests number
    packets float
    requests float
    packets Number
    requests Number

    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