fortios.vpn.L2tp
Explore with Pulumi AI
Configure L2TP.
Create L2tp Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new L2tp(name: string, args: L2tpArgs, opts?: CustomResourceOptions);
@overload
def L2tp(resource_name: str,
args: L2tpArgs,
opts: Optional[ResourceOptions] = None)
@overload
def L2tp(resource_name: str,
opts: Optional[ResourceOptions] = None,
status: Optional[str] = None,
compress: Optional[str] = None,
eip: Optional[str] = None,
enforce_ipsec: Optional[str] = None,
hello_interval: Optional[int] = None,
lcp_echo_interval: Optional[int] = None,
lcp_max_echo_fails: Optional[int] = None,
sip: Optional[str] = None,
usrgrp: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewL2tp(ctx *Context, name string, args L2tpArgs, opts ...ResourceOption) (*L2tp, error)
public L2tp(string name, L2tpArgs args, CustomResourceOptions? opts = null)
type: fortios:vpn:L2tp
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args L2tpArgs
- 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 L2tpArgs
- 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 L2tpArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args L2tpArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args L2tpArgs
- 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 l2tpResource = new Fortios.Vpn.L2tp("l2tpResource", new()
{
Status = "string",
Compress = "string",
Eip = "string",
EnforceIpsec = "string",
HelloInterval = 0,
LcpEchoInterval = 0,
LcpMaxEchoFails = 0,
Sip = "string",
Usrgrp = "string",
Vdomparam = "string",
});
example, err := vpn.NewL2tp(ctx, "l2tpResource", &vpn.L2tpArgs{
Status: pulumi.String("string"),
Compress: pulumi.String("string"),
Eip: pulumi.String("string"),
EnforceIpsec: pulumi.String("string"),
HelloInterval: pulumi.Int(0),
LcpEchoInterval: pulumi.Int(0),
LcpMaxEchoFails: pulumi.Int(0),
Sip: pulumi.String("string"),
Usrgrp: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
})
var l2tpResource = new L2tp("l2tpResource", L2tpArgs.builder()
.status("string")
.compress("string")
.eip("string")
.enforceIpsec("string")
.helloInterval(0)
.lcpEchoInterval(0)
.lcpMaxEchoFails(0)
.sip("string")
.usrgrp("string")
.vdomparam("string")
.build());
l2tp_resource = fortios.vpn.L2tp("l2tpResource",
status="string",
compress="string",
eip="string",
enforce_ipsec="string",
hello_interval=0,
lcp_echo_interval=0,
lcp_max_echo_fails=0,
sip="string",
usrgrp="string",
vdomparam="string")
const l2tpResource = new fortios.vpn.L2tp("l2tpResource", {
status: "string",
compress: "string",
eip: "string",
enforceIpsec: "string",
helloInterval: 0,
lcpEchoInterval: 0,
lcpMaxEchoFails: 0,
sip: "string",
usrgrp: "string",
vdomparam: "string",
});
type: fortios:vpn:L2tp
properties:
compress: string
eip: string
enforceIpsec: string
helloInterval: 0
lcpEchoInterval: 0
lcpMaxEchoFails: 0
sip: string
status: string
usrgrp: string
vdomparam: string
L2tp Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The L2tp resource accepts the following input properties:
- Status string
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - Compress string
- Enable/disable data compression. Valid values:
enable
,disable
. - Eip string
- End IP.
- Enforce
Ipsec string - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - Hello
Interval int - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- Lcp
Echo intInterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- Lcp
Max intEcho Fails - Maximum number of missed LCP echo messages before disconnect.
- Sip string
- Start IP.
- Usrgrp string
- User group.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Status string
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - Compress string
- Enable/disable data compression. Valid values:
enable
,disable
. - Eip string
- End IP.
- Enforce
Ipsec string - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - Hello
Interval int - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- Lcp
Echo intInterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- Lcp
Max intEcho Fails - Maximum number of missed LCP echo messages before disconnect.
- Sip string
- Start IP.
- Usrgrp string
- User group.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- status String
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - compress String
- Enable/disable data compression. Valid values:
enable
,disable
. - eip String
- End IP.
- enforce
Ipsec String - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - hello
Interval Integer - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- lcp
Echo IntegerInterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- lcp
Max IntegerEcho Fails - Maximum number of missed LCP echo messages before disconnect.
- sip String
- Start IP.
- usrgrp String
- User group.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- status string
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - compress string
- Enable/disable data compression. Valid values:
enable
,disable
. - eip string
- End IP.
- enforce
Ipsec string - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - hello
Interval number - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- lcp
Echo numberInterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- lcp
Max numberEcho Fails - Maximum number of missed LCP echo messages before disconnect.
- sip string
- Start IP.
- usrgrp string
- User group.
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- status str
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - compress str
- Enable/disable data compression. Valid values:
enable
,disable
. - eip str
- End IP.
- enforce_
ipsec str - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - hello_
interval int - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- lcp_
echo_ intinterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- lcp_
max_ intecho_ fails - Maximum number of missed LCP echo messages before disconnect.
- sip str
- Start IP.
- usrgrp str
- User group.
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- status String
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - compress String
- Enable/disable data compression. Valid values:
enable
,disable
. - eip String
- End IP.
- enforce
Ipsec String - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - hello
Interval Number - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- lcp
Echo NumberInterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- lcp
Max NumberEcho Fails - Maximum number of missed LCP echo messages before disconnect.
- sip String
- Start IP.
- usrgrp String
- User group.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the L2tp resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing L2tp Resource
Get an existing L2tp 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?: L2tpState, opts?: CustomResourceOptions): L2tp
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
compress: Optional[str] = None,
eip: Optional[str] = None,
enforce_ipsec: Optional[str] = None,
hello_interval: Optional[int] = None,
lcp_echo_interval: Optional[int] = None,
lcp_max_echo_fails: Optional[int] = None,
sip: Optional[str] = None,
status: Optional[str] = None,
usrgrp: Optional[str] = None,
vdomparam: Optional[str] = None) -> L2tp
func GetL2tp(ctx *Context, name string, id IDInput, state *L2tpState, opts ...ResourceOption) (*L2tp, error)
public static L2tp Get(string name, Input<string> id, L2tpState? state, CustomResourceOptions? opts = null)
public static L2tp get(String name, Output<String> id, L2tpState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Compress string
- Enable/disable data compression. Valid values:
enable
,disable
. - Eip string
- End IP.
- Enforce
Ipsec string - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - Hello
Interval int - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- Lcp
Echo intInterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- Lcp
Max intEcho Fails - Maximum number of missed LCP echo messages before disconnect.
- Sip string
- Start IP.
- Status string
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - Usrgrp string
- User group.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Compress string
- Enable/disable data compression. Valid values:
enable
,disable
. - Eip string
- End IP.
- Enforce
Ipsec string - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - Hello
Interval int - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- Lcp
Echo intInterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- Lcp
Max intEcho Fails - Maximum number of missed LCP echo messages before disconnect.
- Sip string
- Start IP.
- Status string
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - Usrgrp string
- User group.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- compress String
- Enable/disable data compression. Valid values:
enable
,disable
. - eip String
- End IP.
- enforce
Ipsec String - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - hello
Interval Integer - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- lcp
Echo IntegerInterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- lcp
Max IntegerEcho Fails - Maximum number of missed LCP echo messages before disconnect.
- sip String
- Start IP.
- status String
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - usrgrp String
- User group.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- compress string
- Enable/disable data compression. Valid values:
enable
,disable
. - eip string
- End IP.
- enforce
Ipsec string - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - hello
Interval number - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- lcp
Echo numberInterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- lcp
Max numberEcho Fails - Maximum number of missed LCP echo messages before disconnect.
- sip string
- Start IP.
- status string
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - usrgrp string
- User group.
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- compress str
- Enable/disable data compression. Valid values:
enable
,disable
. - eip str
- End IP.
- enforce_
ipsec str - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - hello_
interval int - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- lcp_
echo_ intinterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- lcp_
max_ intecho_ fails - Maximum number of missed LCP echo messages before disconnect.
- sip str
- Start IP.
- status str
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - usrgrp str
- User group.
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- compress String
- Enable/disable data compression. Valid values:
enable
,disable
. - eip String
- End IP.
- enforce
Ipsec String - Enable/disable IPsec enforcement. Valid values:
enable
,disable
. - hello
Interval Number - L2TP hello message interval in seconds (0 - 3600 sec, default = 60).
- lcp
Echo NumberInterval - Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
- lcp
Max NumberEcho Fails - Maximum number of missed LCP echo messages before disconnect.
- sip String
- Start IP.
- status String
- Enable/disable FortiGate as a L2TP gateway. Valid values:
enable
,disable
. - usrgrp String
- User group.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Import
Vpn L2Tp can be imported using any of these accepted formats:
$ pulumi import fortios:vpn/l2tp:L2tp labelname VpnL2Tp
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:vpn/l2tp:L2tp labelname VpnL2Tp
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.