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

    This resource allows you to execute Check Point Gre Interface.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const example = new checkpoint.GaiaGreInterface("example", {
        greId: 1,
        localIpAddress: "172.23.22.31",
        remoteIpAddress: "10.0.0.1",
        ttl: 64,
        ipv4Address: "192.168.100.1",
        ipv4MaskLength: 30,
        peerAddress: "10.0.0.1",
        enabled: true,
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    example = checkpoint.GaiaGreInterface("example",
        gre_id=1,
        local_ip_address="172.23.22.31",
        remote_ip_address="10.0.0.1",
        ttl=64,
        ipv4_address="192.168.100.1",
        ipv4_mask_length=30,
        peer_address="10.0.0.1",
        enabled=True)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v3/checkpoint"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := checkpoint.NewGaiaGreInterface(ctx, "example", &checkpoint.GaiaGreInterfaceArgs{
    			GreId:           pulumi.Float64(1),
    			LocalIpAddress:  pulumi.String("172.23.22.31"),
    			RemoteIpAddress: pulumi.String("10.0.0.1"),
    			Ttl:             pulumi.Float64(64),
    			Ipv4Address:     pulumi.String("192.168.100.1"),
    			Ipv4MaskLength:  pulumi.Float64(30),
    			PeerAddress:     pulumi.String("10.0.0.1"),
    			Enabled:         pulumi.Bool(true),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Checkpoint = Pulumi.Checkpoint;
    
    return await Deployment.RunAsync(() => 
    {
        var example = new Checkpoint.GaiaGreInterface("example", new()
        {
            GreId = 1,
            LocalIpAddress = "172.23.22.31",
            RemoteIpAddress = "10.0.0.1",
            Ttl = 64,
            Ipv4Address = "192.168.100.1",
            Ipv4MaskLength = 30,
            PeerAddress = "10.0.0.1",
            Enabled = true,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.GaiaGreInterface;
    import com.pulumi.checkpoint.GaiaGreInterfaceArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var example = new GaiaGreInterface("example", GaiaGreInterfaceArgs.builder()
                .greId(1.0)
                .localIpAddress("172.23.22.31")
                .remoteIpAddress("10.0.0.1")
                .ttl(64.0)
                .ipv4Address("192.168.100.1")
                .ipv4MaskLength(30.0)
                .peerAddress("10.0.0.1")
                .enabled(true)
                .build());
    
        }
    }
    
    resources:
      example:
        type: checkpoint:GaiaGreInterface
        properties:
          greId: 1
          localIpAddress: 172.23.22.31
          remoteIpAddress: 10.0.0.1
          ttl: 64
          ipv4Address: 192.168.100.1
          ipv4MaskLength: 30
          peerAddress: 10.0.0.1
          enabled: true
    
    Example coming soon!
    

    Create GaiaGreInterface Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GaiaGreInterface(name: string, args: GaiaGreInterfaceArgs, opts?: CustomResourceOptions);
    @overload
    def GaiaGreInterface(resource_name: str,
                         args: GaiaGreInterfaceArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def GaiaGreInterface(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         local_ip_address: Optional[str] = None,
                         ttl: Optional[float] = None,
                         remote_ip_address: Optional[str] = None,
                         peer_address: Optional[str] = None,
                         gre_id: Optional[float] = None,
                         ipv4_address: Optional[str] = None,
                         ipv4_mask_length: Optional[float] = None,
                         gaia_gre_interface_id: Optional[str] = None,
                         member_id: Optional[str] = None,
                         mtu: Optional[float] = None,
                         name: Optional[str] = None,
                         comments: Optional[str] = None,
                         enabled: Optional[bool] = None,
                         debug: Optional[bool] = None,
                         virtual_system_id: Optional[float] = None)
    func NewGaiaGreInterface(ctx *Context, name string, args GaiaGreInterfaceArgs, opts ...ResourceOption) (*GaiaGreInterface, error)
    public GaiaGreInterface(string name, GaiaGreInterfaceArgs args, CustomResourceOptions? opts = null)
    public GaiaGreInterface(String name, GaiaGreInterfaceArgs args)
    public GaiaGreInterface(String name, GaiaGreInterfaceArgs args, CustomResourceOptions options)
    
    type: checkpoint:GaiaGreInterface
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "checkpoint_gaiagreinterface" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GaiaGreInterfaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GaiaGreInterfaceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GaiaGreInterfaceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GaiaGreInterfaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GaiaGreInterfaceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var gaiaGreInterfaceResource = new Checkpoint.GaiaGreInterface("gaiaGreInterfaceResource", new()
    {
        LocalIpAddress = "string",
        Ttl = 0,
        RemoteIpAddress = "string",
        PeerAddress = "string",
        GreId = 0,
        Ipv4Address = "string",
        Ipv4MaskLength = 0,
        GaiaGreInterfaceId = "string",
        MemberId = "string",
        Mtu = 0,
        Name = "string",
        Comments = "string",
        Enabled = false,
        Debug = false,
        VirtualSystemId = 0,
    });
    
    example, err := checkpoint.NewGaiaGreInterface(ctx, "gaiaGreInterfaceResource", &checkpoint.GaiaGreInterfaceArgs{
    	LocalIpAddress:     pulumi.String("string"),
    	Ttl:                pulumi.Float64(0),
    	RemoteIpAddress:    pulumi.String("string"),
    	PeerAddress:        pulumi.String("string"),
    	GreId:              pulumi.Float64(0),
    	Ipv4Address:        pulumi.String("string"),
    	Ipv4MaskLength:     pulumi.Float64(0),
    	GaiaGreInterfaceId: pulumi.String("string"),
    	MemberId:           pulumi.String("string"),
    	Mtu:                pulumi.Float64(0),
    	Name:               pulumi.String("string"),
    	Comments:           pulumi.String("string"),
    	Enabled:            pulumi.Bool(false),
    	Debug:              pulumi.Bool(false),
    	VirtualSystemId:    pulumi.Float64(0),
    })
    
    resource "checkpoint_gaiagreinterface" "gaiaGreInterfaceResource" {
      local_ip_address      = "string"
      ttl                   = 0
      remote_ip_address     = "string"
      peer_address          = "string"
      gre_id                = 0
      ipv4_address          = "string"
      ipv4_mask_length      = 0
      gaia_gre_interface_id = "string"
      member_id             = "string"
      mtu                   = 0
      name                  = "string"
      comments              = "string"
      enabled               = false
      debug                 = false
      virtual_system_id     = 0
    }
    
    var gaiaGreInterfaceResource = new GaiaGreInterface("gaiaGreInterfaceResource", GaiaGreInterfaceArgs.builder()
        .localIpAddress("string")
        .ttl(0.0)
        .remoteIpAddress("string")
        .peerAddress("string")
        .greId(0.0)
        .ipv4Address("string")
        .ipv4MaskLength(0.0)
        .gaiaGreInterfaceId("string")
        .memberId("string")
        .mtu(0.0)
        .name("string")
        .comments("string")
        .enabled(false)
        .debug(false)
        .virtualSystemId(0.0)
        .build());
    
    gaia_gre_interface_resource = checkpoint.GaiaGreInterface("gaiaGreInterfaceResource",
        local_ip_address="string",
        ttl=float(0),
        remote_ip_address="string",
        peer_address="string",
        gre_id=float(0),
        ipv4_address="string",
        ipv4_mask_length=float(0),
        gaia_gre_interface_id="string",
        member_id="string",
        mtu=float(0),
        name="string",
        comments="string",
        enabled=False,
        debug=False,
        virtual_system_id=float(0))
    
    const gaiaGreInterfaceResource = new checkpoint.GaiaGreInterface("gaiaGreInterfaceResource", {
        localIpAddress: "string",
        ttl: 0,
        remoteIpAddress: "string",
        peerAddress: "string",
        greId: 0,
        ipv4Address: "string",
        ipv4MaskLength: 0,
        gaiaGreInterfaceId: "string",
        memberId: "string",
        mtu: 0,
        name: "string",
        comments: "string",
        enabled: false,
        debug: false,
        virtualSystemId: 0,
    });
    
    type: checkpoint:GaiaGreInterface
    properties:
        comments: string
        debug: false
        enabled: false
        gaiaGreInterfaceId: string
        greId: 0
        ipv4Address: string
        ipv4MaskLength: 0
        localIpAddress: string
        memberId: string
        mtu: 0
        name: string
        peerAddress: string
        remoteIpAddress: string
        ttl: 0
        virtualSystemId: 0
    

    GaiaGreInterface Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The GaiaGreInterface resource accepts the following input properties:

    GreId double
    ID number represents the tunnel ID.
    Ipv4Address string
    Assigned IP of the GRE.
    Ipv4MaskLength double
    N/A
    LocalIpAddress string
    IP address of the underlying local interface on this gateway.
    PeerAddress string
    IP address of the remote peer.
    RemoteIpAddress string
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    Ttl double
    N/A
    Comments string
    N/A
    Debug bool
    Enable debug logging for this resource.
    Enabled bool
    N/A
    GaiaGreInterfaceId 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
    Mtu double
    N/A
    Name string
    N/A
    VirtualSystemId double
    Virtual System ID. Relevant for VSNext setups
    GreId float64
    ID number represents the tunnel ID.
    Ipv4Address string
    Assigned IP of the GRE.
    Ipv4MaskLength float64
    N/A
    LocalIpAddress string
    IP address of the underlying local interface on this gateway.
    PeerAddress string
    IP address of the remote peer.
    RemoteIpAddress string
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    Ttl float64
    N/A
    Comments string
    N/A
    Debug bool
    Enable debug logging for this resource.
    Enabled bool
    N/A
    GaiaGreInterfaceId 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
    Mtu float64
    N/A
    Name string
    N/A
    VirtualSystemId float64
    Virtual System ID. Relevant for VSNext setups
    gre_id number
    ID number represents the tunnel ID.
    ipv4_address string
    Assigned IP of the GRE.
    ipv4_mask_length number
    N/A
    local_ip_address string
    IP address of the underlying local interface on this gateway.
    peer_address string
    IP address of the remote peer.
    remote_ip_address string
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    ttl number
    N/A
    comments string
    N/A
    debug bool
    Enable debug logging for this resource.
    enabled bool
    N/A
    gaia_gre_interface_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
    mtu number
    N/A
    name string
    N/A
    virtual_system_id number
    Virtual System ID. Relevant for VSNext setups
    greId Double
    ID number represents the tunnel ID.
    ipv4Address String
    Assigned IP of the GRE.
    ipv4MaskLength Double
    N/A
    localIpAddress String
    IP address of the underlying local interface on this gateway.
    peerAddress String
    IP address of the remote peer.
    remoteIpAddress String
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    ttl Double
    N/A
    comments String
    N/A
    debug Boolean
    Enable debug logging for this resource.
    enabled Boolean
    N/A
    gaiaGreInterfaceId 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
    mtu Double
    N/A
    name String
    N/A
    virtualSystemId Double
    Virtual System ID. Relevant for VSNext setups
    greId number
    ID number represents the tunnel ID.
    ipv4Address string
    Assigned IP of the GRE.
    ipv4MaskLength number
    N/A
    localIpAddress string
    IP address of the underlying local interface on this gateway.
    peerAddress string
    IP address of the remote peer.
    remoteIpAddress string
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    ttl number
    N/A
    comments string
    N/A
    debug boolean
    Enable debug logging for this resource.
    enabled boolean
    N/A
    gaiaGreInterfaceId 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
    mtu number
    N/A
    name string
    N/A
    virtualSystemId number
    Virtual System ID. Relevant for VSNext setups
    gre_id float
    ID number represents the tunnel ID.
    ipv4_address str
    Assigned IP of the GRE.
    ipv4_mask_length float
    N/A
    local_ip_address str
    IP address of the underlying local interface on this gateway.
    peer_address str
    IP address of the remote peer.
    remote_ip_address str
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    ttl float
    N/A
    comments str
    N/A
    debug bool
    Enable debug logging for this resource.
    enabled bool
    N/A
    gaia_gre_interface_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
    mtu float
    N/A
    name str
    N/A
    virtual_system_id float
    Virtual System ID. Relevant for VSNext setups
    greId Number
    ID number represents the tunnel ID.
    ipv4Address String
    Assigned IP of the GRE.
    ipv4MaskLength Number
    N/A
    localIpAddress String
    IP address of the underlying local interface on this gateway.
    peerAddress String
    IP address of the remote peer.
    remoteIpAddress String
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    ttl Number
    N/A
    comments String
    N/A
    debug Boolean
    Enable debug logging for this resource.
    enabled Boolean
    N/A
    gaiaGreInterfaceId 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
    mtu Number
    N/A
    name String
    N/A
    virtualSystemId Number
    Virtual System ID. Relevant for VSNext setups

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GaiaGreInterface resource produces the following output properties:

    Duplex string
    Computed field, returned in the response.
    Id string
    The provider-assigned unique ID for this managed resource.
    Ipv6Address string
    Computed field, returned in the response.
    Ipv6Autoconfig bool
    Computed field, returned in the response.
    Ipv6LocalLinkAddress string
    Computed field, returned in the response.
    Ipv6MaskLength string
    Computed field, returned in the response.
    LinkState bool
    Computed field, returned in the response.
    RxBytes double
    Computed field, returned in the response.
    RxPackets double
    Computed field, returned in the response.
    Speed string
    Computed field, returned in the response.
    TxBytes double
    Computed field, returned in the response.
    TxPackets double
    Computed field, returned in the response.
    Duplex string
    Computed field, returned in the response.
    Id string
    The provider-assigned unique ID for this managed resource.
    Ipv6Address string
    Computed field, returned in the response.
    Ipv6Autoconfig bool
    Computed field, returned in the response.
    Ipv6LocalLinkAddress string
    Computed field, returned in the response.
    Ipv6MaskLength string
    Computed field, returned in the response.
    LinkState bool
    Computed field, returned in the response.
    RxBytes float64
    Computed field, returned in the response.
    RxPackets float64
    Computed field, returned in the response.
    Speed string
    Computed field, returned in the response.
    TxBytes float64
    Computed field, returned in the response.
    TxPackets float64
    Computed field, returned in the response.
    duplex string
    Computed field, returned in the response.
    id string
    The provider-assigned unique ID for this managed resource.
    ipv6_address string
    Computed field, returned in the response.
    ipv6_autoconfig bool
    Computed field, returned in the response.
    ipv6_local_link_address string
    Computed field, returned in the response.
    ipv6_mask_length string
    Computed field, returned in the response.
    link_state bool
    Computed field, returned in the response.
    rx_bytes number
    Computed field, returned in the response.
    rx_packets number
    Computed field, returned in the response.
    speed string
    Computed field, returned in the response.
    tx_bytes number
    Computed field, returned in the response.
    tx_packets number
    Computed field, returned in the response.
    duplex String
    Computed field, returned in the response.
    id String
    The provider-assigned unique ID for this managed resource.
    ipv6Address String
    Computed field, returned in the response.
    ipv6Autoconfig Boolean
    Computed field, returned in the response.
    ipv6LocalLinkAddress String
    Computed field, returned in the response.
    ipv6MaskLength String
    Computed field, returned in the response.
    linkState Boolean
    Computed field, returned in the response.
    rxBytes Double
    Computed field, returned in the response.
    rxPackets Double
    Computed field, returned in the response.
    speed String
    Computed field, returned in the response.
    txBytes Double
    Computed field, returned in the response.
    txPackets Double
    Computed field, returned in the response.
    duplex string
    Computed field, returned in the response.
    id string
    The provider-assigned unique ID for this managed resource.
    ipv6Address string
    Computed field, returned in the response.
    ipv6Autoconfig boolean
    Computed field, returned in the response.
    ipv6LocalLinkAddress string
    Computed field, returned in the response.
    ipv6MaskLength string
    Computed field, returned in the response.
    linkState boolean
    Computed field, returned in the response.
    rxBytes number
    Computed field, returned in the response.
    rxPackets number
    Computed field, returned in the response.
    speed string
    Computed field, returned in the response.
    txBytes number
    Computed field, returned in the response.
    txPackets number
    Computed field, returned in the response.
    duplex str
    Computed field, returned in the response.
    id str
    The provider-assigned unique ID for this managed resource.
    ipv6_address str
    Computed field, returned in the response.
    ipv6_autoconfig bool
    Computed field, returned in the response.
    ipv6_local_link_address str
    Computed field, returned in the response.
    ipv6_mask_length str
    Computed field, returned in the response.
    link_state bool
    Computed field, returned in the response.
    rx_bytes float
    Computed field, returned in the response.
    rx_packets float
    Computed field, returned in the response.
    speed str
    Computed field, returned in the response.
    tx_bytes float
    Computed field, returned in the response.
    tx_packets float
    Computed field, returned in the response.
    duplex String
    Computed field, returned in the response.
    id String
    The provider-assigned unique ID for this managed resource.
    ipv6Address String
    Computed field, returned in the response.
    ipv6Autoconfig Boolean
    Computed field, returned in the response.
    ipv6LocalLinkAddress String
    Computed field, returned in the response.
    ipv6MaskLength String
    Computed field, returned in the response.
    linkState Boolean
    Computed field, returned in the response.
    rxBytes Number
    Computed field, returned in the response.
    rxPackets Number
    Computed field, returned in the response.
    speed String
    Computed field, returned in the response.
    txBytes Number
    Computed field, returned in the response.
    txPackets Number
    Computed field, returned in the response.

    Look up Existing GaiaGreInterface Resource

    Get an existing GaiaGreInterface resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: GaiaGreInterfaceState, opts?: CustomResourceOptions): GaiaGreInterface
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            comments: Optional[str] = None,
            debug: Optional[bool] = None,
            duplex: Optional[str] = None,
            enabled: Optional[bool] = None,
            gaia_gre_interface_id: Optional[str] = None,
            gre_id: Optional[float] = None,
            ipv4_address: Optional[str] = None,
            ipv4_mask_length: Optional[float] = None,
            ipv6_address: Optional[str] = None,
            ipv6_autoconfig: Optional[bool] = None,
            ipv6_local_link_address: Optional[str] = None,
            ipv6_mask_length: Optional[str] = None,
            link_state: Optional[bool] = None,
            local_ip_address: Optional[str] = None,
            member_id: Optional[str] = None,
            mtu: Optional[float] = None,
            name: Optional[str] = None,
            peer_address: Optional[str] = None,
            remote_ip_address: Optional[str] = None,
            rx_bytes: Optional[float] = None,
            rx_packets: Optional[float] = None,
            speed: Optional[str] = None,
            ttl: Optional[float] = None,
            tx_bytes: Optional[float] = None,
            tx_packets: Optional[float] = None,
            virtual_system_id: Optional[float] = None) -> GaiaGreInterface
    func GetGaiaGreInterface(ctx *Context, name string, id IDInput, state *GaiaGreInterfaceState, opts ...ResourceOption) (*GaiaGreInterface, error)
    public static GaiaGreInterface Get(string name, Input<string> id, GaiaGreInterfaceState? state, CustomResourceOptions? opts = null)
    public static GaiaGreInterface get(String name, Output<String> id, GaiaGreInterfaceState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:GaiaGreInterface    get:      id: ${id}
    import {
      to = checkpoint_gaiagreinterface.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Comments string
    N/A
    Debug bool
    Enable debug logging for this resource.
    Duplex string
    Computed field, returned in the response.
    Enabled bool
    N/A
    GaiaGreInterfaceId string
    GreId double
    ID number represents the tunnel ID.
    Ipv4Address string
    Assigned IP of the GRE.
    Ipv4MaskLength double
    N/A
    Ipv6Address string
    Computed field, returned in the response.
    Ipv6Autoconfig bool
    Computed field, returned in the response.
    Ipv6LocalLinkAddress string
    Computed field, returned in the response.
    Ipv6MaskLength string
    Computed field, returned in the response.
    LinkState bool
    Computed field, returned in the response.
    LocalIpAddress string
    IP address of the underlying local interface on this gateway.
    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
    Mtu double
    N/A
    Name string
    N/A
    PeerAddress string
    IP address of the remote peer.
    RemoteIpAddress string
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    RxBytes double
    Computed field, returned in the response.
    RxPackets double
    Computed field, returned in the response.
    Speed string
    Computed field, returned in the response.
    Ttl double
    N/A
    TxBytes double
    Computed field, returned in the response.
    TxPackets double
    Computed field, returned in the response.
    VirtualSystemId double
    Virtual System ID. Relevant for VSNext setups
    Comments string
    N/A
    Debug bool
    Enable debug logging for this resource.
    Duplex string
    Computed field, returned in the response.
    Enabled bool
    N/A
    GaiaGreInterfaceId string
    GreId float64
    ID number represents the tunnel ID.
    Ipv4Address string
    Assigned IP of the GRE.
    Ipv4MaskLength float64
    N/A
    Ipv6Address string
    Computed field, returned in the response.
    Ipv6Autoconfig bool
    Computed field, returned in the response.
    Ipv6LocalLinkAddress string
    Computed field, returned in the response.
    Ipv6MaskLength string
    Computed field, returned in the response.
    LinkState bool
    Computed field, returned in the response.
    LocalIpAddress string
    IP address of the underlying local interface on this gateway.
    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
    Mtu float64
    N/A
    Name string
    N/A
    PeerAddress string
    IP address of the remote peer.
    RemoteIpAddress string
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    RxBytes float64
    Computed field, returned in the response.
    RxPackets float64
    Computed field, returned in the response.
    Speed string
    Computed field, returned in the response.
    Ttl float64
    N/A
    TxBytes float64
    Computed field, returned in the response.
    TxPackets float64
    Computed field, returned in the response.
    VirtualSystemId float64
    Virtual System ID. Relevant for VSNext setups
    comments string
    N/A
    debug bool
    Enable debug logging for this resource.
    duplex string
    Computed field, returned in the response.
    enabled bool
    N/A
    gaia_gre_interface_id string
    gre_id number
    ID number represents the tunnel ID.
    ipv4_address string
    Assigned IP of the GRE.
    ipv4_mask_length number
    N/A
    ipv6_address string
    Computed field, returned in the response.
    ipv6_autoconfig bool
    Computed field, returned in the response.
    ipv6_local_link_address string
    Computed field, returned in the response.
    ipv6_mask_length string
    Computed field, returned in the response.
    link_state bool
    Computed field, returned in the response.
    local_ip_address string
    IP address of the underlying local interface on this gateway.
    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
    mtu number
    N/A
    name string
    N/A
    peer_address string
    IP address of the remote peer.
    remote_ip_address string
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    rx_bytes number
    Computed field, returned in the response.
    rx_packets number
    Computed field, returned in the response.
    speed string
    Computed field, returned in the response.
    ttl number
    N/A
    tx_bytes number
    Computed field, returned in the response.
    tx_packets number
    Computed field, returned in the response.
    virtual_system_id number
    Virtual System ID. Relevant for VSNext setups
    comments String
    N/A
    debug Boolean
    Enable debug logging for this resource.
    duplex String
    Computed field, returned in the response.
    enabled Boolean
    N/A
    gaiaGreInterfaceId String
    greId Double
    ID number represents the tunnel ID.
    ipv4Address String
    Assigned IP of the GRE.
    ipv4MaskLength Double
    N/A
    ipv6Address String
    Computed field, returned in the response.
    ipv6Autoconfig Boolean
    Computed field, returned in the response.
    ipv6LocalLinkAddress String
    Computed field, returned in the response.
    ipv6MaskLength String
    Computed field, returned in the response.
    linkState Boolean
    Computed field, returned in the response.
    localIpAddress String
    IP address of the underlying local interface on this gateway.
    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
    mtu Double
    N/A
    name String
    N/A
    peerAddress String
    IP address of the remote peer.
    remoteIpAddress String
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    rxBytes Double
    Computed field, returned in the response.
    rxPackets Double
    Computed field, returned in the response.
    speed String
    Computed field, returned in the response.
    ttl Double
    N/A
    txBytes Double
    Computed field, returned in the response.
    txPackets Double
    Computed field, returned in the response.
    virtualSystemId Double
    Virtual System ID. Relevant for VSNext setups
    comments string
    N/A
    debug boolean
    Enable debug logging for this resource.
    duplex string
    Computed field, returned in the response.
    enabled boolean
    N/A
    gaiaGreInterfaceId string
    greId number
    ID number represents the tunnel ID.
    ipv4Address string
    Assigned IP of the GRE.
    ipv4MaskLength number
    N/A
    ipv6Address string
    Computed field, returned in the response.
    ipv6Autoconfig boolean
    Computed field, returned in the response.
    ipv6LocalLinkAddress string
    Computed field, returned in the response.
    ipv6MaskLength string
    Computed field, returned in the response.
    linkState boolean
    Computed field, returned in the response.
    localIpAddress string
    IP address of the underlying local interface on this gateway.
    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
    mtu number
    N/A
    name string
    N/A
    peerAddress string
    IP address of the remote peer.
    remoteIpAddress string
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    rxBytes number
    Computed field, returned in the response.
    rxPackets number
    Computed field, returned in the response.
    speed string
    Computed field, returned in the response.
    ttl number
    N/A
    txBytes number
    Computed field, returned in the response.
    txPackets number
    Computed field, returned in the response.
    virtualSystemId number
    Virtual System ID. Relevant for VSNext setups
    comments str
    N/A
    debug bool
    Enable debug logging for this resource.
    duplex str
    Computed field, returned in the response.
    enabled bool
    N/A
    gaia_gre_interface_id str
    gre_id float
    ID number represents the tunnel ID.
    ipv4_address str
    Assigned IP of the GRE.
    ipv4_mask_length float
    N/A
    ipv6_address str
    Computed field, returned in the response.
    ipv6_autoconfig bool
    Computed field, returned in the response.
    ipv6_local_link_address str
    Computed field, returned in the response.
    ipv6_mask_length str
    Computed field, returned in the response.
    link_state bool
    Computed field, returned in the response.
    local_ip_address str
    IP address of the underlying local interface on this gateway.
    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
    mtu float
    N/A
    name str
    N/A
    peer_address str
    IP address of the remote peer.
    remote_ip_address str
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    rx_bytes float
    Computed field, returned in the response.
    rx_packets float
    Computed field, returned in the response.
    speed str
    Computed field, returned in the response.
    ttl float
    N/A
    tx_bytes float
    Computed field, returned in the response.
    tx_packets float
    Computed field, returned in the response.
    virtual_system_id float
    Virtual System ID. Relevant for VSNext setups
    comments String
    N/A
    debug Boolean
    Enable debug logging for this resource.
    duplex String
    Computed field, returned in the response.
    enabled Boolean
    N/A
    gaiaGreInterfaceId String
    greId Number
    ID number represents the tunnel ID.
    ipv4Address String
    Assigned IP of the GRE.
    ipv4MaskLength Number
    N/A
    ipv6Address String
    Computed field, returned in the response.
    ipv6Autoconfig Boolean
    Computed field, returned in the response.
    ipv6LocalLinkAddress String
    Computed field, returned in the response.
    ipv6MaskLength String
    Computed field, returned in the response.
    linkState Boolean
    Computed field, returned in the response.
    localIpAddress String
    IP address of the underlying local interface on this gateway.
    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
    mtu Number
    N/A
    name String
    N/A
    peerAddress String
    IP address of the remote peer.
    remoteIpAddress String
    IP address of the underlying remote interface on the router on the other end of the tunnel.
    rxBytes Number
    Computed field, returned in the response.
    rxPackets Number
    Computed field, returned in the response.
    speed String
    Computed field, returned in the response.
    ttl Number
    N/A
    txBytes Number
    Computed field, returned in the response.
    txPackets Number
    Computed field, returned in the response.
    virtualSystemId Number
    Virtual System ID. Relevant for VSNext setups

    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