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 getGaiaShowIgmpInterfaces
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 getGaiaShowIgmpInterfaces(args: GetGaiaShowIgmpInterfacesArgs, opts?: InvokeOptions): Promise<GetGaiaShowIgmpInterfacesResult>
function getGaiaShowIgmpInterfacesOutput(args: GetGaiaShowIgmpInterfacesOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowIgmpInterfacesResult>def get_gaia_show_igmp_interfaces(debug: Optional[bool] = None,
id: Optional[str] = None,
limit: Optional[float] = None,
member_id: Optional[str] = None,
offset: Optional[float] = None,
order: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGaiaShowIgmpInterfacesResult
def get_gaia_show_igmp_interfaces_output(debug: pulumi.Input[Optional[bool]] = None,
id: 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,
opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowIgmpInterfacesResult]func GetGaiaShowIgmpInterfaces(ctx *Context, args *GetGaiaShowIgmpInterfacesArgs, opts ...InvokeOption) (*GetGaiaShowIgmpInterfacesResult, error)
func GetGaiaShowIgmpInterfacesOutput(ctx *Context, args *GetGaiaShowIgmpInterfacesOutputArgs, opts ...InvokeOption) GetGaiaShowIgmpInterfacesResultOutput> Note: This function is named GetGaiaShowIgmpInterfaces in the Go SDK.
public static class GetGaiaShowIgmpInterfaces
{
public static Task<GetGaiaShowIgmpInterfacesResult> InvokeAsync(GetGaiaShowIgmpInterfacesArgs args, InvokeOptions? opts = null)
public static Output<GetGaiaShowIgmpInterfacesResult> Invoke(GetGaiaShowIgmpInterfacesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGaiaShowIgmpInterfacesResult> getGaiaShowIgmpInterfaces(GetGaiaShowIgmpInterfacesArgs args, InvokeOptions options)
public static Output<GetGaiaShowIgmpInterfacesResult> getGaiaShowIgmpInterfaces(GetGaiaShowIgmpInterfacesArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getGaiaShowIgmpInterfaces:getGaiaShowIgmpInterfaces
arguments:
# arguments dictionarydata "checkpoint_getgaiashowigmpinterfaces" "name" {
# arguments
}The following arguments are supported:
- Debug bool
- Id string
- Limit double
- 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 double
- The number of results to initially skip
- Order string
- Sorts the interfaces by their names in either ascending or descending order
- Debug bool
- Id string
- Limit float64
- 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 float64
- The number of results to initially skip
- Order string
- Sorts the interfaces by their names in either ascending or descending order
- debug bool
- id string
- 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 interfaces by their names in either ascending or descending order
- debug Boolean
- id String
- limit Double
- 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 Double
- The number of results to initially skip
- order String
- Sorts the interfaces by their names in either ascending or descending order
- debug boolean
- id string
- 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 interfaces by their names in either ascending or descending order
- debug bool
- id str
- 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 interfaces by their names in either ascending or descending order
- debug Boolean
- id String
- 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 interfaces by their names in either ascending or descending order
getGaiaShowIgmpInterfaces Result
The following output properties are available:
Supporting Types
GetGaiaShowIgmpInterfacesObject
- Advertise
Address string - Flags string
- Igmp
Version double - Last
Member doubleQuery Interval - Loss
Robustness double - Multicast
Protocol string - Name string
- Next
Membership doubleQuery - Num
Group doubleActive - Num
Group doubleJoins - Querier
Up doubleTime - Query
Interval double - Query
Response doubleInterval
- Advertise
Address string - Flags string
- Igmp
Version float64 - Last
Member float64Query Interval - Loss
Robustness float64 - Multicast
Protocol string - Name string
- Next
Membership float64Query - Num
Group float64Active - Num
Group float64Joins - Querier
Up float64Time - Query
Interval float64 - Query
Response float64Interval
- advertise_
address string - flags string
- igmp_
version number - last_
member_ numberquery_ interval - loss_
robustness number - multicast_
protocol string - name string
- next_
membership_ numberquery - num_
group_ numberactive - num_
group_ numberjoins - querier_
up_ numbertime - query_
interval number - query_
response_ numberinterval
- advertise
Address String - flags String
- igmp
Version Double - last
Member DoubleQuery Interval - loss
Robustness Double - multicast
Protocol String - name String
- next
Membership DoubleQuery - num
Group DoubleActive - num
Group DoubleJoins - querier
Up DoubleTime - query
Interval Double - query
Response DoubleInterval
- advertise
Address string - flags string
- igmp
Version number - last
Member numberQuery Interval - loss
Robustness number - multicast
Protocol string - name string
- next
Membership numberQuery - num
Group numberActive - num
Group numberJoins - querier
Up numberTime - query
Interval number - query
Response numberInterval
- advertise_
address str - flags str
- igmp_
version float - last_
member_ floatquery_ interval - loss_
robustness float - multicast_
protocol str - name str
- next_
membership_ floatquery - num_
group_ floatactive - num_
group_ floatjoins - querier_
up_ floattime - query_
interval float - query_
response_ floatinterval
- advertise
Address String - flags String
- igmp
Version Number - last
Member NumberQuery Interval - loss
Robustness Number - multicast
Protocol String - name String
- next
Membership NumberQuery - num
Group NumberActive - num
Group NumberJoins - querier
Up NumberTime - query
Interval Number - query
Response NumberInterval
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