published on Monday, Jun 15, 2026 by checkpointsw
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.
- Mask
Length double - Mask length of the static-mroute.
- Next
Hop stringGateway - 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.
- Gaia
Command stringSet Static Mroute Next Hop Priority Id - Virtual
System doubleId - Virtual System ID. Relevant for VSNext setups
- Address string
- Address of the static-mroute to set configuration for.
- Mask
Length float64 - Mask length of the static-mroute.
- Next
Hop stringGateway - 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.
- Gaia
Command stringSet Static Mroute Next Hop Priority Id - Virtual
System float64Id - 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_ stringgateway - 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_ stringset_ static_ mroute_ next_ hop_ priority_ id - virtual_
system_ numberid - Virtual System ID. Relevant for VSNext setups
- address String
- Address of the static-mroute to set configuration for.
- mask
Length Double - Mask length of the static-mroute.
- next
Hop StringGateway - 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.
- gaia
Command StringSet Static Mroute Next Hop Priority Id - virtual
System DoubleId - 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 stringGateway - 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.
- gaia
Command stringSet Static Mroute Next Hop Priority Id - virtual
System numberId - 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_ strgateway - 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_ strset_ static_ mroute_ next_ hop_ priority_ id - virtual_
system_ floatid - 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 StringGateway - 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.
- gaia
Command StringSet Static Mroute 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 GaiaCommandSetStaticMrouteNextHopPriority resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Next
Hops List<GaiaCommand Set Static Mroute Next Hop Priority Next Hop> - N/A
- Ping bool
- N/A
- Id string
- The provider-assigned unique ID for this managed resource.
- Next
Hops []GaiaCommand Set Static Mroute Next Hop Priority Next Hop - 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.
- next
Hops List<GaiaCommand Set Static Mroute Next Hop Priority Next Hop> - N/A
- ping Boolean
- N/A
- id string
- The provider-assigned unique ID for this managed resource.
- next
Hops GaiaCommand Set Static Mroute Next Hop Priority Next Hop[] - N/A
- ping boolean
- N/A
- id str
- The provider-assigned unique ID for this managed resource.
- next_
hops Sequence[GaiaCommand Set Static Mroute Next Hop Priority Next Hop] - N/A
- ping bool
- N/A
- id String
- The provider-assigned unique ID for this managed resource.
- next
Hops 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) -> GaiaCommandSetStaticMrouteNextHopPriorityfunc 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.
- Address string
- Address of the static-mroute to set configuration for.
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringSet Static Mroute Next Hop Priority Id - Mask
Length double - Mask length of the static-mroute.
- Next
Hop stringGateway - Next-hop gateway, must be an IP address.
- Next
Hops List<GaiaCommand Set Static Mroute 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
- Virtual
System doubleId - 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 stringSet Static Mroute Next Hop Priority Id - Mask
Length float64 - Mask length of the static-mroute.
- Next
Hop stringGateway - Next-hop gateway, must be an IP address.
- Next
Hops []GaiaCommand Set Static Mroute 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
- Virtual
System float64Id - 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_ stringset_ static_ mroute_ next_ hop_ priority_ id - mask_
length number - Mask length of the static-mroute.
- next_
hop_ stringgateway - 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_ numberid - 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.
- gaia
Command StringSet Static Mroute Next Hop Priority Id - mask
Length Double - Mask length of the static-mroute.
- next
Hop StringGateway - Next-hop gateway, must be an IP address.
- next
Hops List<GaiaCommand Set Static Mroute 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
- virtual
System DoubleId - 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.
- gaia
Command stringSet Static Mroute Next Hop Priority Id - mask
Length number - Mask length of the static-mroute.
- next
Hop stringGateway - Next-hop gateway, must be an IP address.
- next
Hops GaiaCommand Set Static Mroute 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
- virtual
System numberId - 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_ strset_ static_ mroute_ next_ hop_ priority_ id - mask_
length float - Mask length of the static-mroute.
- next_
hop_ strgateway - Next-hop gateway, must be an IP address.
- next_
hops Sequence[GaiaCommand Set Static Mroute 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
- virtual_
system_ floatid - 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.
- gaia
Command StringSet Static Mroute Next Hop Priority Id - mask
Length Number - Mask length of the static-mroute.
- next
Hop StringGateway - Next-hop gateway, must be an IP address.
- 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
- virtual
System NumberId - Virtual System ID. Relevant for VSNext setups
Supporting Types
GaiaCommandSetStaticMrouteNextHopPriorityNextHop, GaiaCommandSetStaticMrouteNextHopPriorityNextHopArgs
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