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

    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 getGaiaShowMldStats(args: GetGaiaShowMldStatsArgs, opts?: InvokeOptions): Promise<GetGaiaShowMldStatsResult>
    function getGaiaShowMldStatsOutput(args: GetGaiaShowMldStatsOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowMldStatsResult>
    def get_gaia_show_mld_stats(debug: Optional[bool] = None,
                                id: Optional[str] = None,
                                member_id: Optional[str] = None,
                                type: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetGaiaShowMldStatsResult
    def get_gaia_show_mld_stats_output(debug: pulumi.Input[Optional[bool]] = None,
                                id: pulumi.Input[Optional[str]] = None,
                                member_id: pulumi.Input[Optional[str]] = None,
                                type: pulumi.Input[Optional[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowMldStatsResult]
    func GetGaiaShowMldStats(ctx *Context, args *GetGaiaShowMldStatsArgs, opts ...InvokeOption) (*GetGaiaShowMldStatsResult, error)
    func GetGaiaShowMldStatsOutput(ctx *Context, args *GetGaiaShowMldStatsOutputArgs, opts ...InvokeOption) GetGaiaShowMldStatsResultOutput

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

    public static class GetGaiaShowMldStats 
    {
        public static Task<GetGaiaShowMldStatsResult> InvokeAsync(GetGaiaShowMldStatsArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowMldStatsResult> Invoke(GetGaiaShowMldStatsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowMldStatsResult> getGaiaShowMldStats(GetGaiaShowMldStatsArgs args, InvokeOptions options)
    public static Output<GetGaiaShowMldStatsResult> getGaiaShowMldStats(GetGaiaShowMldStatsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowMldStats:getGaiaShowMldStats
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowmldstats" "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
    Type string
    The type of MLD statistics
    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
    Type string
    The type of MLD statistics
    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
    type string
    The type of MLD statistics
    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
    type String
    The type of MLD statistics
    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
    type string
    The type of MLD statistics
    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
    type str
    The type of MLD statistics
    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
    type String
    The type of MLD statistics

    getGaiaShowMldStats Result

    The following output properties are available:

    Supporting Types

    GetGaiaShowMldStatsError

    BadGroup float64
    BadRouterAlert float64
    BadTtl float64
    NoMld float64
    NonLinklocalSender float64
    Truncated float64
    TxTruncated float64
    VersionMismatch float64

    GetGaiaShowMldStatsReceife

    ListenerDone float64
    ListenerQuery float64
    ListenerReport float64
    NumV2Report float64
    Total float64

    GetGaiaShowMldStatsTransmit

    ListenerQuery double
    Total double
    ListenerQuery float64
    Total float64
    listener_query number
    total number
    listenerQuery Double
    total Double
    listenerQuery number
    total number
    listenerQuery Number
    total 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