routeros.InterfaceLteApn
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as routeros from "@pulumi/routeros";
const test = new routeros.InterfaceLteApn("test", {
apn: "internet",
authentication: "pap",
});
import pulumi
import pulumi_routeros as routeros
test = routeros.InterfaceLteApn("test",
apn="internet",
authentication="pap")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/routeros/routeros"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := routeros.NewInterfaceLteApn(ctx, "test", &routeros.InterfaceLteApnArgs{
Apn: pulumi.String("internet"),
Authentication: pulumi.String("pap"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Routeros = Pulumi.Routeros;
return await Deployment.RunAsync(() =>
{
var test = new Routeros.InterfaceLteApn("test", new()
{
Apn = "internet",
Authentication = "pap",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.routeros.InterfaceLteApn;
import com.pulumi.routeros.InterfaceLteApnArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var test = new InterfaceLteApn("test", InterfaceLteApnArgs.builder()
.apn("internet")
.authentication("pap")
.build());
}
}
resources:
test:
type: routeros:InterfaceLteApn
properties:
apn: internet
authentication: pap
Create InterfaceLteApn Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new InterfaceLteApn(name: string, args?: InterfaceLteApnArgs, opts?: CustomResourceOptions);
@overload
def InterfaceLteApn(resource_name: str,
args: Optional[InterfaceLteApnArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def InterfaceLteApn(resource_name: str,
opts: Optional[ResourceOptions] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
add_default_route: Optional[bool] = None,
apn: Optional[str] = None,
authentication: Optional[str] = None,
comment: Optional[str] = None,
default_route_distance: Optional[float] = None,
interface_lte_apn_id: Optional[str] = None,
ip_type: Optional[str] = None,
ipv6_interface: Optional[str] = None,
name: Optional[str] = None,
number: Optional[float] = None,
passthrough_interface: Optional[str] = None,
passthrough_mac: Optional[str] = None,
passthrough_subnet_selection: Optional[str] = None,
password: Optional[str] = None,
use_network_apn: Optional[bool] = None,
use_peer_dns: Optional[bool] = None,
user: Optional[str] = None)
func NewInterfaceLteApn(ctx *Context, name string, args *InterfaceLteApnArgs, opts ...ResourceOption) (*InterfaceLteApn, error)
public InterfaceLteApn(string name, InterfaceLteApnArgs? args = null, CustomResourceOptions? opts = null)
public InterfaceLteApn(String name, InterfaceLteApnArgs args)
public InterfaceLteApn(String name, InterfaceLteApnArgs args, CustomResourceOptions options)
type: routeros:InterfaceLteApn
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 InterfaceLteApnArgs
- 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 InterfaceLteApnArgs
- 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 InterfaceLteApnArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InterfaceLteApnArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InterfaceLteApnArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
InterfaceLteApn 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 InterfaceLteApn resource accepts the following input properties:
- Add
Default boolRoute - Whether to add a default route to forward all traffic over the LTE interface.
- Apn string
- Service Provider's Access Point Name.
- Authentication string
- Allowed protocol to use for authentication.
- Comment string
- Default
Route doubleDistance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- Interface
Lte stringApn Id - The ID of this resource.
- Ip
Type string - Requested PDN type.
- Ipv6Interface string
- Interface on which to advertise IPv6 prefix.
- Name string
- APN profile name
- Number double
- APN profile number.
- Passthrough
Interface string - Interface to passthrough IP configuration (activates passthrough).
- Passthrough
Mac string - If set to auto, then will learn MAC from the first packet.
- Passthrough
Subnet stringSelection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- Password string
- Password used if any of the authentication protocols are active.
- Use
Network boolApn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- Use
Peer boolDns - If set to yes, uses DNS received from LTE interface.
- User string
- Username used if any of the authentication protocols are active.
- ___
id_ double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- Add
Default boolRoute - Whether to add a default route to forward all traffic over the LTE interface.
- Apn string
- Service Provider's Access Point Name.
- Authentication string
- Allowed protocol to use for authentication.
- Comment string
- Default
Route float64Distance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- Interface
Lte stringApn Id - The ID of this resource.
- Ip
Type string - Requested PDN type.
- Ipv6Interface string
- Interface on which to advertise IPv6 prefix.
- Name string
- APN profile name
- Number float64
- APN profile number.
- Passthrough
Interface string - Interface to passthrough IP configuration (activates passthrough).
- Passthrough
Mac string - If set to auto, then will learn MAC from the first packet.
- Passthrough
Subnet stringSelection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- Password string
- Password used if any of the authentication protocols are active.
- Use
Network boolApn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- Use
Peer boolDns - If set to yes, uses DNS received from LTE interface.
- User string
- Username used if any of the authentication protocols are active.
- ___
id_ float64 - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
id_ Double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- add
Default BooleanRoute - Whether to add a default route to forward all traffic over the LTE interface.
- apn String
- Service Provider's Access Point Name.
- authentication String
- Allowed protocol to use for authentication.
- comment String
- default
Route DoubleDistance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- interface
Lte StringApn Id - The ID of this resource.
- ip
Type String - Requested PDN type.
- ipv6Interface String
- Interface on which to advertise IPv6 prefix.
- name String
- APN profile name
- number Double
- APN profile number.
- passthrough
Interface String - Interface to passthrough IP configuration (activates passthrough).
- passthrough
Mac String - If set to auto, then will learn MAC from the first packet.
- passthrough
Subnet StringSelection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- password String
- Password used if any of the authentication protocols are active.
- use
Network BooleanApn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- use
Peer BooleanDns - If set to yes, uses DNS received from LTE interface.
- user String
- Username used if any of the authentication protocols are active.
- ___
id_ number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- add
Default booleanRoute - Whether to add a default route to forward all traffic over the LTE interface.
- apn string
- Service Provider's Access Point Name.
- authentication string
- Allowed protocol to use for authentication.
- comment string
- default
Route numberDistance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- interface
Lte stringApn Id - The ID of this resource.
- ip
Type string - Requested PDN type.
- ipv6Interface string
- Interface on which to advertise IPv6 prefix.
- name string
- APN profile name
- number number
- APN profile number.
- passthrough
Interface string - Interface to passthrough IP configuration (activates passthrough).
- passthrough
Mac string - If set to auto, then will learn MAC from the first packet.
- passthrough
Subnet stringSelection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- password string
- Password used if any of the authentication protocols are active.
- use
Network booleanApn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- use
Peer booleanDns - If set to yes, uses DNS received from LTE interface.
- user string
- Username used if any of the authentication protocols are active.
- ___
id_ float - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ str - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- add_
default_ boolroute - Whether to add a default route to forward all traffic over the LTE interface.
- apn str
- Service Provider's Access Point Name.
- authentication str
- Allowed protocol to use for authentication.
- comment str
- default_
route_ floatdistance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- interface_
lte_ strapn_ id - The ID of this resource.
- ip_
type str - Requested PDN type.
- ipv6_
interface str - Interface on which to advertise IPv6 prefix.
- name str
- APN profile name
- number float
- APN profile number.
- passthrough_
interface str - Interface to passthrough IP configuration (activates passthrough).
- passthrough_
mac str - If set to auto, then will learn MAC from the first packet.
- passthrough_
subnet_ strselection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- password str
- Password used if any of the authentication protocols are active.
- use_
network_ boolapn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- use_
peer_ booldns - If set to yes, uses DNS received from LTE interface.
- user str
- Username used if any of the authentication protocols are active.
- ___
id_ Number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- add
Default BooleanRoute - Whether to add a default route to forward all traffic over the LTE interface.
- apn String
- Service Provider's Access Point Name.
- authentication String
- Allowed protocol to use for authentication.
- comment String
- default
Route NumberDistance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- interface
Lte StringApn Id - The ID of this resource.
- ip
Type String - Requested PDN type.
- ipv6Interface String
- Interface on which to advertise IPv6 prefix.
- name String
- APN profile name
- number Number
- APN profile number.
- passthrough
Interface String - Interface to passthrough IP configuration (activates passthrough).
- passthrough
Mac String - If set to auto, then will learn MAC from the first packet.
- passthrough
Subnet StringSelection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- password String
- Password used if any of the authentication protocols are active.
- use
Network BooleanApn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- use
Peer BooleanDns - If set to yes, uses DNS received from LTE interface.
- user String
- Username used if any of the authentication protocols are active.
Outputs
All input properties are implicitly available as output properties. Additionally, the InterfaceLteApn resource produces the following output properties:
Look up Existing InterfaceLteApn Resource
Get an existing InterfaceLteApn 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?: InterfaceLteApnState, opts?: CustomResourceOptions): InterfaceLteApn
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
add_default_route: Optional[bool] = None,
apn: Optional[str] = None,
authentication: Optional[str] = None,
comment: Optional[str] = None,
default: Optional[bool] = None,
default_route_distance: Optional[float] = None,
interface_lte_apn_id: Optional[str] = None,
ip_type: Optional[str] = None,
ipv6_interface: Optional[str] = None,
name: Optional[str] = None,
number: Optional[float] = None,
passthrough_interface: Optional[str] = None,
passthrough_mac: Optional[str] = None,
passthrough_subnet_selection: Optional[str] = None,
password: Optional[str] = None,
use_network_apn: Optional[bool] = None,
use_peer_dns: Optional[bool] = None,
user: Optional[str] = None) -> InterfaceLteApn
func GetInterfaceLteApn(ctx *Context, name string, id IDInput, state *InterfaceLteApnState, opts ...ResourceOption) (*InterfaceLteApn, error)
public static InterfaceLteApn Get(string name, Input<string> id, InterfaceLteApnState? state, CustomResourceOptions? opts = null)
public static InterfaceLteApn get(String name, Output<String> id, InterfaceLteApnState state, CustomResourceOptions options)
resources: _: type: routeros:InterfaceLteApn get: 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.
- Add
Default boolRoute - Whether to add a default route to forward all traffic over the LTE interface.
- Apn string
- Service Provider's Access Point Name.
- Authentication string
- Allowed protocol to use for authentication.
- Comment string
- Default bool
- It's the default item.
- Default
Route doubleDistance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- Interface
Lte stringApn Id - The ID of this resource.
- Ip
Type string - Requested PDN type.
- Ipv6Interface string
- Interface on which to advertise IPv6 prefix.
- Name string
- APN profile name
- Number double
- APN profile number.
- Passthrough
Interface string - Interface to passthrough IP configuration (activates passthrough).
- Passthrough
Mac string - If set to auto, then will learn MAC from the first packet.
- Passthrough
Subnet stringSelection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- Password string
- Password used if any of the authentication protocols are active.
- Use
Network boolApn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- Use
Peer boolDns - If set to yes, uses DNS received from LTE interface.
- User string
- Username used if any of the authentication protocols are active.
- ___
id_ double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- Add
Default boolRoute - Whether to add a default route to forward all traffic over the LTE interface.
- Apn string
- Service Provider's Access Point Name.
- Authentication string
- Allowed protocol to use for authentication.
- Comment string
- Default bool
- It's the default item.
- Default
Route float64Distance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- Interface
Lte stringApn Id - The ID of this resource.
- Ip
Type string - Requested PDN type.
- Ipv6Interface string
- Interface on which to advertise IPv6 prefix.
- Name string
- APN profile name
- Number float64
- APN profile number.
- Passthrough
Interface string - Interface to passthrough IP configuration (activates passthrough).
- Passthrough
Mac string - If set to auto, then will learn MAC from the first packet.
- Passthrough
Subnet stringSelection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- Password string
- Password used if any of the authentication protocols are active.
- Use
Network boolApn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- Use
Peer boolDns - If set to yes, uses DNS received from LTE interface.
- User string
- Username used if any of the authentication protocols are active.
- ___
id_ float64 - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
id_ Double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- add
Default BooleanRoute - Whether to add a default route to forward all traffic over the LTE interface.
- apn String
- Service Provider's Access Point Name.
- authentication String
- Allowed protocol to use for authentication.
- comment String
- default
Route DoubleDistance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- default_ Boolean
- It's the default item.
- interface
Lte StringApn Id - The ID of this resource.
- ip
Type String - Requested PDN type.
- ipv6Interface String
- Interface on which to advertise IPv6 prefix.
- name String
- APN profile name
- number Double
- APN profile number.
- passthrough
Interface String - Interface to passthrough IP configuration (activates passthrough).
- passthrough
Mac String - If set to auto, then will learn MAC from the first packet.
- passthrough
Subnet StringSelection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- password String
- Password used if any of the authentication protocols are active.
- use
Network BooleanApn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- use
Peer BooleanDns - If set to yes, uses DNS received from LTE interface.
- user String
- Username used if any of the authentication protocols are active.
- ___
id_ number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- add
Default booleanRoute - Whether to add a default route to forward all traffic over the LTE interface.
- apn string
- Service Provider's Access Point Name.
- authentication string
- Allowed protocol to use for authentication.
- comment string
- default boolean
- It's the default item.
- default
Route numberDistance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- interface
Lte stringApn Id - The ID of this resource.
- ip
Type string - Requested PDN type.
- ipv6Interface string
- Interface on which to advertise IPv6 prefix.
- name string
- APN profile name
- number number
- APN profile number.
- passthrough
Interface string - Interface to passthrough IP configuration (activates passthrough).
- passthrough
Mac string - If set to auto, then will learn MAC from the first packet.
- passthrough
Subnet stringSelection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- password string
- Password used if any of the authentication protocols are active.
- use
Network booleanApn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- use
Peer booleanDns - If set to yes, uses DNS received from LTE interface.
- user string
- Username used if any of the authentication protocols are active.
- ___
id_ float - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ str - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- add_
default_ boolroute - Whether to add a default route to forward all traffic over the LTE interface.
- apn str
- Service Provider's Access Point Name.
- authentication str
- Allowed protocol to use for authentication.
- comment str
- default bool
- It's the default item.
- default_
route_ floatdistance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- interface_
lte_ strapn_ id - The ID of this resource.
- ip_
type str - Requested PDN type.
- ipv6_
interface str - Interface on which to advertise IPv6 prefix.
- name str
- APN profile name
- number float
- APN profile number.
- passthrough_
interface str - Interface to passthrough IP configuration (activates passthrough).
- passthrough_
mac str - If set to auto, then will learn MAC from the first packet.
- passthrough_
subnet_ strselection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- password str
- Password used if any of the authentication protocols are active.
- use_
network_ boolapn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- use_
peer_ booldns - If set to yes, uses DNS received from LTE interface.
- user str
- Username used if any of the authentication protocols are active.
- ___
id_ Number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- add
Default BooleanRoute - Whether to add a default route to forward all traffic over the LTE interface.
- apn String
- Service Provider's Access Point Name.
- authentication String
- Allowed protocol to use for authentication.
- comment String
- default Boolean
- It's the default item.
- default
Route NumberDistance - Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- interface
Lte StringApn Id - The ID of this resource.
- ip
Type String - Requested PDN type.
- ipv6Interface String
- Interface on which to advertise IPv6 prefix.
- name String
- APN profile name
- number Number
- APN profile number.
- passthrough
Interface String - Interface to passthrough IP configuration (activates passthrough).
- passthrough
Mac String - If set to auto, then will learn MAC from the first packet.
- passthrough
Subnet StringSelection auto
selects the smallest possible subnet to be used for the passthrough interface.p2p
sets the passthrough interface subnet as/32
and picks gateway address from10.177.0.0/16
range. The gateway address stays the same until the apn configuration is changed.- password String
- Password used if any of the authentication protocols are active.
- use
Network BooleanApn - Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- use
Peer BooleanDns - If set to yes, uses DNS received from LTE interface.
- user String
- Username used if any of the authentication protocols are active.
Import
#The ID can be found via API or the terminal
#The command for the terminal is -> :put [/ get [print show-ids]]
$ pulumi import routeros:index/interfaceLteApn:InterfaceLteApn test *3
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- routeros terraform-routeros/terraform-provider-routeros
- License
- Notes
- This Pulumi package is based on the
routeros
Terraform Provider.