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

    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 getGaiaShowIgmpInterfaceStats(args: GetGaiaShowIgmpInterfaceStatsArgs, opts?: InvokeOptions): Promise<GetGaiaShowIgmpInterfaceStatsResult>
    function getGaiaShowIgmpInterfaceStatsOutput(args: GetGaiaShowIgmpInterfaceStatsOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowIgmpInterfaceStatsResult>
    def get_gaia_show_igmp_interface_stats(debug: Optional[bool] = None,
                                           id: Optional[str] = None,
                                           interface: Optional[str] = None,
                                           member_id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetGaiaShowIgmpInterfaceStatsResult
    def get_gaia_show_igmp_interface_stats_output(debug: pulumi.Input[Optional[bool]] = None,
                                           id: pulumi.Input[Optional[str]] = None,
                                           interface: pulumi.Input[Optional[str]] = None,
                                           member_id: pulumi.Input[Optional[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowIgmpInterfaceStatsResult]
    func GetGaiaShowIgmpInterfaceStats(ctx *Context, args *GetGaiaShowIgmpInterfaceStatsArgs, opts ...InvokeOption) (*GetGaiaShowIgmpInterfaceStatsResult, error)
    func GetGaiaShowIgmpInterfaceStatsOutput(ctx *Context, args *GetGaiaShowIgmpInterfaceStatsOutputArgs, opts ...InvokeOption) GetGaiaShowIgmpInterfaceStatsResultOutput

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

    public static class GetGaiaShowIgmpInterfaceStats 
    {
        public static Task<GetGaiaShowIgmpInterfaceStatsResult> InvokeAsync(GetGaiaShowIgmpInterfaceStatsArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowIgmpInterfaceStatsResult> Invoke(GetGaiaShowIgmpInterfaceStatsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowIgmpInterfaceStatsResult> getGaiaShowIgmpInterfaceStats(GetGaiaShowIgmpInterfaceStatsArgs args, InvokeOptions options)
    public static Output<GetGaiaShowIgmpInterfaceStatsResult> getGaiaShowIgmpInterfaceStats(GetGaiaShowIgmpInterfaceStatsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowIgmpInterfaceStats:getGaiaShowIgmpInterfaceStats
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowigmpinterfacestats" "name" {
        # arguments
    }

    The following arguments are supported:

    Interface string
    The name of IGMP interface
    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
    Interface string
    The name of IGMP interface
    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
    interface string
    The name of IGMP interface
    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
    interface_ String
    The name of IGMP interface
    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
    interface string
    The name of IGMP interface
    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
    interface str
    The name of IGMP interface
    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
    interface String
    The name of IGMP interface
    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

    getGaiaShowIgmpInterfaceStats Result

    The following output properties are available:

    Supporting Types

    GetGaiaShowIgmpInterfaceStatsReceife

    Dvmrp float64
    GroupLeave float64
    IgmpV1Host float64
    MembershipQuery float64
    MembershipReport float64
    MtraceRequest float64
    MtraceResponse float64
    NumV3Report float64
    PimV1 float64
    VersionMismatch float64

    GetGaiaShowIgmpInterfaceStatsTransmit

    Dvmrp double
    MembershipQuery double
    MtraceRequest double
    MtraceResponse double
    PimV1 double
    Truncated double
    Dvmrp float64
    MembershipQuery float64
    MtraceRequest float64
    MtraceResponse float64
    PimV1 float64
    Truncated float64
    dvmrp Double
    membershipQuery Double
    mtraceRequest Double
    mtraceResponse Double
    pimV1 Double
    truncated Double
    dvmrp number
    membershipQuery number
    mtraceRequest number
    mtraceResponse number
    pimV1 number
    truncated number
    dvmrp Number
    membershipQuery Number
    mtraceRequest Number
    mtraceResponse Number
    pimV1 Number
    truncated 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