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

    Create GaiaCommandSetStaticRouteNextHopPriority Resource

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

    Constructor syntax

    new GaiaCommandSetStaticRouteNextHopPriority(name: string, args: GaiaCommandSetStaticRouteNextHopPriorityArgs, opts?: CustomResourceOptions);
    @overload
    def GaiaCommandSetStaticRouteNextHopPriority(resource_name: str,
                                                 args: GaiaCommandSetStaticRouteNextHopPriorityArgs,
                                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def GaiaCommandSetStaticRouteNextHopPriority(resource_name: str,
                                                 opts: Optional[ResourceOptions] = None,
                                                 address: Optional[str] = None,
                                                 mask_length: Optional[float] = None,
                                                 next_hop_gateway: Optional[str] = None,
                                                 priority: Optional[float] = None,
                                                 debug: Optional[bool] = None,
                                                 gaia_command_set_static_route_next_hop_priority_id: Optional[str] = None,
                                                 virtual_system_id: Optional[float] = None)
    func NewGaiaCommandSetStaticRouteNextHopPriority(ctx *Context, name string, args GaiaCommandSetStaticRouteNextHopPriorityArgs, opts ...ResourceOption) (*GaiaCommandSetStaticRouteNextHopPriority, error)
    public GaiaCommandSetStaticRouteNextHopPriority(string name, GaiaCommandSetStaticRouteNextHopPriorityArgs args, CustomResourceOptions? opts = null)
    public GaiaCommandSetStaticRouteNextHopPriority(String name, GaiaCommandSetStaticRouteNextHopPriorityArgs args)
    public GaiaCommandSetStaticRouteNextHopPriority(String name, GaiaCommandSetStaticRouteNextHopPriorityArgs args, CustomResourceOptions options)
    
    type: checkpoint:GaiaCommandSetStaticRouteNextHopPriority
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "checkpoint_gaiacommandsetstaticroutenexthoppriority" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GaiaCommandSetStaticRouteNextHopPriorityArgs
    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 GaiaCommandSetStaticRouteNextHopPriorityArgs
    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 GaiaCommandSetStaticRouteNextHopPriorityArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GaiaCommandSetStaticRouteNextHopPriorityArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GaiaCommandSetStaticRouteNextHopPriorityArgs
    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 gaiaCommandSetStaticRouteNextHopPriorityResource = new Checkpoint.GaiaCommandSetStaticRouteNextHopPriority("gaiaCommandSetStaticRouteNextHopPriorityResource", new()
    {
        Address = "string",
        MaskLength = 0,
        NextHopGateway = "string",
        Priority = 0,
        Debug = false,
        GaiaCommandSetStaticRouteNextHopPriorityId = "string",
        VirtualSystemId = 0,
    });
    
    example, err := checkpoint.NewGaiaCommandSetStaticRouteNextHopPriority(ctx, "gaiaCommandSetStaticRouteNextHopPriorityResource", &checkpoint.GaiaCommandSetStaticRouteNextHopPriorityArgs{
    	Address:        pulumi.String("string"),
    	MaskLength:     pulumi.Float64(0),
    	NextHopGateway: pulumi.String("string"),
    	Priority:       pulumi.Float64(0),
    	Debug:          pulumi.Bool(false),
    	GaiaCommandSetStaticRouteNextHopPriorityId: pulumi.String("string"),
    	VirtualSystemId: pulumi.Float64(0),
    })
    
    resource "checkpoint_gaiacommandsetstaticroutenexthoppriority" "gaiaCommandSetStaticRouteNextHopPriorityResource" {
      address                                            = "string"
      mask_length                                        = 0
      next_hop_gateway                                   = "string"
      priority                                           = 0
      debug                                              = false
      gaia_command_set_static_route_next_hop_priority_id = "string"
      virtual_system_id                                  = 0
    }
    
    var gaiaCommandSetStaticRouteNextHopPriorityResource = new GaiaCommandSetStaticRouteNextHopPriority("gaiaCommandSetStaticRouteNextHopPriorityResource", GaiaCommandSetStaticRouteNextHopPriorityArgs.builder()
        .address("string")
        .maskLength(0.0)
        .nextHopGateway("string")
        .priority(0.0)
        .debug(false)
        .gaiaCommandSetStaticRouteNextHopPriorityId("string")
        .virtualSystemId(0.0)
        .build());
    
    gaia_command_set_static_route_next_hop_priority_resource = checkpoint.GaiaCommandSetStaticRouteNextHopPriority("gaiaCommandSetStaticRouteNextHopPriorityResource",
        address="string",
        mask_length=float(0),
        next_hop_gateway="string",
        priority=float(0),
        debug=False,
        gaia_command_set_static_route_next_hop_priority_id="string",
        virtual_system_id=float(0))
    
    const gaiaCommandSetStaticRouteNextHopPriorityResource = new checkpoint.GaiaCommandSetStaticRouteNextHopPriority("gaiaCommandSetStaticRouteNextHopPriorityResource", {
        address: "string",
        maskLength: 0,
        nextHopGateway: "string",
        priority: 0,
        debug: false,
        gaiaCommandSetStaticRouteNextHopPriorityId: "string",
        virtualSystemId: 0,
    });
    
    type: checkpoint:GaiaCommandSetStaticRouteNextHopPriority
    properties:
        address: string
        debug: false
        gaiaCommandSetStaticRouteNextHopPriorityId: string
        maskLength: 0
        nextHopGateway: string
        priority: 0
        virtualSystemId: 0
    

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

    Address string
    N/A
    MaskLength double
    N/A
    NextHopGateway string
    nexthop gateway, can be IP address or interface name
    Priority double
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandSetStaticRouteNextHopPriorityId string
    VirtualSystemId double
    Virtual System ID. Relevant for VSNext setups
    Address string
    N/A
    MaskLength float64
    N/A
    NextHopGateway string
    nexthop gateway, can be IP address or interface name
    Priority float64
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandSetStaticRouteNextHopPriorityId string
    VirtualSystemId float64
    Virtual System ID. Relevant for VSNext setups
    address string
    N/A
    mask_length number
    N/A
    next_hop_gateway string
    nexthop gateway, can be IP address or interface name
    priority number
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    debug bool
    Enable debugging for this resource only.
    gaia_command_set_static_route_next_hop_priority_id string
    virtual_system_id number
    Virtual System ID. Relevant for VSNext setups
    address String
    N/A
    maskLength Double
    N/A
    nextHopGateway String
    nexthop gateway, can be IP address or interface name
    priority Double
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandSetStaticRouteNextHopPriorityId String
    virtualSystemId Double
    Virtual System ID. Relevant for VSNext setups
    address string
    N/A
    maskLength number
    N/A
    nextHopGateway string
    nexthop gateway, can be IP address or interface name
    priority number
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    debug boolean
    Enable debugging for this resource only.
    gaiaCommandSetStaticRouteNextHopPriorityId string
    virtualSystemId number
    Virtual System ID. Relevant for VSNext setups
    address str
    N/A
    mask_length float
    N/A
    next_hop_gateway str
    nexthop gateway, can be IP address or interface name
    priority float
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    debug bool
    Enable debugging for this resource only.
    gaia_command_set_static_route_next_hop_priority_id str
    virtual_system_id float
    Virtual System ID. Relevant for VSNext setups
    address String
    N/A
    maskLength Number
    N/A
    nextHopGateway String
    nexthop gateway, can be IP address or interface name
    priority Number
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandSetStaticRouteNextHopPriorityId String
    virtualSystemId Number
    Virtual System ID. Relevant for VSNext setups

    Outputs

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

    Comment string
    N/A
    Id string
    The provider-assigned unique ID for this managed resource.
    MemberId string
    N/A
    NextHops List<GaiaCommandSetStaticRouteNextHopPriorityNextHop>
    N/A
    Ping bool
    N/A
    Rank string
    N/A
    ScopeLocal bool
    N/A
    Type string
    N/A
    Comment string
    N/A
    Id string
    The provider-assigned unique ID for this managed resource.
    MemberId string
    N/A
    NextHops []GaiaCommandSetStaticRouteNextHopPriorityNextHop
    N/A
    Ping bool
    N/A
    Rank string
    N/A
    ScopeLocal bool
    N/A
    Type string
    N/A
    comment string
    N/A
    id string
    The provider-assigned unique ID for this managed resource.
    member_id string
    N/A
    next_hops list(object)
    N/A
    ping bool
    N/A
    rank string
    N/A
    scope_local bool
    N/A
    type string
    N/A
    comment String
    N/A
    id String
    The provider-assigned unique ID for this managed resource.
    memberId String
    N/A
    nextHops List<GaiaCommandSetStaticRouteNextHopPriorityNextHop>
    N/A
    ping Boolean
    N/A
    rank String
    N/A
    scopeLocal Boolean
    N/A
    type String
    N/A
    comment string
    N/A
    id string
    The provider-assigned unique ID for this managed resource.
    memberId string
    N/A
    nextHops GaiaCommandSetStaticRouteNextHopPriorityNextHop[]
    N/A
    ping boolean
    N/A
    rank string
    N/A
    scopeLocal boolean
    N/A
    type string
    N/A
    comment str
    N/A
    id str
    The provider-assigned unique ID for this managed resource.
    member_id str
    N/A
    next_hops Sequence[GaiaCommandSetStaticRouteNextHopPriorityNextHop]
    N/A
    ping bool
    N/A
    rank str
    N/A
    scope_local bool
    N/A
    type str
    N/A
    comment String
    N/A
    id String
    The provider-assigned unique ID for this managed resource.
    memberId String
    N/A
    nextHops List<Property Map>
    N/A
    ping Boolean
    N/A
    rank String
    N/A
    scopeLocal Boolean
    N/A
    type String
    N/A

    Look up Existing GaiaCommandSetStaticRouteNextHopPriority Resource

    Get an existing GaiaCommandSetStaticRouteNextHopPriority 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?: GaiaCommandSetStaticRouteNextHopPriorityState, opts?: CustomResourceOptions): GaiaCommandSetStaticRouteNextHopPriority
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            address: Optional[str] = None,
            comment: Optional[str] = None,
            debug: Optional[bool] = None,
            gaia_command_set_static_route_next_hop_priority_id: Optional[str] = None,
            mask_length: Optional[float] = None,
            member_id: Optional[str] = None,
            next_hop_gateway: Optional[str] = None,
            next_hops: Optional[Sequence[GaiaCommandSetStaticRouteNextHopPriorityNextHopArgs]] = None,
            ping: Optional[bool] = None,
            priority: Optional[float] = None,
            rank: Optional[str] = None,
            scope_local: Optional[bool] = None,
            type: Optional[str] = None,
            virtual_system_id: Optional[float] = None) -> GaiaCommandSetStaticRouteNextHopPriority
    func GetGaiaCommandSetStaticRouteNextHopPriority(ctx *Context, name string, id IDInput, state *GaiaCommandSetStaticRouteNextHopPriorityState, opts ...ResourceOption) (*GaiaCommandSetStaticRouteNextHopPriority, error)
    public static GaiaCommandSetStaticRouteNextHopPriority Get(string name, Input<string> id, GaiaCommandSetStaticRouteNextHopPriorityState? state, CustomResourceOptions? opts = null)
    public static GaiaCommandSetStaticRouteNextHopPriority get(String name, Output<String> id, GaiaCommandSetStaticRouteNextHopPriorityState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:GaiaCommandSetStaticRouteNextHopPriority    get:      id: ${id}
    import {
      to = checkpoint_gaiacommandsetstaticroutenexthoppriority.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:
    Address string
    N/A
    Comment string
    N/A
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandSetStaticRouteNextHopPriorityId string
    MaskLength double
    N/A
    MemberId string
    N/A
    NextHopGateway string
    nexthop gateway, can be IP address or interface name
    NextHops List<GaiaCommandSetStaticRouteNextHopPriorityNextHop>
    N/A
    Ping bool
    N/A
    Priority double
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    Rank string
    N/A
    ScopeLocal bool
    N/A
    Type string
    N/A
    VirtualSystemId double
    Virtual System ID. Relevant for VSNext setups
    Address string
    N/A
    Comment string
    N/A
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandSetStaticRouteNextHopPriorityId string
    MaskLength float64
    N/A
    MemberId string
    N/A
    NextHopGateway string
    nexthop gateway, can be IP address or interface name
    NextHops []GaiaCommandSetStaticRouteNextHopPriorityNextHopArgs
    N/A
    Ping bool
    N/A
    Priority float64
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    Rank string
    N/A
    ScopeLocal bool
    N/A
    Type string
    N/A
    VirtualSystemId float64
    Virtual System ID. Relevant for VSNext setups
    address string
    N/A
    comment string
    N/A
    debug bool
    Enable debugging for this resource only.
    gaia_command_set_static_route_next_hop_priority_id string
    mask_length number
    N/A
    member_id string
    N/A
    next_hop_gateway string
    nexthop gateway, can be IP address or interface name
    next_hops list(object)
    N/A
    ping bool
    N/A
    priority number
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    rank string
    N/A
    scope_local bool
    N/A
    type string
    N/A
    virtual_system_id number
    Virtual System ID. Relevant for VSNext setups
    address String
    N/A
    comment String
    N/A
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandSetStaticRouteNextHopPriorityId String
    maskLength Double
    N/A
    memberId String
    N/A
    nextHopGateway String
    nexthop gateway, can be IP address or interface name
    nextHops List<GaiaCommandSetStaticRouteNextHopPriorityNextHop>
    N/A
    ping Boolean
    N/A
    priority Double
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    rank String
    N/A
    scopeLocal Boolean
    N/A
    type String
    N/A
    virtualSystemId Double
    Virtual System ID. Relevant for VSNext setups
    address string
    N/A
    comment string
    N/A
    debug boolean
    Enable debugging for this resource only.
    gaiaCommandSetStaticRouteNextHopPriorityId string
    maskLength number
    N/A
    memberId string
    N/A
    nextHopGateway string
    nexthop gateway, can be IP address or interface name
    nextHops GaiaCommandSetStaticRouteNextHopPriorityNextHop[]
    N/A
    ping boolean
    N/A
    priority number
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    rank string
    N/A
    scopeLocal boolean
    N/A
    type string
    N/A
    virtualSystemId number
    Virtual System ID. Relevant for VSNext setups
    address str
    N/A
    comment str
    N/A
    debug bool
    Enable debugging for this resource only.
    gaia_command_set_static_route_next_hop_priority_id str
    mask_length float
    N/A
    member_id str
    N/A
    next_hop_gateway str
    nexthop gateway, can be IP address or interface name
    next_hops Sequence[GaiaCommandSetStaticRouteNextHopPriorityNextHopArgs]
    N/A
    ping bool
    N/A
    priority float
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    rank str
    N/A
    scope_local bool
    N/A
    type str
    N/A
    virtual_system_id float
    Virtual System ID. Relevant for VSNext setups
    address String
    N/A
    comment String
    N/A
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandSetStaticRouteNextHopPriorityId String
    maskLength Number
    N/A
    memberId String
    N/A
    nextHopGateway String
    nexthop gateway, can be IP address or interface name
    nextHops List<Property Map>
    N/A
    ping Boolean
    N/A
    priority Number
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    rank String
    N/A
    scopeLocal Boolean
    N/A
    type String
    N/A
    virtualSystemId Number
    Virtual System ID. Relevant for VSNext setups

    Supporting Types

    GaiaCommandSetStaticRouteNextHopPriorityNextHop, GaiaCommandSetStaticRouteNextHopPriorityNextHopArgs

    Gateway string
    Priority string
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    Gateway string
    Priority string
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    gateway string
    priority string
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    gateway String
    priority String
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    gateway string
    priority string
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    gateway str
    priority str
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8
    gateway String
    priority String
    Priority defines which gateway to select as the next hop, the lower the priority, the higher the preference. can be default or integer from 1 to 8

    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