1. Packages
  2. Routeros Provider
  3. API Docs
  4. InterfaceLteApn
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros

routeros.InterfaceLteApn

Explore with Pulumi AI

routeros logo
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros

    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:

    AddDefaultRoute bool
    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
    DefaultRouteDistance double
    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.
    InterfaceLteApnId string
    The ID of this resource.
    IpType string
    Requested PDN type.
    Ipv6Interface string
    Interface on which to advertise IPv6 prefix.
    Name string
    APN profile name
    Number double
    APN profile number.
    PassthroughInterface string
    Interface to passthrough IP configuration (activates passthrough).
    PassthroughMac string
    If set to auto, then will learn MAC from the first packet.
    PassthroughSubnetSelection string
    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 from 10.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.
    UseNetworkApn bool
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    UsePeerDns bool
    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.
    AddDefaultRoute bool
    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
    DefaultRouteDistance float64
    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.
    InterfaceLteApnId string
    The ID of this resource.
    IpType string
    Requested PDN type.
    Ipv6Interface string
    Interface on which to advertise IPv6 prefix.
    Name string
    APN profile name
    Number float64
    APN profile number.
    PassthroughInterface string
    Interface to passthrough IP configuration (activates passthrough).
    PassthroughMac string
    If set to auto, then will learn MAC from the first packet.
    PassthroughSubnetSelection string
    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 from 10.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.
    UseNetworkApn bool
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    UsePeerDns bool
    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.
    addDefaultRoute Boolean
    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
    defaultRouteDistance Double
    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.
    interfaceLteApnId String
    The ID of this resource.
    ipType String
    Requested PDN type.
    ipv6Interface String
    Interface on which to advertise IPv6 prefix.
    name String
    APN profile name
    number Double
    APN profile number.
    passthroughInterface String
    Interface to passthrough IP configuration (activates passthrough).
    passthroughMac String
    If set to auto, then will learn MAC from the first packet.
    passthroughSubnetSelection String
    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 from 10.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.
    useNetworkApn Boolean
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    usePeerDns Boolean
    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.
    addDefaultRoute boolean
    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
    defaultRouteDistance number
    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.
    interfaceLteApnId string
    The ID of this resource.
    ipType string
    Requested PDN type.
    ipv6Interface string
    Interface on which to advertise IPv6 prefix.
    name string
    APN profile name
    number number
    APN profile number.
    passthroughInterface string
    Interface to passthrough IP configuration (activates passthrough).
    passthroughMac string
    If set to auto, then will learn MAC from the first packet.
    passthroughSubnetSelection string
    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 from 10.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.
    useNetworkApn boolean
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    usePeerDns boolean
    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_route bool
    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_distance float
    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_apn_id str
    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_selection str
    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 from 10.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_apn bool
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    use_peer_dns bool
    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.
    addDefaultRoute Boolean
    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
    defaultRouteDistance Number
    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.
    interfaceLteApnId String
    The ID of this resource.
    ipType String
    Requested PDN type.
    ipv6Interface String
    Interface on which to advertise IPv6 prefix.
    name String
    APN profile name
    number Number
    APN profile number.
    passthroughInterface String
    Interface to passthrough IP configuration (activates passthrough).
    passthroughMac String
    If set to auto, then will learn MAC from the first packet.
    passthroughSubnetSelection String
    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 from 10.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.
    useNetworkApn Boolean
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    usePeerDns Boolean
    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:

    Default bool
    It's the default item.
    Id string
    The provider-assigned unique ID for this managed resource.
    Default bool
    It's the default item.
    Id string
    The provider-assigned unique ID for this managed resource.
    default_ Boolean
    It's the default item.
    id String
    The provider-assigned unique ID for this managed resource.
    default boolean
    It's the default item.
    id string
    The provider-assigned unique ID for this managed resource.
    default bool
    It's the default item.
    id str
    The provider-assigned unique ID for this managed resource.
    default Boolean
    It's the default item.
    id String
    The provider-assigned unique ID for this managed resource.

    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.
    The following state arguments are supported:
    AddDefaultRoute bool
    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.
    DefaultRouteDistance double
    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.
    InterfaceLteApnId string
    The ID of this resource.
    IpType string
    Requested PDN type.
    Ipv6Interface string
    Interface on which to advertise IPv6 prefix.
    Name string
    APN profile name
    Number double
    APN profile number.
    PassthroughInterface string
    Interface to passthrough IP configuration (activates passthrough).
    PassthroughMac string
    If set to auto, then will learn MAC from the first packet.
    PassthroughSubnetSelection string
    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 from 10.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.
    UseNetworkApn bool
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    UsePeerDns bool
    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.
    AddDefaultRoute bool
    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.
    DefaultRouteDistance float64
    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.
    InterfaceLteApnId string
    The ID of this resource.
    IpType string
    Requested PDN type.
    Ipv6Interface string
    Interface on which to advertise IPv6 prefix.
    Name string
    APN profile name
    Number float64
    APN profile number.
    PassthroughInterface string
    Interface to passthrough IP configuration (activates passthrough).
    PassthroughMac string
    If set to auto, then will learn MAC from the first packet.
    PassthroughSubnetSelection string
    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 from 10.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.
    UseNetworkApn bool
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    UsePeerDns bool
    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.
    addDefaultRoute Boolean
    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
    defaultRouteDistance Double
    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.
    interfaceLteApnId String
    The ID of this resource.
    ipType String
    Requested PDN type.
    ipv6Interface String
    Interface on which to advertise IPv6 prefix.
    name String
    APN profile name
    number Double
    APN profile number.
    passthroughInterface String
    Interface to passthrough IP configuration (activates passthrough).
    passthroughMac String
    If set to auto, then will learn MAC from the first packet.
    passthroughSubnetSelection String
    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 from 10.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.
    useNetworkApn Boolean
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    usePeerDns Boolean
    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.
    addDefaultRoute boolean
    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.
    defaultRouteDistance number
    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.
    interfaceLteApnId string
    The ID of this resource.
    ipType string
    Requested PDN type.
    ipv6Interface string
    Interface on which to advertise IPv6 prefix.
    name string
    APN profile name
    number number
    APN profile number.
    passthroughInterface string
    Interface to passthrough IP configuration (activates passthrough).
    passthroughMac string
    If set to auto, then will learn MAC from the first packet.
    passthroughSubnetSelection string
    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 from 10.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.
    useNetworkApn boolean
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    usePeerDns boolean
    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_route bool
    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_distance float
    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_apn_id str
    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_selection str
    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 from 10.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_apn bool
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    use_peer_dns bool
    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.
    addDefaultRoute Boolean
    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.
    defaultRouteDistance Number
    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.
    interfaceLteApnId String
    The ID of this resource.
    ipType String
    Requested PDN type.
    ipv6Interface String
    Interface on which to advertise IPv6 prefix.
    name String
    APN profile name
    number Number
    APN profile number.
    passthroughInterface String
    Interface to passthrough IP configuration (activates passthrough).
    passthroughMac String
    If set to auto, then will learn MAC from the first packet.
    passthroughSubnetSelection String
    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 from 10.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.
    useNetworkApn Boolean
    Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
    usePeerDns Boolean
    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.
    routeros logo
    routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros