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 getGaiaShowPimJoins
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 getGaiaShowPimJoins(args: GetGaiaShowPimJoinsArgs, opts?: InvokeOptions): Promise<GetGaiaShowPimJoinsResult>
function getGaiaShowPimJoinsOutput(args: GetGaiaShowPimJoinsOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowPimJoinsResult>def get_gaia_show_pim_joins(debug: Optional[bool] = None,
detailed: Optional[str] = None,
group: Optional[str] = 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) -> GetGaiaShowPimJoinsResult
def get_gaia_show_pim_joins_output(debug: pulumi.Input[Optional[bool]] = None,
detailed: pulumi.Input[Optional[str]] = None,
group: pulumi.Input[Optional[str]] = 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[GetGaiaShowPimJoinsResult]func GetGaiaShowPimJoins(ctx *Context, args *GetGaiaShowPimJoinsArgs, opts ...InvokeOption) (*GetGaiaShowPimJoinsResult, error)
func GetGaiaShowPimJoinsOutput(ctx *Context, args *GetGaiaShowPimJoinsOutputArgs, opts ...InvokeOption) GetGaiaShowPimJoinsResultOutput> Note: This function is named GetGaiaShowPimJoins in the Go SDK.
public static class GetGaiaShowPimJoins
{
public static Task<GetGaiaShowPimJoinsResult> InvokeAsync(GetGaiaShowPimJoinsArgs args, InvokeOptions? opts = null)
public static Output<GetGaiaShowPimJoinsResult> Invoke(GetGaiaShowPimJoinsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGaiaShowPimJoinsResult> getGaiaShowPimJoins(GetGaiaShowPimJoinsArgs args, InvokeOptions options)
public static Output<GetGaiaShowPimJoinsResult> getGaiaShowPimJoins(GetGaiaShowPimJoinsArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getGaiaShowPimJoins:getGaiaShowPimJoins
arguments:
# arguments dictionarydata "checkpoint_getgaiashowpimjoins" "name" {
# arguments
}The following arguments are supported:
- Debug bool
- Detailed string
- Show sparse-mode detailed join state.
- Group string
- Show sparse-mode join state by group.
- 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 results in either ascending or descending order.
- Debug bool
- Detailed string
- Show sparse-mode detailed join state.
- Group string
- Show sparse-mode join state by group.
- 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 results in either ascending or descending order.
- debug bool
- detailed string
- Show sparse-mode detailed join state.
- group string
- Show sparse-mode join state by group.
- 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 results in either ascending or descending order.
- debug Boolean
- detailed String
- Show sparse-mode detailed join state.
- group String
- Show sparse-mode join state by group.
- 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 results in either ascending or descending order.
- debug boolean
- detailed string
- Show sparse-mode detailed join state.
- group string
- Show sparse-mode join state by group.
- 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 results in either ascending or descending order.
- debug bool
- detailed str
- Show sparse-mode detailed join state.
- group str
- Show sparse-mode join state by group.
- 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 results in either ascending or descending order.
- debug Boolean
- detailed String
- Show sparse-mode detailed join state.
- group String
- Show sparse-mode join state by group.
- 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 results in either ascending or descending order.
getGaiaShowPimJoins Result
The following output properties are available:
Supporting Types
GetGaiaShowPimJoinsObject
- Could
Register string - Creation
Time string - Expire
Time string - Flags string
- Group string
- Show sparse-mode join state by group.
- Interface string
- Interface
Address string - Outgoing
Interfaces List<GetGaia Show Pim Joins Object Outgoing Interface> - Register
Received string - Register
Sent string - Register
State string - Register
Stop stringReceived - Register
Stop stringSent - Rp
Address string - Spt
Join stringSent - Src string
- Could
Register string - Creation
Time string - Expire
Time string - Flags string
- Group string
- Show sparse-mode join state by group.
- Interface string
- Interface
Address string - Outgoing
Interfaces []GetGaia Show Pim Joins Object Outgoing Interface - Register
Received string - Register
Sent string - Register
State string - Register
Stop stringReceived - Register
Stop stringSent - Rp
Address string - Spt
Join stringSent - Src string
- could_
register string - creation_
time string - expire_
time string - flags string
- group string
- Show sparse-mode join state by group.
- interface string
- interface_
address string - outgoing_
interfaces list(object) - register_
received string - register_
sent string - register_
state string - register_
stop_ stringreceived - register_
stop_ stringsent - rp_
address string - spt_
join_ stringsent - src string
- could
Register String - creation
Time String - expire
Time String - flags String
- group String
- Show sparse-mode join state by group.
- interface
Address String - interface_ String
- outgoing
Interfaces List<GetGaia Show Pim Joins Object Outgoing Interface> - register
Received String - register
Sent String - register
State String - register
Stop StringReceived - register
Stop StringSent - rp
Address String - spt
Join StringSent - src String
- could
Register string - creation
Time string - expire
Time string - flags string
- group string
- Show sparse-mode join state by group.
- interface string
- interface
Address string - outgoing
Interfaces GetGaia Show Pim Joins Object Outgoing Interface[] - register
Received string - register
Sent string - register
State string - register
Stop stringReceived - register
Stop stringSent - rp
Address string - spt
Join stringSent - src string
- could_
register str - creation_
time str - expire_
time str - flags str
- group str
- Show sparse-mode join state by group.
- interface str
- interface_
address str - outgoing_
interfaces Sequence[GetGaia Show Pim Joins Object Outgoing Interface] - register_
received str - register_
sent str - register_
state str - register_
stop_ strreceived - register_
stop_ strsent - rp_
address str - spt_
join_ strsent - src str
- could
Register String - creation
Time String - expire
Time String - flags String
- group String
- Show sparse-mode join state by group.
- interface String
- interface
Address String - outgoing
Interfaces List<Property Map> - register
Received String - register
Sent String - register
State String - register
Stop StringReceived - register
Stop StringSent - rp
Address String - spt
Join StringSent - src String
GetGaiaShowPimJoinsObjectOutgoingInterface
- Creation
Time string - Jp
Expiry stringTime - Jp
State string - Name string
- Creation
Time string - Jp
Expiry stringTime - Jp
State string - Name string
- creation_
time string - jp_
expiry_ stringtime - jp_
state string - name string
- creation
Time String - jp
Expiry StringTime - jp
State String - name String
- creation
Time string - jp
Expiry stringTime - jp
State string - name string
- creation_
time str - jp_
expiry_ strtime - jp_
state str - name str
- creation
Time String - jp
Expiry StringTime - jp
State String - name String
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