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

    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 getGaiaShowBgpPeer(args: GetGaiaShowBgpPeerArgs, opts?: InvokeOptions): Promise<GetGaiaShowBgpPeerResult>
    function getGaiaShowBgpPeerOutput(args: GetGaiaShowBgpPeerOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowBgpPeerResult>
    def get_gaia_show_bgp_peer(debug: Optional[bool] = None,
                               id: Optional[str] = None,
                               member_id: Optional[str] = None,
                               peer: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetGaiaShowBgpPeerResult
    def get_gaia_show_bgp_peer_output(debug: pulumi.Input[Optional[bool]] = None,
                               id: pulumi.Input[Optional[str]] = None,
                               member_id: pulumi.Input[Optional[str]] = None,
                               peer: pulumi.Input[Optional[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowBgpPeerResult]
    func GetGaiaShowBgpPeer(ctx *Context, args *GetGaiaShowBgpPeerArgs, opts ...InvokeOption) (*GetGaiaShowBgpPeerResult, error)
    func GetGaiaShowBgpPeerOutput(ctx *Context, args *GetGaiaShowBgpPeerOutputArgs, opts ...InvokeOption) GetGaiaShowBgpPeerResultOutput

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

    public static class GetGaiaShowBgpPeer 
    {
        public static Task<GetGaiaShowBgpPeerResult> InvokeAsync(GetGaiaShowBgpPeerArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowBgpPeerResult> Invoke(GetGaiaShowBgpPeerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowBgpPeerResult> getGaiaShowBgpPeer(GetGaiaShowBgpPeerArgs args, InvokeOptions options)
    public static Output<GetGaiaShowBgpPeerResult> getGaiaShowBgpPeer(GetGaiaShowBgpPeerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowBgpPeer:getGaiaShowBgpPeer
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowbgppeer" "name" {
        # arguments
    }

    The following arguments are supported:

    Peer string
    The peer to be queried
    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
    Peer string
    The peer to be queried
    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
    peer string
    The peer to be queried
    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
    peer String
    The peer to be queried
    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
    peer string
    The peer to be queried
    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
    peer str
    The peer to be queried
    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
    peer String
    The peer to be queried
    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

    getGaiaShowBgpPeer Result

    The following output properties are available:

    Supporting Types

    GetGaiaShowBgpPeerGracefulRestart

    GetGaiaShowBgpPeerKeepalife

    Holdtime double
    Interval double
    LastReceived double
    LastSent double
    Holdtime float64
    Interval float64
    LastReceived float64
    LastSent float64
    holdtime number
    interval number
    last_received number
    last_sent number
    holdtime Double
    interval Double
    lastReceived Double
    lastSent Double
    holdtime number
    interval number
    lastReceived number
    lastSent number
    holdtime Number
    interval Number
    lastReceived Number
    lastSent Number

    GetGaiaShowBgpPeerReachabilityDetection

    GetGaiaShowBgpPeerReceived

    GetGaiaShowBgpPeerReceivedNotificationsList

    Code string
    SubCode string
    Time string
    Code string
    SubCode string
    Time string
    code string
    sub_code string
    time string
    code String
    subCode String
    time String
    code string
    subCode string
    time string
    code str
    sub_code str
    time str
    code String
    subCode String
    time String

    GetGaiaShowBgpPeerSent

    GetGaiaShowBgpPeerSentNotificationsList

    Code string
    SubCode string
    Time string
    Code string
    SubCode string
    Time string
    code string
    sub_code string
    time string
    code String
    subCode String
    time String
    code string
    subCode string
    time string
    code str
    sub_code str
    time str
    code String
    subCode String
    time String

    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