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

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const example = new checkpoint.GaiaBondInterface("example", {
        resourceId: 5,
        mode: "8023AD",
        lacpRate: "slow",
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    example = checkpoint.GaiaBondInterface("example",
        resource_id=5,
        mode="8023AD",
        lacp_rate="slow")
    
    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.NewGaiaBondInterface(ctx, "example", &checkpoint.GaiaBondInterfaceArgs{
    			ResourceId: pulumi.Float64(5),
    			Mode:       pulumi.String("8023AD"),
    			LacpRate:   pulumi.String("slow"),
    		})
    		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.GaiaBondInterface("example", new()
        {
            ResourceId = 5,
            Mode = "8023AD",
            LacpRate = "slow",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.GaiaBondInterface;
    import com.pulumi.checkpoint.GaiaBondInterfaceArgs;
    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 GaiaBondInterface("example", GaiaBondInterfaceArgs.builder()
                .resourceId(5.0)
                .mode("8023AD")
                .lacpRate("slow")
                .build());
    
        }
    }
    
    resources:
      example:
        type: checkpoint:GaiaBondInterface
        properties:
          resourceId: 5
          mode: 8023AD
          lacpRate: slow
    
    Example coming soon!
    

    Create GaiaBondInterface Resource

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

    Constructor syntax

    new GaiaBondInterface(name: string, args: GaiaBondInterfaceArgs, opts?: CustomResourceOptions);
    @overload
    def GaiaBondInterface(resource_name: str,
                          args: GaiaBondInterfaceArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def GaiaBondInterface(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          resource_id: Optional[float] = None,
                          ipv6_mask_length: Optional[float] = None,
                          sd_wan: Optional[GaiaBondInterfaceSdWanArgs] = None,
                          dhcp6: Optional[GaiaBondInterfaceDhcp6Args] = None,
                          down_delay: Optional[float] = None,
                          enabled: Optional[bool] = None,
                          gaia_bond_interface_id: Optional[str] = None,
                          ip_conflicts: Optional[bool] = None,
                          ipv4_address: Optional[str] = None,
                          ipv4_mask_length: Optional[float] = None,
                          ipv6_address: Optional[str] = None,
                          ipv6_autoconfig: Optional[bool] = None,
                          comments: Optional[str] = None,
                          dhcp: Optional[GaiaBondInterfaceDhcpArgs] = None,
                          lacp_rate: Optional[str] = None,
                          mtu: Optional[float] = None,
                          mii_interval: Optional[float] = None,
                          min_links: Optional[float] = None,
                          mode: Optional[str] = None,
                          members: Optional[Sequence[str]] = None,
                          name: Optional[str] = None,
                          primary: Optional[str] = None,
                          debug: Optional[bool] = None,
                          member_id: Optional[str] = None,
                          up_delay: Optional[float] = None,
                          virtual_system_id: Optional[float] = None,
                          xmit_hash_policy: Optional[str] = None)
    func NewGaiaBondInterface(ctx *Context, name string, args GaiaBondInterfaceArgs, opts ...ResourceOption) (*GaiaBondInterface, error)
    public GaiaBondInterface(string name, GaiaBondInterfaceArgs args, CustomResourceOptions? opts = null)
    public GaiaBondInterface(String name, GaiaBondInterfaceArgs args)
    public GaiaBondInterface(String name, GaiaBondInterfaceArgs args, CustomResourceOptions options)
    
    type: checkpoint:GaiaBondInterface
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "checkpoint_gaiabondinterface" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GaiaBondInterfaceArgs
    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 GaiaBondInterfaceArgs
    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 GaiaBondInterfaceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GaiaBondInterfaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GaiaBondInterfaceArgs
    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 gaiaBondInterfaceResource = new Checkpoint.GaiaBondInterface("gaiaBondInterfaceResource", new()
    {
        ResourceId = 0,
        Ipv6MaskLength = 0,
        SdWan = new Checkpoint.Inputs.GaiaBondInterfaceSdWanArgs
        {
            Bandwidth = new Checkpoint.Inputs.GaiaBondInterfaceSdWanBandwidthArgs
            {
                DownloadSpeed = "string",
                UploadSpeed = "string",
            },
            CircuitId = "string",
            Enabled = false,
            Nat = new Checkpoint.Inputs.GaiaBondInterfaceSdWanNatArgs
            {
                Enabled = false,
                Ip = "string",
                Ipv6 = "string",
            },
            NextHop = "string",
            NextHopIpv6 = "string",
            Tag = "string",
        },
        Dhcp6 = new Checkpoint.Inputs.GaiaBondInterfaceDhcp6Args
        {
            Enabled = false,
            Leasetime = "string",
            ReacquireTimeout = "string",
            Retry = "string",
            ServerTimeout = "string",
            Using = "string",
        },
        DownDelay = 0,
        Enabled = false,
        GaiaBondInterfaceId = "string",
        IpConflicts = false,
        Ipv4Address = "string",
        Ipv4MaskLength = 0,
        Ipv6Address = "string",
        Ipv6Autoconfig = false,
        Comments = "string",
        Dhcp = new Checkpoint.Inputs.GaiaBondInterfaceDhcpArgs
        {
            Enabled = false,
            Leasetime = "string",
            ReacquireTimeout = "string",
            Retry = "string",
            ServerTimeout = "string",
        },
        LacpRate = "string",
        Mtu = 0,
        MiiInterval = 0,
        MinLinks = 0,
        Mode = "string",
        Members = new[]
        {
            "string",
        },
        Name = "string",
        Primary = "string",
        Debug = false,
        MemberId = "string",
        UpDelay = 0,
        VirtualSystemId = 0,
        XmitHashPolicy = "string",
    });
    
    example, err := checkpoint.NewGaiaBondInterface(ctx, "gaiaBondInterfaceResource", &checkpoint.GaiaBondInterfaceArgs{
    	ResourceId:     pulumi.Float64(0),
    	Ipv6MaskLength: pulumi.Float64(0),
    	SdWan: &checkpoint.GaiaBondInterfaceSdWanArgs{
    		Bandwidth: &checkpoint.GaiaBondInterfaceSdWanBandwidthArgs{
    			DownloadSpeed: pulumi.String("string"),
    			UploadSpeed:   pulumi.String("string"),
    		},
    		CircuitId: pulumi.String("string"),
    		Enabled:   pulumi.Bool(false),
    		Nat: &checkpoint.GaiaBondInterfaceSdWanNatArgs{
    			Enabled: pulumi.Bool(false),
    			Ip:      pulumi.String("string"),
    			Ipv6:    pulumi.String("string"),
    		},
    		NextHop:     pulumi.String("string"),
    		NextHopIpv6: pulumi.String("string"),
    		Tag:         pulumi.String("string"),
    	},
    	Dhcp6: &checkpoint.GaiaBondInterfaceDhcp6Args{
    		Enabled:          pulumi.Bool(false),
    		Leasetime:        pulumi.String("string"),
    		ReacquireTimeout: pulumi.String("string"),
    		Retry:            pulumi.String("string"),
    		ServerTimeout:    pulumi.String("string"),
    		Using:            pulumi.String("string"),
    	},
    	DownDelay:           pulumi.Float64(0),
    	Enabled:             pulumi.Bool(false),
    	GaiaBondInterfaceId: pulumi.String("string"),
    	IpConflicts:         pulumi.Bool(false),
    	Ipv4Address:         pulumi.String("string"),
    	Ipv4MaskLength:      pulumi.Float64(0),
    	Ipv6Address:         pulumi.String("string"),
    	Ipv6Autoconfig:      pulumi.Bool(false),
    	Comments:            pulumi.String("string"),
    	Dhcp: &checkpoint.GaiaBondInterfaceDhcpArgs{
    		Enabled:          pulumi.Bool(false),
    		Leasetime:        pulumi.String("string"),
    		ReacquireTimeout: pulumi.String("string"),
    		Retry:            pulumi.String("string"),
    		ServerTimeout:    pulumi.String("string"),
    	},
    	LacpRate:    pulumi.String("string"),
    	Mtu:         pulumi.Float64(0),
    	MiiInterval: pulumi.Float64(0),
    	MinLinks:    pulumi.Float64(0),
    	Mode:        pulumi.String("string"),
    	Members: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Name:            pulumi.String("string"),
    	Primary:         pulumi.String("string"),
    	Debug:           pulumi.Bool(false),
    	MemberId:        pulumi.String("string"),
    	UpDelay:         pulumi.Float64(0),
    	VirtualSystemId: pulumi.Float64(0),
    	XmitHashPolicy:  pulumi.String("string"),
    })
    
    resource "checkpoint_gaiabondinterface" "gaiaBondInterfaceResource" {
      resource_id      = 0
      ipv6_mask_length = 0
      sd_wan = {
        bandwidth = {
          download_speed = "string"
          upload_speed   = "string"
        }
        circuit_id = "string"
        enabled    = false
        nat = {
          enabled = false
          ip      = "string"
          ipv6    = "string"
        }
        next_hop      = "string"
        next_hop_ipv6 = "string"
        tag           = "string"
      }
      dhcp6 = {
        enabled           = false
        leasetime         = "string"
        reacquire_timeout = "string"
        retry             = "string"
        server_timeout    = "string"
        using             = "string"
      }
      down_delay             = 0
      enabled                = false
      gaia_bond_interface_id = "string"
      ip_conflicts           = false
      ipv4_address           = "string"
      ipv4_mask_length       = 0
      ipv6_address           = "string"
      ipv6_autoconfig        = false
      comments               = "string"
      dhcp = {
        enabled           = false
        leasetime         = "string"
        reacquire_timeout = "string"
        retry             = "string"
        server_timeout    = "string"
      }
      lacp_rate         = "string"
      mtu               = 0
      mii_interval      = 0
      min_links         = 0
      mode              = "string"
      members           = ["string"]
      name              = "string"
      primary           = "string"
      debug             = false
      member_id         = "string"
      up_delay          = 0
      virtual_system_id = 0
      xmit_hash_policy  = "string"
    }
    
    var gaiaBondInterfaceResource = new GaiaBondInterface("gaiaBondInterfaceResource", GaiaBondInterfaceArgs.builder()
        .resourceId(0.0)
        .ipv6MaskLength(0.0)
        .sdWan(GaiaBondInterfaceSdWanArgs.builder()
            .bandwidth(GaiaBondInterfaceSdWanBandwidthArgs.builder()
                .downloadSpeed("string")
                .uploadSpeed("string")
                .build())
            .circuitId("string")
            .enabled(false)
            .nat(GaiaBondInterfaceSdWanNatArgs.builder()
                .enabled(false)
                .ip("string")
                .ipv6("string")
                .build())
            .nextHop("string")
            .nextHopIpv6("string")
            .tag("string")
            .build())
        .dhcp6(GaiaBondInterfaceDhcp6Args.builder()
            .enabled(false)
            .leasetime("string")
            .reacquireTimeout("string")
            .retry("string")
            .serverTimeout("string")
            .using("string")
            .build())
        .downDelay(0.0)
        .enabled(false)
        .gaiaBondInterfaceId("string")
        .ipConflicts(false)
        .ipv4Address("string")
        .ipv4MaskLength(0.0)
        .ipv6Address("string")
        .ipv6Autoconfig(false)
        .comments("string")
        .dhcp(GaiaBondInterfaceDhcpArgs.builder()
            .enabled(false)
            .leasetime("string")
            .reacquireTimeout("string")
            .retry("string")
            .serverTimeout("string")
            .build())
        .lacpRate("string")
        .mtu(0.0)
        .miiInterval(0.0)
        .minLinks(0.0)
        .mode("string")
        .members("string")
        .name("string")
        .primary("string")
        .debug(false)
        .memberId("string")
        .upDelay(0.0)
        .virtualSystemId(0.0)
        .xmitHashPolicy("string")
        .build());
    
    gaia_bond_interface_resource = checkpoint.GaiaBondInterface("gaiaBondInterfaceResource",
        resource_id=float(0),
        ipv6_mask_length=float(0),
        sd_wan={
            "bandwidth": {
                "download_speed": "string",
                "upload_speed": "string",
            },
            "circuit_id": "string",
            "enabled": False,
            "nat": {
                "enabled": False,
                "ip": "string",
                "ipv6": "string",
            },
            "next_hop": "string",
            "next_hop_ipv6": "string",
            "tag": "string",
        },
        dhcp6={
            "enabled": False,
            "leasetime": "string",
            "reacquire_timeout": "string",
            "retry": "string",
            "server_timeout": "string",
            "using": "string",
        },
        down_delay=float(0),
        enabled=False,
        gaia_bond_interface_id="string",
        ip_conflicts=False,
        ipv4_address="string",
        ipv4_mask_length=float(0),
        ipv6_address="string",
        ipv6_autoconfig=False,
        comments="string",
        dhcp={
            "enabled": False,
            "leasetime": "string",
            "reacquire_timeout": "string",
            "retry": "string",
            "server_timeout": "string",
        },
        lacp_rate="string",
        mtu=float(0),
        mii_interval=float(0),
        min_links=float(0),
        mode="string",
        members=["string"],
        name="string",
        primary="string",
        debug=False,
        member_id="string",
        up_delay=float(0),
        virtual_system_id=float(0),
        xmit_hash_policy="string")
    
    const gaiaBondInterfaceResource = new checkpoint.GaiaBondInterface("gaiaBondInterfaceResource", {
        resourceId: 0,
        ipv6MaskLength: 0,
        sdWan: {
            bandwidth: {
                downloadSpeed: "string",
                uploadSpeed: "string",
            },
            circuitId: "string",
            enabled: false,
            nat: {
                enabled: false,
                ip: "string",
                ipv6: "string",
            },
            nextHop: "string",
            nextHopIpv6: "string",
            tag: "string",
        },
        dhcp6: {
            enabled: false,
            leasetime: "string",
            reacquireTimeout: "string",
            retry: "string",
            serverTimeout: "string",
            using: "string",
        },
        downDelay: 0,
        enabled: false,
        gaiaBondInterfaceId: "string",
        ipConflicts: false,
        ipv4Address: "string",
        ipv4MaskLength: 0,
        ipv6Address: "string",
        ipv6Autoconfig: false,
        comments: "string",
        dhcp: {
            enabled: false,
            leasetime: "string",
            reacquireTimeout: "string",
            retry: "string",
            serverTimeout: "string",
        },
        lacpRate: "string",
        mtu: 0,
        miiInterval: 0,
        minLinks: 0,
        mode: "string",
        members: ["string"],
        name: "string",
        primary: "string",
        debug: false,
        memberId: "string",
        upDelay: 0,
        virtualSystemId: 0,
        xmitHashPolicy: "string",
    });
    
    type: checkpoint:GaiaBondInterface
    properties:
        comments: string
        debug: false
        dhcp:
            enabled: false
            leasetime: string
            reacquireTimeout: string
            retry: string
            serverTimeout: string
        dhcp6:
            enabled: false
            leasetime: string
            reacquireTimeout: string
            retry: string
            serverTimeout: string
            using: string
        downDelay: 0
        enabled: false
        gaiaBondInterfaceId: string
        ipConflicts: false
        ipv4Address: string
        ipv4MaskLength: 0
        ipv6Address: string
        ipv6Autoconfig: false
        ipv6MaskLength: 0
        lacpRate: string
        memberId: string
        members:
            - string
        miiInterval: 0
        minLinks: 0
        mode: string
        mtu: 0
        name: string
        primary: string
        resourceId: 0
        sdWan:
            bandwidth:
                downloadSpeed: string
                uploadSpeed: string
            circuitId: string
            enabled: false
            nat:
                enabled: false
                ip: string
                ipv6: string
            nextHop: string
            nextHopIpv6: string
            tag: string
        upDelay: 0
        virtualSystemId: 0
        xmitHashPolicy: string
    

    GaiaBondInterface 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 GaiaBondInterface resource accepts the following input properties:

    ResourceId double
    N/A
    Comments string
    N/A
    Debug bool
    Enable debug logging for this resource.
    Dhcp GaiaBondInterfaceDhcp
    DHCP configuration dhcp blocks are documented below.
    Dhcp6 GaiaBondInterfaceDhcp6
    DHCPv6 configuration dhcp6 blocks are documented below.
    DownDelay double
    Unit: Milliseconds
    Enabled bool
    N/A
    GaiaBondInterfaceId string
    IpConflicts bool
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    Ipv4Address string
    N/A
    Ipv4MaskLength double
    N/A
    Ipv6Address string
    N/A
    Ipv6Autoconfig bool
    N/A
    Ipv6MaskLength double
    N/A
    LacpRate string
    N/A
    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
    Members List<string>
    members blocks are documented below.
    MiiInterval double
    Media monitoring interval
    MinLinks double
    Valid only while mode 8023AD is configured
    Mode string
    N/A
    Mtu double
    N/A
    Name string
    N/A
    Primary string
    Primary member of the bond interface
    SdWan GaiaBondInterfaceSdWan
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    UpDelay double
    Unit: Milliseconds
    VirtualSystemId double
    Virtual System ID. Relevant for VSNext setups
    XmitHashPolicy string
    layer2, layer3+4
    ResourceId float64
    N/A
    Comments string
    N/A
    Debug bool
    Enable debug logging for this resource.
    Dhcp GaiaBondInterfaceDhcpArgs
    DHCP configuration dhcp blocks are documented below.
    Dhcp6 GaiaBondInterfaceDhcp6Args
    DHCPv6 configuration dhcp6 blocks are documented below.
    DownDelay float64
    Unit: Milliseconds
    Enabled bool
    N/A
    GaiaBondInterfaceId string
    IpConflicts bool
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    Ipv4Address string
    N/A
    Ipv4MaskLength float64
    N/A
    Ipv6Address string
    N/A
    Ipv6Autoconfig bool
    N/A
    Ipv6MaskLength float64
    N/A
    LacpRate string
    N/A
    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
    Members []string
    members blocks are documented below.
    MiiInterval float64
    Media monitoring interval
    MinLinks float64
    Valid only while mode 8023AD is configured
    Mode string
    N/A
    Mtu float64
    N/A
    Name string
    N/A
    Primary string
    Primary member of the bond interface
    SdWan GaiaBondInterfaceSdWanArgs
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    UpDelay float64
    Unit: Milliseconds
    VirtualSystemId float64
    Virtual System ID. Relevant for VSNext setups
    XmitHashPolicy string
    layer2, layer3+4
    resource_id number
    N/A
    comments string
    N/A
    debug bool
    Enable debug logging for this resource.
    dhcp object
    DHCP configuration dhcp blocks are documented below.
    dhcp6 object
    DHCPv6 configuration dhcp6 blocks are documented below.
    down_delay number
    Unit: Milliseconds
    enabled bool
    N/A
    gaia_bond_interface_id string
    ip_conflicts bool
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    ipv4_address string
    N/A
    ipv4_mask_length number
    N/A
    ipv6_address string
    N/A
    ipv6_autoconfig bool
    N/A
    ipv6_mask_length number
    N/A
    lacp_rate string
    N/A
    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
    members list(string)
    members blocks are documented below.
    mii_interval number
    Media monitoring interval
    min_links number
    Valid only while mode 8023AD is configured
    mode string
    N/A
    mtu number
    N/A
    name string
    N/A
    primary string
    Primary member of the bond interface
    sd_wan object
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    up_delay number
    Unit: Milliseconds
    virtual_system_id number
    Virtual System ID. Relevant for VSNext setups
    xmit_hash_policy string
    layer2, layer3+4
    resourceId Double
    N/A
    comments String
    N/A
    debug Boolean
    Enable debug logging for this resource.
    dhcp GaiaBondInterfaceDhcp
    DHCP configuration dhcp blocks are documented below.
    dhcp6 GaiaBondInterfaceDhcp6
    DHCPv6 configuration dhcp6 blocks are documented below.
    downDelay Double
    Unit: Milliseconds
    enabled Boolean
    N/A
    gaiaBondInterfaceId String
    ipConflicts Boolean
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    ipv4Address String
    N/A
    ipv4MaskLength Double
    N/A
    ipv6Address String
    N/A
    ipv6Autoconfig Boolean
    N/A
    ipv6MaskLength Double
    N/A
    lacpRate String
    N/A
    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
    members List<String>
    members blocks are documented below.
    miiInterval Double
    Media monitoring interval
    minLinks Double
    Valid only while mode 8023AD is configured
    mode String
    N/A
    mtu Double
    N/A
    name String
    N/A
    primary String
    Primary member of the bond interface
    sdWan GaiaBondInterfaceSdWan
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    upDelay Double
    Unit: Milliseconds
    virtualSystemId Double
    Virtual System ID. Relevant for VSNext setups
    xmitHashPolicy String
    layer2, layer3+4
    resourceId number
    N/A
    comments string
    N/A
    debug boolean
    Enable debug logging for this resource.
    dhcp GaiaBondInterfaceDhcp
    DHCP configuration dhcp blocks are documented below.
    dhcp6 GaiaBondInterfaceDhcp6
    DHCPv6 configuration dhcp6 blocks are documented below.
    downDelay number
    Unit: Milliseconds
    enabled boolean
    N/A
    gaiaBondInterfaceId string
    ipConflicts boolean
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    ipv4Address string
    N/A
    ipv4MaskLength number
    N/A
    ipv6Address string
    N/A
    ipv6Autoconfig boolean
    N/A
    ipv6MaskLength number
    N/A
    lacpRate string
    N/A
    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
    members string[]
    members blocks are documented below.
    miiInterval number
    Media monitoring interval
    minLinks number
    Valid only while mode 8023AD is configured
    mode string
    N/A
    mtu number
    N/A
    name string
    N/A
    primary string
    Primary member of the bond interface
    sdWan GaiaBondInterfaceSdWan
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    upDelay number
    Unit: Milliseconds
    virtualSystemId number
    Virtual System ID. Relevant for VSNext setups
    xmitHashPolicy string
    layer2, layer3+4
    resource_id float
    N/A
    comments str
    N/A
    debug bool
    Enable debug logging for this resource.
    dhcp GaiaBondInterfaceDhcpArgs
    DHCP configuration dhcp blocks are documented below.
    dhcp6 GaiaBondInterfaceDhcp6Args
    DHCPv6 configuration dhcp6 blocks are documented below.
    down_delay float
    Unit: Milliseconds
    enabled bool
    N/A
    gaia_bond_interface_id str
    ip_conflicts bool
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    ipv4_address str
    N/A
    ipv4_mask_length float
    N/A
    ipv6_address str
    N/A
    ipv6_autoconfig bool
    N/A
    ipv6_mask_length float
    N/A
    lacp_rate str
    N/A
    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
    members Sequence[str]
    members blocks are documented below.
    mii_interval float
    Media monitoring interval
    min_links float
    Valid only while mode 8023AD is configured
    mode str
    N/A
    mtu float
    N/A
    name str
    N/A
    primary str
    Primary member of the bond interface
    sd_wan GaiaBondInterfaceSdWanArgs
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    up_delay float
    Unit: Milliseconds
    virtual_system_id float
    Virtual System ID. Relevant for VSNext setups
    xmit_hash_policy str
    layer2, layer3+4
    resourceId Number
    N/A
    comments String
    N/A
    debug Boolean
    Enable debug logging for this resource.
    dhcp Property Map
    DHCP configuration dhcp blocks are documented below.
    dhcp6 Property Map
    DHCPv6 configuration dhcp6 blocks are documented below.
    downDelay Number
    Unit: Milliseconds
    enabled Boolean
    N/A
    gaiaBondInterfaceId String
    ipConflicts Boolean
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    ipv4Address String
    N/A
    ipv4MaskLength Number
    N/A
    ipv6Address String
    N/A
    ipv6Autoconfig Boolean
    N/A
    ipv6MaskLength Number
    N/A
    lacpRate String
    N/A
    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
    members List<String>
    members blocks are documented below.
    miiInterval Number
    Media monitoring interval
    minLinks Number
    Valid only while mode 8023AD is configured
    mode String
    N/A
    mtu Number
    N/A
    name String
    N/A
    primary String
    Primary member of the bond interface
    sdWan Property Map
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    upDelay Number
    Unit: Milliseconds
    virtualSystemId Number
    Virtual System ID. Relevant for VSNext setups
    xmitHashPolicy String
    layer2, layer3+4

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GaiaBondInterface 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.
    Ipv6LocalLinkAddress 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.
    Ipv6LocalLinkAddress 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_local_link_address 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.
    ipv6LocalLinkAddress 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.
    ipv6LocalLinkAddress 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_local_link_address 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.
    ipv6LocalLinkAddress 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 GaiaBondInterface Resource

    Get an existing GaiaBondInterface 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?: GaiaBondInterfaceState, opts?: CustomResourceOptions): GaiaBondInterface
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            comments: Optional[str] = None,
            debug: Optional[bool] = None,
            dhcp: Optional[GaiaBondInterfaceDhcpArgs] = None,
            dhcp6: Optional[GaiaBondInterfaceDhcp6Args] = None,
            down_delay: Optional[float] = None,
            duplex: Optional[str] = None,
            enabled: Optional[bool] = None,
            gaia_bond_interface_id: Optional[str] = None,
            ip_conflicts: Optional[bool] = 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[float] = None,
            lacp_rate: Optional[str] = None,
            link_state: Optional[bool] = None,
            member_id: Optional[str] = None,
            members: Optional[Sequence[str]] = None,
            mii_interval: Optional[float] = None,
            min_links: Optional[float] = None,
            mode: Optional[str] = None,
            mtu: Optional[float] = None,
            name: Optional[str] = None,
            primary: Optional[str] = None,
            resource_id: Optional[float] = None,
            rx_bytes: Optional[float] = None,
            rx_packets: Optional[float] = None,
            sd_wan: Optional[GaiaBondInterfaceSdWanArgs] = None,
            speed: Optional[str] = None,
            tx_bytes: Optional[float] = None,
            tx_packets: Optional[float] = None,
            up_delay: Optional[float] = None,
            virtual_system_id: Optional[float] = None,
            xmit_hash_policy: Optional[str] = None) -> GaiaBondInterface
    func GetGaiaBondInterface(ctx *Context, name string, id IDInput, state *GaiaBondInterfaceState, opts ...ResourceOption) (*GaiaBondInterface, error)
    public static GaiaBondInterface Get(string name, Input<string> id, GaiaBondInterfaceState? state, CustomResourceOptions? opts = null)
    public static GaiaBondInterface get(String name, Output<String> id, GaiaBondInterfaceState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:GaiaBondInterface    get:      id: ${id}
    import {
      to = checkpoint_gaiabondinterface.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.
    Dhcp GaiaBondInterfaceDhcp
    DHCP configuration dhcp blocks are documented below.
    Dhcp6 GaiaBondInterfaceDhcp6
    DHCPv6 configuration dhcp6 blocks are documented below.
    DownDelay double
    Unit: Milliseconds
    Duplex string
    Computed field, returned in the response.
    Enabled bool
    N/A
    GaiaBondInterfaceId string
    IpConflicts bool
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    Ipv4Address string
    N/A
    Ipv4MaskLength double
    N/A
    Ipv6Address string
    N/A
    Ipv6Autoconfig bool
    N/A
    Ipv6LocalLinkAddress string
    Computed field, returned in the response.
    Ipv6MaskLength double
    N/A
    LacpRate string
    N/A
    LinkState bool
    Computed field, returned in the response.
    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
    Members List<string>
    members blocks are documented below.
    MiiInterval double
    Media monitoring interval
    MinLinks double
    Valid only while mode 8023AD is configured
    Mode string
    N/A
    Mtu double
    N/A
    Name string
    N/A
    Primary string
    Primary member of the bond interface
    ResourceId double
    N/A
    RxBytes double
    Computed field, returned in the response.
    RxPackets double
    Computed field, returned in the response.
    SdWan GaiaBondInterfaceSdWan
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    Speed string
    Computed field, returned in the response.
    TxBytes double
    Computed field, returned in the response.
    TxPackets double
    Computed field, returned in the response.
    UpDelay double
    Unit: Milliseconds
    VirtualSystemId double
    Virtual System ID. Relevant for VSNext setups
    XmitHashPolicy string
    layer2, layer3+4
    Comments string
    N/A
    Debug bool
    Enable debug logging for this resource.
    Dhcp GaiaBondInterfaceDhcpArgs
    DHCP configuration dhcp blocks are documented below.
    Dhcp6 GaiaBondInterfaceDhcp6Args
    DHCPv6 configuration dhcp6 blocks are documented below.
    DownDelay float64
    Unit: Milliseconds
    Duplex string
    Computed field, returned in the response.
    Enabled bool
    N/A
    GaiaBondInterfaceId string
    IpConflicts bool
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    Ipv4Address string
    N/A
    Ipv4MaskLength float64
    N/A
    Ipv6Address string
    N/A
    Ipv6Autoconfig bool
    N/A
    Ipv6LocalLinkAddress string
    Computed field, returned in the response.
    Ipv6MaskLength float64
    N/A
    LacpRate string
    N/A
    LinkState bool
    Computed field, returned in the response.
    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
    Members []string
    members blocks are documented below.
    MiiInterval float64
    Media monitoring interval
    MinLinks float64
    Valid only while mode 8023AD is configured
    Mode string
    N/A
    Mtu float64
    N/A
    Name string
    N/A
    Primary string
    Primary member of the bond interface
    ResourceId float64
    N/A
    RxBytes float64
    Computed field, returned in the response.
    RxPackets float64
    Computed field, returned in the response.
    SdWan GaiaBondInterfaceSdWanArgs
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    Speed string
    Computed field, returned in the response.
    TxBytes float64
    Computed field, returned in the response.
    TxPackets float64
    Computed field, returned in the response.
    UpDelay float64
    Unit: Milliseconds
    VirtualSystemId float64
    Virtual System ID. Relevant for VSNext setups
    XmitHashPolicy string
    layer2, layer3+4
    comments string
    N/A
    debug bool
    Enable debug logging for this resource.
    dhcp object
    DHCP configuration dhcp blocks are documented below.
    dhcp6 object
    DHCPv6 configuration dhcp6 blocks are documented below.
    down_delay number
    Unit: Milliseconds
    duplex string
    Computed field, returned in the response.
    enabled bool
    N/A
    gaia_bond_interface_id string
    ip_conflicts bool
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    ipv4_address string
    N/A
    ipv4_mask_length number
    N/A
    ipv6_address string
    N/A
    ipv6_autoconfig bool
    N/A
    ipv6_local_link_address string
    Computed field, returned in the response.
    ipv6_mask_length number
    N/A
    lacp_rate string
    N/A
    link_state bool
    Computed field, returned in the response.
    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
    members list(string)
    members blocks are documented below.
    mii_interval number
    Media monitoring interval
    min_links number
    Valid only while mode 8023AD is configured
    mode string
    N/A
    mtu number
    N/A
    name string
    N/A
    primary string
    Primary member of the bond interface
    resource_id number
    N/A
    rx_bytes number
    Computed field, returned in the response.
    rx_packets number
    Computed field, returned in the response.
    sd_wan object
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    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.
    up_delay number
    Unit: Milliseconds
    virtual_system_id number
    Virtual System ID. Relevant for VSNext setups
    xmit_hash_policy string
    layer2, layer3+4
    comments String
    N/A
    debug Boolean
    Enable debug logging for this resource.
    dhcp GaiaBondInterfaceDhcp
    DHCP configuration dhcp blocks are documented below.
    dhcp6 GaiaBondInterfaceDhcp6
    DHCPv6 configuration dhcp6 blocks are documented below.
    downDelay Double
    Unit: Milliseconds
    duplex String
    Computed field, returned in the response.
    enabled Boolean
    N/A
    gaiaBondInterfaceId String
    ipConflicts Boolean
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    ipv4Address String
    N/A
    ipv4MaskLength Double
    N/A
    ipv6Address String
    N/A
    ipv6Autoconfig Boolean
    N/A
    ipv6LocalLinkAddress String
    Computed field, returned in the response.
    ipv6MaskLength Double
    N/A
    lacpRate String
    N/A
    linkState Boolean
    Computed field, returned in the response.
    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
    members List<String>
    members blocks are documented below.
    miiInterval Double
    Media monitoring interval
    minLinks Double
    Valid only while mode 8023AD is configured
    mode String
    N/A
    mtu Double
    N/A
    name String
    N/A
    primary String
    Primary member of the bond interface
    resourceId Double
    N/A
    rxBytes Double
    Computed field, returned in the response.
    rxPackets Double
    Computed field, returned in the response.
    sdWan GaiaBondInterfaceSdWan
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    speed String
    Computed field, returned in the response.
    txBytes Double
    Computed field, returned in the response.
    txPackets Double
    Computed field, returned in the response.
    upDelay Double
    Unit: Milliseconds
    virtualSystemId Double
    Virtual System ID. Relevant for VSNext setups
    xmitHashPolicy String
    layer2, layer3+4
    comments string
    N/A
    debug boolean
    Enable debug logging for this resource.
    dhcp GaiaBondInterfaceDhcp
    DHCP configuration dhcp blocks are documented below.
    dhcp6 GaiaBondInterfaceDhcp6
    DHCPv6 configuration dhcp6 blocks are documented below.
    downDelay number
    Unit: Milliseconds
    duplex string
    Computed field, returned in the response.
    enabled boolean
    N/A
    gaiaBondInterfaceId string
    ipConflicts boolean
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    ipv4Address string
    N/A
    ipv4MaskLength number
    N/A
    ipv6Address string
    N/A
    ipv6Autoconfig boolean
    N/A
    ipv6LocalLinkAddress string
    Computed field, returned in the response.
    ipv6MaskLength number
    N/A
    lacpRate string
    N/A
    linkState boolean
    Computed field, returned in the response.
    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
    members string[]
    members blocks are documented below.
    miiInterval number
    Media monitoring interval
    minLinks number
    Valid only while mode 8023AD is configured
    mode string
    N/A
    mtu number
    N/A
    name string
    N/A
    primary string
    Primary member of the bond interface
    resourceId number
    N/A
    rxBytes number
    Computed field, returned in the response.
    rxPackets number
    Computed field, returned in the response.
    sdWan GaiaBondInterfaceSdWan
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    speed string
    Computed field, returned in the response.
    txBytes number
    Computed field, returned in the response.
    txPackets number
    Computed field, returned in the response.
    upDelay number
    Unit: Milliseconds
    virtualSystemId number
    Virtual System ID. Relevant for VSNext setups
    xmitHashPolicy string
    layer2, layer3+4
    comments str
    N/A
    debug bool
    Enable debug logging for this resource.
    dhcp GaiaBondInterfaceDhcpArgs
    DHCP configuration dhcp blocks are documented below.
    dhcp6 GaiaBondInterfaceDhcp6Args
    DHCPv6 configuration dhcp6 blocks are documented below.
    down_delay float
    Unit: Milliseconds
    duplex str
    Computed field, returned in the response.
    enabled bool
    N/A
    gaia_bond_interface_id str
    ip_conflicts bool
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    ipv4_address str
    N/A
    ipv4_mask_length float
    N/A
    ipv6_address str
    N/A
    ipv6_autoconfig bool
    N/A
    ipv6_local_link_address str
    Computed field, returned in the response.
    ipv6_mask_length float
    N/A
    lacp_rate str
    N/A
    link_state bool
    Computed field, returned in the response.
    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
    members Sequence[str]
    members blocks are documented below.
    mii_interval float
    Media monitoring interval
    min_links float
    Valid only while mode 8023AD is configured
    mode str
    N/A
    mtu float
    N/A
    name str
    N/A
    primary str
    Primary member of the bond interface
    resource_id float
    N/A
    rx_bytes float
    Computed field, returned in the response.
    rx_packets float
    Computed field, returned in the response.
    sd_wan GaiaBondInterfaceSdWanArgs
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    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.
    up_delay float
    Unit: Milliseconds
    virtual_system_id float
    Virtual System ID. Relevant for VSNext setups
    xmit_hash_policy str
    layer2, layer3+4
    comments String
    N/A
    debug Boolean
    Enable debug logging for this resource.
    dhcp Property Map
    DHCP configuration dhcp blocks are documented below.
    dhcp6 Property Map
    DHCPv6 configuration dhcp6 blocks are documented below.
    downDelay Number
    Unit: Milliseconds
    duplex String
    Computed field, returned in the response.
    enabled Boolean
    N/A
    gaiaBondInterfaceId String
    ipConflicts Boolean
    Enable ip-conflicts on this interface to monitor the Address Resolution Protocol traffic on the connected network.
    ipv4Address String
    N/A
    ipv4MaskLength Number
    N/A
    ipv6Address String
    N/A
    ipv6Autoconfig Boolean
    N/A
    ipv6LocalLinkAddress String
    Computed field, returned in the response.
    ipv6MaskLength Number
    N/A
    lacpRate String
    N/A
    linkState Boolean
    Computed field, returned in the response.
    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
    members List<String>
    members blocks are documented below.
    miiInterval Number
    Media monitoring interval
    minLinks Number
    Valid only while mode 8023AD is configured
    mode String
    N/A
    mtu Number
    N/A
    name String
    N/A
    primary String
    Primary member of the bond interface
    resourceId Number
    N/A
    rxBytes Number
    Computed field, returned in the response.
    rxPackets Number
    Computed field, returned in the response.
    sdWan Property Map
    SD-WAN configuration. Supported starting from R81.20 JHF 14 sd_wan blocks are documented below.
    speed String
    Computed field, returned in the response.
    txBytes Number
    Computed field, returned in the response.
    txPackets Number
    Computed field, returned in the response.
    upDelay Number
    Unit: Milliseconds
    virtualSystemId Number
    Virtual System ID. Relevant for VSNext setups
    xmitHashPolicy String
    layer2, layer3+4

    Supporting Types

    GaiaBondInterfaceDhcp, GaiaBondInterfaceDhcpArgs

    Enabled bool
    Enable DHCP on this interface.
    Leasetime string
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    ReacquireTimeout string
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    Retry string
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    ServerTimeout string
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    Enabled bool
    Enable DHCP on this interface.
    Leasetime string
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    ReacquireTimeout string
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    Retry string
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    ServerTimeout string
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    enabled bool
    Enable DHCP on this interface.
    leasetime string
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    reacquire_timeout string
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    retry string
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    server_timeout string
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    enabled Boolean
    Enable DHCP on this interface.
    leasetime String
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    reacquireTimeout String
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    retry String
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    serverTimeout String
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    enabled boolean
    Enable DHCP on this interface.
    leasetime string
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    reacquireTimeout string
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    retry string
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    serverTimeout string
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    enabled bool
    Enable DHCP on this interface.
    leasetime str
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    reacquire_timeout str
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    retry str
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    server_timeout str
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    enabled Boolean
    Enable DHCP on this interface.
    leasetime String
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    reacquireTimeout String
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    retry String
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    serverTimeout String
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.

    GaiaBondInterfaceDhcp6, GaiaBondInterfaceDhcp6Args

    Enabled bool
    Enable DHCP on this interface.
    Leasetime string
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    ReacquireTimeout string
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    Retry string
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    ServerTimeout string
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    Using string
    Choose the DHCPv6 client working mode of this interface. Interface will receive IPv6 only if the chosen mode and the system's configured mode match
    Enabled bool
    Enable DHCP on this interface.
    Leasetime string
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    ReacquireTimeout string
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    Retry string
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    ServerTimeout string
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    Using string
    Choose the DHCPv6 client working mode of this interface. Interface will receive IPv6 only if the chosen mode and the system's configured mode match
    enabled bool
    Enable DHCP on this interface.
    leasetime string
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    reacquire_timeout string
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    retry string
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    server_timeout string
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    using string
    Choose the DHCPv6 client working mode of this interface. Interface will receive IPv6 only if the chosen mode and the system's configured mode match
    enabled Boolean
    Enable DHCP on this interface.
    leasetime String
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    reacquireTimeout String
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    retry String
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    serverTimeout String
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    using String
    Choose the DHCPv6 client working mode of this interface. Interface will receive IPv6 only if the chosen mode and the system's configured mode match
    enabled boolean
    Enable DHCP on this interface.
    leasetime string
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    reacquireTimeout string
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    retry string
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    serverTimeout string
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    using string
    Choose the DHCPv6 client working mode of this interface. Interface will receive IPv6 only if the chosen mode and the system's configured mode match
    enabled bool
    Enable DHCP on this interface.
    leasetime str
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    reacquire_timeout str
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    retry str
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    server_timeout str
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    using str
    Choose the DHCPv6 client working mode of this interface. Interface will receive IPv6 only if the chosen mode and the system's configured mode match
    enabled Boolean
    Enable DHCP on this interface.
    leasetime String
    Specifies the lease time, in seconds, when requesting for an IP address. Default value is "default" - according to the server.
    reacquireTimeout String
    When trying to reacquire the last IP address, the reacquire-timeout statement sets the time, in seconds, that must elapse after the first try to reacquire the old address before it gives up and tries to discover a new address.
    retry String
    Specifies the time, in seconds, that must pass after the interface has determined that there is no DHCP server present before it tries again to contact a DHCP server.
    serverTimeout String
    Specifies the amount of time, in seconds, that must pass between the time that the interface begins to try to determine its address and the time that it decides that it's not going to be able to contact a server.
    using String
    Choose the DHCPv6 client working mode of this interface. Interface will receive IPv6 only if the chosen mode and the system's configured mode match

    GaiaBondInterfaceSdWan, GaiaBondInterfaceSdWanArgs

    Bandwidth GaiaBondInterfaceSdWanBandwidth
    Optional Bandwidth configuration. Bandwidth configuration is supported starting from R81.20 JHF 79 bandwidth blocks are documented below.
    CircuitId string
    Optional override interface circuit id value. Circuit-ID configuration is supported starting from R81.20 JHF 79
    Enabled bool
    Enable SD-WAN on this interface.
    Nat GaiaBondInterfaceSdWanNat
    Optional NAT configuration nat blocks are documented below.
    NextHop string
    Configure interface's next hop IPv4 address, obtain next hop IPv4 address automatically or set as a layer 2-only link
    NextHopIpv6 string
    Configure interface's next hop IPv6 address or obtain next hop IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    Tag string
    Optional tag configuration. Must contain only alphanumeric characters, '-' or '_' (max length is 64)
    Bandwidth GaiaBondInterfaceSdWanBandwidth
    Optional Bandwidth configuration. Bandwidth configuration is supported starting from R81.20 JHF 79 bandwidth blocks are documented below.
    CircuitId string
    Optional override interface circuit id value. Circuit-ID configuration is supported starting from R81.20 JHF 79
    Enabled bool
    Enable SD-WAN on this interface.
    Nat GaiaBondInterfaceSdWanNat
    Optional NAT configuration nat blocks are documented below.
    NextHop string
    Configure interface's next hop IPv4 address, obtain next hop IPv4 address automatically or set as a layer 2-only link
    NextHopIpv6 string
    Configure interface's next hop IPv6 address or obtain next hop IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    Tag string
    Optional tag configuration. Must contain only alphanumeric characters, '-' or '_' (max length is 64)
    bandwidth object
    Optional Bandwidth configuration. Bandwidth configuration is supported starting from R81.20 JHF 79 bandwidth blocks are documented below.
    circuit_id string
    Optional override interface circuit id value. Circuit-ID configuration is supported starting from R81.20 JHF 79
    enabled bool
    Enable SD-WAN on this interface.
    nat object
    Optional NAT configuration nat blocks are documented below.
    next_hop string
    Configure interface's next hop IPv4 address, obtain next hop IPv4 address automatically or set as a layer 2-only link
    next_hop_ipv6 string
    Configure interface's next hop IPv6 address or obtain next hop IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    tag string
    Optional tag configuration. Must contain only alphanumeric characters, '-' or '_' (max length is 64)
    bandwidth GaiaBondInterfaceSdWanBandwidth
    Optional Bandwidth configuration. Bandwidth configuration is supported starting from R81.20 JHF 79 bandwidth blocks are documented below.
    circuitId String
    Optional override interface circuit id value. Circuit-ID configuration is supported starting from R81.20 JHF 79
    enabled Boolean
    Enable SD-WAN on this interface.
    nat GaiaBondInterfaceSdWanNat
    Optional NAT configuration nat blocks are documented below.
    nextHop String
    Configure interface's next hop IPv4 address, obtain next hop IPv4 address automatically or set as a layer 2-only link
    nextHopIpv6 String
    Configure interface's next hop IPv6 address or obtain next hop IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    tag String
    Optional tag configuration. Must contain only alphanumeric characters, '-' or '_' (max length is 64)
    bandwidth GaiaBondInterfaceSdWanBandwidth
    Optional Bandwidth configuration. Bandwidth configuration is supported starting from R81.20 JHF 79 bandwidth blocks are documented below.
    circuitId string
    Optional override interface circuit id value. Circuit-ID configuration is supported starting from R81.20 JHF 79
    enabled boolean
    Enable SD-WAN on this interface.
    nat GaiaBondInterfaceSdWanNat
    Optional NAT configuration nat blocks are documented below.
    nextHop string
    Configure interface's next hop IPv4 address, obtain next hop IPv4 address automatically or set as a layer 2-only link
    nextHopIpv6 string
    Configure interface's next hop IPv6 address or obtain next hop IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    tag string
    Optional tag configuration. Must contain only alphanumeric characters, '-' or '_' (max length is 64)
    bandwidth GaiaBondInterfaceSdWanBandwidth
    Optional Bandwidth configuration. Bandwidth configuration is supported starting from R81.20 JHF 79 bandwidth blocks are documented below.
    circuit_id str
    Optional override interface circuit id value. Circuit-ID configuration is supported starting from R81.20 JHF 79
    enabled bool
    Enable SD-WAN on this interface.
    nat GaiaBondInterfaceSdWanNat
    Optional NAT configuration nat blocks are documented below.
    next_hop str
    Configure interface's next hop IPv4 address, obtain next hop IPv4 address automatically or set as a layer 2-only link
    next_hop_ipv6 str
    Configure interface's next hop IPv6 address or obtain next hop IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    tag str
    Optional tag configuration. Must contain only alphanumeric characters, '-' or '_' (max length is 64)
    bandwidth Property Map
    Optional Bandwidth configuration. Bandwidth configuration is supported starting from R81.20 JHF 79 bandwidth blocks are documented below.
    circuitId String
    Optional override interface circuit id value. Circuit-ID configuration is supported starting from R81.20 JHF 79
    enabled Boolean
    Enable SD-WAN on this interface.
    nat Property Map
    Optional NAT configuration nat blocks are documented below.
    nextHop String
    Configure interface's next hop IPv4 address, obtain next hop IPv4 address automatically or set as a layer 2-only link
    nextHopIpv6 String
    Configure interface's next hop IPv6 address or obtain next hop IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    tag String
    Optional tag configuration. Must contain only alphanumeric characters, '-' or '_' (max length is 64)

    GaiaBondInterfaceSdWanBandwidth, GaiaBondInterfaceSdWanBandwidthArgs

    DownloadSpeed string
    In Mbps
    UploadSpeed string
    In Mbps
    DownloadSpeed string
    In Mbps
    UploadSpeed string
    In Mbps
    download_speed string
    In Mbps
    upload_speed string
    In Mbps
    downloadSpeed String
    In Mbps
    uploadSpeed String
    In Mbps
    downloadSpeed string
    In Mbps
    uploadSpeed string
    In Mbps
    download_speed str
    In Mbps
    upload_speed str
    In Mbps
    downloadSpeed String
    In Mbps
    uploadSpeed String
    In Mbps

    GaiaBondInterfaceSdWanNat, GaiaBondInterfaceSdWanNatArgs

    Enabled bool
    Enable NAT IP address on this interface
    Ip string
    Configure NAT IPv4 address on this interface or obtain NAT IPv4 address automatically.
    Ipv6 string
    Configure NAT IPv6 address on this interface or obtain NAT IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    Enabled bool
    Enable NAT IP address on this interface
    Ip string
    Configure NAT IPv4 address on this interface or obtain NAT IPv4 address automatically.
    Ipv6 string
    Configure NAT IPv6 address on this interface or obtain NAT IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    enabled bool
    Enable NAT IP address on this interface
    ip string
    Configure NAT IPv4 address on this interface or obtain NAT IPv4 address automatically.
    ipv6 string
    Configure NAT IPv6 address on this interface or obtain NAT IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    enabled Boolean
    Enable NAT IP address on this interface
    ip String
    Configure NAT IPv4 address on this interface or obtain NAT IPv4 address automatically.
    ipv6 String
    Configure NAT IPv6 address on this interface or obtain NAT IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    enabled boolean
    Enable NAT IP address on this interface
    ip string
    Configure NAT IPv4 address on this interface or obtain NAT IPv4 address automatically.
    ipv6 string
    Configure NAT IPv6 address on this interface or obtain NAT IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    enabled bool
    Enable NAT IP address on this interface
    ip str
    Configure NAT IPv4 address on this interface or obtain NAT IPv4 address automatically.
    ipv6 str
    Configure NAT IPv6 address on this interface or obtain NAT IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix
    enabled Boolean
    Enable NAT IP address on this interface
    ip String
    Configure NAT IPv4 address on this interface or obtain NAT IPv4 address automatically.
    ipv6 String
    Configure NAT IPv6 address on this interface or obtain NAT IPv6 address automatically. IPv6 configuration is supported starting from R82 latest Jumbo Hotfix

    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