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

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

    Constructor syntax

    new GaiaCommandSetStaticMrouteNextHopPriority(name: string, args: GaiaCommandSetStaticMrouteNextHopPriorityArgs, opts?: CustomResourceOptions);
    @overload
    def GaiaCommandSetStaticMrouteNextHopPriority(resource_name: str,
                                                  args: GaiaCommandSetStaticMrouteNextHopPriorityArgs,
                                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def GaiaCommandSetStaticMrouteNextHopPriority(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_mroute_next_hop_priority_id: Optional[str] = None,
                                                  virtual_system_id: Optional[float] = None)
    func NewGaiaCommandSetStaticMrouteNextHopPriority(ctx *Context, name string, args GaiaCommandSetStaticMrouteNextHopPriorityArgs, opts ...ResourceOption) (*GaiaCommandSetStaticMrouteNextHopPriority, error)
    public GaiaCommandSetStaticMrouteNextHopPriority(string name, GaiaCommandSetStaticMrouteNextHopPriorityArgs args, CustomResourceOptions? opts = null)
    public GaiaCommandSetStaticMrouteNextHopPriority(String name, GaiaCommandSetStaticMrouteNextHopPriorityArgs args)
    public GaiaCommandSetStaticMrouteNextHopPriority(String name, GaiaCommandSetStaticMrouteNextHopPriorityArgs args, CustomResourceOptions options)
    
    type: checkpoint:GaiaCommandSetStaticMrouteNextHopPriority
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "checkpoint_gaiacommandsetstaticmroutenexthoppriority" "name" {
        # resource properties
    }

    Parameters

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

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

    Address string
    Address of the static-mroute to set configuration for.
    MaskLength double
    Mask length of the static-mroute.
    NextHopGateway string
    Next-hop gateway, must be an IP address.
    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.
    GaiaCommandSetStaticMrouteNextHopPriorityId string
    VirtualSystemId double
    Virtual System ID. Relevant for VSNext setups
    Address string
    Address of the static-mroute to set configuration for.
    MaskLength float64
    Mask length of the static-mroute.
    NextHopGateway string
    Next-hop gateway, must be an IP address.
    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.
    GaiaCommandSetStaticMrouteNextHopPriorityId string
    VirtualSystemId float64
    Virtual System ID. Relevant for VSNext setups
    address string
    Address of the static-mroute to set configuration for.
    mask_length number
    Mask length of the static-mroute.
    next_hop_gateway string
    Next-hop gateway, must be an IP address.
    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_mroute_next_hop_priority_id string
    virtual_system_id number
    Virtual System ID. Relevant for VSNext setups
    address String
    Address of the static-mroute to set configuration for.
    maskLength Double
    Mask length of the static-mroute.
    nextHopGateway String
    Next-hop gateway, must be an IP address.
    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.
    gaiaCommandSetStaticMrouteNextHopPriorityId String
    virtualSystemId Double
    Virtual System ID. Relevant for VSNext setups
    address string
    Address of the static-mroute to set configuration for.
    maskLength number
    Mask length of the static-mroute.
    nextHopGateway string
    Next-hop gateway, must be an IP address.
    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.
    gaiaCommandSetStaticMrouteNextHopPriorityId string
    virtualSystemId number
    Virtual System ID. Relevant for VSNext setups
    address str
    Address of the static-mroute to set configuration for.
    mask_length float
    Mask length of the static-mroute.
    next_hop_gateway str
    Next-hop gateway, must be an IP address.
    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_mroute_next_hop_priority_id str
    virtual_system_id float
    Virtual System ID. Relevant for VSNext setups
    address String
    Address of the static-mroute to set configuration for.
    maskLength Number
    Mask length of the static-mroute.
    nextHopGateway String
    Next-hop gateway, must be an IP address.
    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.
    gaiaCommandSetStaticMrouteNextHopPriorityId String
    virtualSystemId Number
    Virtual System ID. Relevant for VSNext setups

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    NextHops List<GaiaCommandSetStaticMrouteNextHopPriorityNextHop>
    N/A
    Ping bool
    N/A
    Id string
    The provider-assigned unique ID for this managed resource.
    NextHops []GaiaCommandSetStaticMrouteNextHopPriorityNextHop
    N/A
    Ping bool
    N/A
    id string
    The provider-assigned unique ID for this managed resource.
    next_hops list(object)
    N/A
    ping bool
    N/A
    id String
    The provider-assigned unique ID for this managed resource.
    nextHops List<GaiaCommandSetStaticMrouteNextHopPriorityNextHop>
    N/A
    ping Boolean
    N/A
    id string
    The provider-assigned unique ID for this managed resource.
    nextHops GaiaCommandSetStaticMrouteNextHopPriorityNextHop[]
    N/A
    ping boolean
    N/A
    id str
    The provider-assigned unique ID for this managed resource.
    next_hops Sequence[GaiaCommandSetStaticMrouteNextHopPriorityNextHop]
    N/A
    ping bool
    N/A
    id String
    The provider-assigned unique ID for this managed resource.
    nextHops List<Property Map>
    N/A
    ping Boolean
    N/A

    Look up Existing GaiaCommandSetStaticMrouteNextHopPriority Resource

    Get an existing GaiaCommandSetStaticMrouteNextHopPriority 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?: GaiaCommandSetStaticMrouteNextHopPriorityState, opts?: CustomResourceOptions): GaiaCommandSetStaticMrouteNextHopPriority
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            address: Optional[str] = None,
            debug: Optional[bool] = None,
            gaia_command_set_static_mroute_next_hop_priority_id: Optional[str] = None,
            mask_length: Optional[float] = None,
            next_hop_gateway: Optional[str] = None,
            next_hops: Optional[Sequence[GaiaCommandSetStaticMrouteNextHopPriorityNextHopArgs]] = None,
            ping: Optional[bool] = None,
            priority: Optional[float] = None,
            virtual_system_id: Optional[float] = None) -> GaiaCommandSetStaticMrouteNextHopPriority
    func GetGaiaCommandSetStaticMrouteNextHopPriority(ctx *Context, name string, id IDInput, state *GaiaCommandSetStaticMrouteNextHopPriorityState, opts ...ResourceOption) (*GaiaCommandSetStaticMrouteNextHopPriority, error)
    public static GaiaCommandSetStaticMrouteNextHopPriority Get(string name, Input<string> id, GaiaCommandSetStaticMrouteNextHopPriorityState? state, CustomResourceOptions? opts = null)
    public static GaiaCommandSetStaticMrouteNextHopPriority get(String name, Output<String> id, GaiaCommandSetStaticMrouteNextHopPriorityState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:GaiaCommandSetStaticMrouteNextHopPriority    get:      id: ${id}
    import {
      to = checkpoint_gaiacommandsetstaticmroutenexthoppriority.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
    Address of the static-mroute to set configuration for.
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandSetStaticMrouteNextHopPriorityId string
    MaskLength double
    Mask length of the static-mroute.
    NextHopGateway string
    Next-hop gateway, must be an IP address.
    NextHops List<GaiaCommandSetStaticMrouteNextHopPriorityNextHop>
    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
    VirtualSystemId double
    Virtual System ID. Relevant for VSNext setups
    Address string
    Address of the static-mroute to set configuration for.
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandSetStaticMrouteNextHopPriorityId string
    MaskLength float64
    Mask length of the static-mroute.
    NextHopGateway string
    Next-hop gateway, must be an IP address.
    NextHops []GaiaCommandSetStaticMrouteNextHopPriorityNextHopArgs
    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
    VirtualSystemId float64
    Virtual System ID. Relevant for VSNext setups
    address string
    Address of the static-mroute to set configuration for.
    debug bool
    Enable debugging for this resource only.
    gaia_command_set_static_mroute_next_hop_priority_id string
    mask_length number
    Mask length of the static-mroute.
    next_hop_gateway string
    Next-hop gateway, must be an IP address.
    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
    virtual_system_id number
    Virtual System ID. Relevant for VSNext setups
    address String
    Address of the static-mroute to set configuration for.
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandSetStaticMrouteNextHopPriorityId String
    maskLength Double
    Mask length of the static-mroute.
    nextHopGateway String
    Next-hop gateway, must be an IP address.
    nextHops List<GaiaCommandSetStaticMrouteNextHopPriorityNextHop>
    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
    virtualSystemId Double
    Virtual System ID. Relevant for VSNext setups
    address string
    Address of the static-mroute to set configuration for.
    debug boolean
    Enable debugging for this resource only.
    gaiaCommandSetStaticMrouteNextHopPriorityId string
    maskLength number
    Mask length of the static-mroute.
    nextHopGateway string
    Next-hop gateway, must be an IP address.
    nextHops GaiaCommandSetStaticMrouteNextHopPriorityNextHop[]
    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
    virtualSystemId number
    Virtual System ID. Relevant for VSNext setups
    address str
    Address of the static-mroute to set configuration for.
    debug bool
    Enable debugging for this resource only.
    gaia_command_set_static_mroute_next_hop_priority_id str
    mask_length float
    Mask length of the static-mroute.
    next_hop_gateway str
    Next-hop gateway, must be an IP address.
    next_hops Sequence[GaiaCommandSetStaticMrouteNextHopPriorityNextHopArgs]
    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
    virtual_system_id float
    Virtual System ID. Relevant for VSNext setups
    address String
    Address of the static-mroute to set configuration for.
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandSetStaticMrouteNextHopPriorityId String
    maskLength Number
    Mask length of the static-mroute.
    nextHopGateway String
    Next-hop gateway, must be an IP address.
    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
    virtualSystemId Number
    Virtual System ID. Relevant for VSNext setups

    Supporting Types

    GaiaCommandSetStaticMrouteNextHopPriorityNextHop, GaiaCommandSetStaticMrouteNextHopPriorityNextHopArgs

    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