published on Monday, Jun 15, 2026 by checkpointsw
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
- Mask
Length double - N/A
- Next
Hop stringGateway - 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.
- Gaia
Command stringSet Static Route Next Hop Priority Id - Virtual
System doubleId - Virtual System ID. Relevant for VSNext setups
- Address string
- N/A
- Mask
Length float64 - N/A
- Next
Hop stringGateway - 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.
- Gaia
Command stringSet Static Route Next Hop Priority Id - Virtual
System float64Id - Virtual System ID. Relevant for VSNext setups
- address string
- N/A
- mask_
length number - N/A
- next_
hop_ stringgateway - 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_ stringset_ static_ route_ next_ hop_ priority_ id - virtual_
system_ numberid - Virtual System ID. Relevant for VSNext setups
- address String
- N/A
- mask
Length Double - N/A
- next
Hop StringGateway - 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.
- gaia
Command StringSet Static Route Next Hop Priority Id - virtual
System DoubleId - Virtual System ID. Relevant for VSNext setups
- address string
- N/A
- mask
Length number - N/A
- next
Hop stringGateway - 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.
- gaia
Command stringSet Static Route Next Hop Priority Id - virtual
System numberId - Virtual System ID. Relevant for VSNext setups
- address str
- N/A
- mask_
length float - N/A
- next_
hop_ strgateway - 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_ strset_ static_ route_ next_ hop_ priority_ id - virtual_
system_ floatid - Virtual System ID. Relevant for VSNext setups
- address String
- N/A
- mask
Length Number - N/A
- next
Hop StringGateway - 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.
- gaia
Command StringSet Static Route Next Hop Priority Id - virtual
System NumberId - 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.
- Member
Id string - N/A
- Next
Hops List<GaiaCommand Set Static Route Next Hop Priority Next Hop> - 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.
- Member
Id string - N/A
- Next
Hops []GaiaCommand Set Static Route Next Hop Priority Next Hop - 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.
- 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.
- member
Id String - N/A
- next
Hops List<GaiaCommand Set Static Route Next Hop Priority Next Hop> - N/A
- ping Boolean
- N/A
- rank String
- N/A
- scope
Local Boolean - 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 GaiaCommand Set Static Route Next Hop Priority Next Hop[] - N/A
- ping boolean
- N/A
- rank string
- N/A
- scope
Local 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[GaiaCommand Set Static Route Next Hop Priority Next Hop] - 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.
- member
Id String - N/A
- next
Hops List<Property Map> - N/A
- ping Boolean
- N/A
- rank String
- N/A
- scope
Local 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) -> GaiaCommandSetStaticRouteNextHopPriorityfunc 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.
- Address string
- N/A
- Comment string
- N/A
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringSet Static Route Next Hop Priority Id - Mask
Length double - N/A
- Member
Id string - N/A
- Next
Hop stringGateway - nexthop gateway, can be IP address or interface name
- Next
Hops List<GaiaCommand Set Static Route Next Hop Priority Next Hop> - 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
- Scope
Local bool - N/A
- Type string
- N/A
- Virtual
System doubleId - 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 stringSet Static Route Next Hop Priority Id - Mask
Length float64 - N/A
- Member
Id string - N/A
- Next
Hop stringGateway - nexthop gateway, can be IP address or interface name
- Next
Hops []GaiaCommand Set Static Route Next Hop Priority Next Hop Args - 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
- Scope
Local bool - N/A
- Type string
- N/A
- Virtual
System float64Id - 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_ stringset_ static_ route_ next_ hop_ priority_ id - mask_
length number - N/A
- member_
id string - N/A
- next_
hop_ stringgateway - 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_ numberid - Virtual System ID. Relevant for VSNext setups
- address String
- N/A
- comment String
- N/A
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringSet Static Route Next Hop Priority Id - mask
Length Double - N/A
- member
Id String - N/A
- next
Hop StringGateway - nexthop gateway, can be IP address or interface name
- next
Hops List<GaiaCommand Set Static Route Next Hop Priority Next Hop> - 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
- scope
Local Boolean - N/A
- type String
- N/A
- virtual
System DoubleId - Virtual System ID. Relevant for VSNext setups
- address string
- N/A
- comment string
- N/A
- debug boolean
- Enable debugging for this resource only.
- gaia
Command stringSet Static Route Next Hop Priority Id - mask
Length number - N/A
- member
Id string - N/A
- next
Hop stringGateway - nexthop gateway, can be IP address or interface name
- next
Hops GaiaCommand Set Static Route Next Hop Priority Next Hop[] - 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
- scope
Local boolean - N/A
- type string
- N/A
- virtual
System numberId - 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_ strset_ static_ route_ next_ hop_ priority_ id - mask_
length float - N/A
- member_
id str - N/A
- next_
hop_ strgateway - nexthop gateway, can be IP address or interface name
- next_
hops Sequence[GaiaCommand Set Static Route Next Hop Priority Next Hop Args] - 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_ floatid - Virtual System ID. Relevant for VSNext setups
- address String
- N/A
- comment String
- N/A
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringSet Static Route Next Hop Priority Id - mask
Length Number - N/A
- member
Id String - N/A
- next
Hop StringGateway - nexthop gateway, can be IP address or interface name
- next
Hops 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
- scope
Local Boolean - N/A
- type String
- N/A
- virtual
System NumberId - Virtual System ID. Relevant for VSNext setups
Supporting Types
GaiaCommandSetStaticRouteNextHopPriorityNextHop, GaiaCommandSetStaticRouteNextHopPriorityNextHopArgs
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
published on Monday, Jun 15, 2026 by checkpointsw