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

    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 getGaiaShowIgmpGroups(args: GetGaiaShowIgmpGroupsArgs, opts?: InvokeOptions): Promise<GetGaiaShowIgmpGroupsResult>
    function getGaiaShowIgmpGroupsOutput(args: GetGaiaShowIgmpGroupsOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowIgmpGroupsResult>
    def get_gaia_show_igmp_groups(debug: Optional[bool] = None,
                                  id: Optional[str] = None,
                                  interface: Optional[str] = None,
                                  limit: Optional[float] = None,
                                  member_id: Optional[str] = None,
                                  offset: Optional[float] = None,
                                  order: Optional[str] = None,
                                  type: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetGaiaShowIgmpGroupsResult
    def get_gaia_show_igmp_groups_output(debug: pulumi.Input[Optional[bool]] = None,
                                  id: pulumi.Input[Optional[str]] = None,
                                  interface: pulumi.Input[Optional[str]] = None,
                                  limit: pulumi.Input[Optional[float]] = None,
                                  member_id: pulumi.Input[Optional[str]] = None,
                                  offset: pulumi.Input[Optional[float]] = None,
                                  order: pulumi.Input[Optional[str]] = None,
                                  type: pulumi.Input[Optional[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowIgmpGroupsResult]
    func GetGaiaShowIgmpGroups(ctx *Context, args *GetGaiaShowIgmpGroupsArgs, opts ...InvokeOption) (*GetGaiaShowIgmpGroupsResult, error)
    func GetGaiaShowIgmpGroupsOutput(ctx *Context, args *GetGaiaShowIgmpGroupsOutputArgs, opts ...InvokeOption) GetGaiaShowIgmpGroupsResultOutput

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

    public static class GetGaiaShowIgmpGroups 
    {
        public static Task<GetGaiaShowIgmpGroupsResult> InvokeAsync(GetGaiaShowIgmpGroupsArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowIgmpGroupsResult> Invoke(GetGaiaShowIgmpGroupsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowIgmpGroupsResult> getGaiaShowIgmpGroups(GetGaiaShowIgmpGroupsArgs args, InvokeOptions options)
    public static Output<GetGaiaShowIgmpGroupsResult> getGaiaShowIgmpGroups(GetGaiaShowIgmpGroupsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowIgmpGroups:getGaiaShowIgmpGroups
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowigmpgroups" "name" {
        # arguments
    }

    The following arguments are supported:

    Debug bool
    Id string
    Interface string
    The name of the interface associated with the IGMP groups
    Limit double
    The maximum number of returned results
    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
    Offset double
    The number of results to initially skip
    Order string
    Sorts the interface IGMP groups entries by interface name in either ascending or descending order
    Type string
    The type of IGMP group
    Debug bool
    Id string
    Interface string
    The name of the interface associated with the IGMP groups
    Limit float64
    The maximum number of returned results
    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
    Offset float64
    The number of results to initially skip
    Order string
    Sorts the interface IGMP groups entries by interface name in either ascending or descending order
    Type string
    The type of IGMP group
    debug bool
    id string
    interface string
    The name of the interface associated with the IGMP groups
    limit number
    The maximum number of returned results
    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
    offset number
    The number of results to initially skip
    order string
    Sorts the interface IGMP groups entries by interface name in either ascending or descending order
    type string
    The type of IGMP group
    debug Boolean
    id String
    interface_ String
    The name of the interface associated with the IGMP groups
    limit Double
    The maximum number of returned results
    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
    offset Double
    The number of results to initially skip
    order String
    Sorts the interface IGMP groups entries by interface name in either ascending or descending order
    type String
    The type of IGMP group
    debug boolean
    id string
    interface string
    The name of the interface associated with the IGMP groups
    limit number
    The maximum number of returned results
    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
    offset number
    The number of results to initially skip
    order string
    Sorts the interface IGMP groups entries by interface name in either ascending or descending order
    type string
    The type of IGMP group
    debug bool
    id str
    interface str
    The name of the interface associated with the IGMP groups
    limit float
    The maximum number of returned results
    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
    offset float
    The number of results to initially skip
    order str
    Sorts the interface IGMP groups entries by interface name in either ascending or descending order
    type str
    The type of IGMP group
    debug Boolean
    id String
    interface String
    The name of the interface associated with the IGMP groups
    limit Number
    The maximum number of returned results
    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
    offset Number
    The number of results to initially skip
    order String
    Sorts the interface IGMP groups entries by interface name in either ascending or descending order
    type String
    The type of IGMP group

    getGaiaShowIgmpGroups Result

    The following output properties are available:

    From double
    Id string
    Objects List<GetGaiaShowIgmpGroupsObject>
    To double
    Total double
    Debug bool
    Interface string
    Limit double
    MemberId string
    Offset double
    Order string
    Type string
    From float64
    Id string
    Objects []GetGaiaShowIgmpGroupsObject
    To float64
    Total float64
    Debug bool
    Interface string
    Limit float64
    MemberId string
    Offset float64
    Order string
    Type string
    from number
    id string
    objects list(object)
    to number
    total number
    debug bool
    interface string
    limit number
    member_id string
    offset number
    order string
    type string
    from Double
    id String
    objects List<GetGaiaShowIgmpGroupsObject>
    to Double
    total Double
    debug Boolean
    interface_ String
    limit Double
    memberId String
    offset Double
    order String
    type String
    from number
    id string
    objects GetGaiaShowIgmpGroupsObject[]
    to number
    total number
    debug boolean
    interface string
    limit number
    memberId string
    offset number
    order string
    type string
    from Number
    id String
    objects List<Property Map>
    to Number
    total Number
    debug Boolean
    interface String
    limit Number
    memberId String
    offset Number
    order String
    type String

    Supporting Types

    GetGaiaShowIgmpGroupsObject

    Address string
    Age double
    Expire double
    Interface string
    The name of the interface associated with the IGMP groups
    Type string
    The type of IGMP group
    Address string
    Age float64
    Expire float64
    Interface string
    The name of the interface associated with the IGMP groups
    Type string
    The type of IGMP group
    address string
    age number
    expire number
    interface string
    The name of the interface associated with the IGMP groups
    type string
    The type of IGMP group
    address String
    age Double
    expire Double
    interface_ String
    The name of the interface associated with the IGMP groups
    type String
    The type of IGMP group
    address string
    age number
    expire number
    interface string
    The name of the interface associated with the IGMP groups
    type string
    The type of IGMP group
    address str
    age float
    expire float
    interface str
    The name of the interface associated with the IGMP groups
    type str
    The type of IGMP group
    address String
    age Number
    expire Number
    interface String
    The name of the interface associated with the IGMP groups
    type String
    The type of IGMP group

    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