routeros.InterfaceDot1xServer
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as routeros from "@pulumi/routeros";
const ether2 = new routeros.InterfaceDot1xServer("ether2", {
authTypes: ["mac-auth"],
"interface": "ether2",
});
import pulumi
import pulumi_routeros as routeros
ether2 = routeros.InterfaceDot1xServer("ether2",
auth_types=["mac-auth"],
interface="ether2")
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.NewInterfaceDot1xServer(ctx, "ether2", &routeros.InterfaceDot1xServerArgs{
AuthTypes: pulumi.StringArray{
pulumi.String("mac-auth"),
},
Interface: pulumi.String("ether2"),
})
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 ether2 = new Routeros.InterfaceDot1xServer("ether2", new()
{
AuthTypes = new[]
{
"mac-auth",
},
Interface = "ether2",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.routeros.InterfaceDot1xServer;
import com.pulumi.routeros.InterfaceDot1xServerArgs;
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 ether2 = new InterfaceDot1xServer("ether2", InterfaceDot1xServerArgs.builder()
.authTypes("mac-auth")
.interface_("ether2")
.build());
}
}
resources:
ether2:
type: routeros:InterfaceDot1xServer
properties:
authTypes:
- mac-auth
interface: ether2
Create InterfaceDot1xServer Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new InterfaceDot1xServer(name: string, args: InterfaceDot1xServerArgs, opts?: CustomResourceOptions);
@overload
def InterfaceDot1xServer(resource_name: str,
args: InterfaceDot1xServerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def InterfaceDot1xServer(resource_name: str,
opts: Optional[ResourceOptions] = None,
interface: Optional[str] = None,
auth_types: Optional[Sequence[str]] = None,
interim_update: Optional[str] = None,
auth_timeout: Optional[str] = None,
___id_: Optional[float] = None,
comment: Optional[str] = None,
disabled: Optional[bool] = None,
accounting: Optional[bool] = None,
guest_vlan_id: Optional[float] = None,
interface_dot1x_server_id: Optional[str] = None,
___path_: Optional[str] = None,
mac_auth_mode: Optional[str] = None,
radius_mac_format: Optional[str] = None,
reauth_timeout: Optional[str] = None,
reject_vlan_id: Optional[float] = None,
retrans_timeout: Optional[str] = None,
server_fail_vlan_id: Optional[float] = None)
func NewInterfaceDot1xServer(ctx *Context, name string, args InterfaceDot1xServerArgs, opts ...ResourceOption) (*InterfaceDot1xServer, error)
public InterfaceDot1xServer(string name, InterfaceDot1xServerArgs args, CustomResourceOptions? opts = null)
public InterfaceDot1xServer(String name, InterfaceDot1xServerArgs args)
public InterfaceDot1xServer(String name, InterfaceDot1xServerArgs args, CustomResourceOptions options)
type: routeros:InterfaceDot1xServer
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 InterfaceDot1xServerArgs
- 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 InterfaceDot1xServerArgs
- 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 InterfaceDot1xServerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InterfaceDot1xServerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InterfaceDot1xServerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
InterfaceDot1xServer 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 InterfaceDot1xServer resource accepts the following input properties:
- Interface string
- Name of the interface.
- Accounting bool
- Whether to send RADIUS accounting requests to the authentication server.
- Auth
Timeout string - Total time available for EAP authentication.
- Auth
Types List<string> - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - Comment string
- Disabled bool
- Guest
Vlan doubleId - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- Interface
Dot1x stringServer Id - The ID of this resource.
- Interim
Update string - Interval between scheduled RADIUS Interim-Update messages.
- Mac
Auth stringMode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- Radius
Mac stringFormat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- Reauth
Timeout string - An option that enables server port re-authentication.
- Reject
Vlan doubleId - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- Retrans
Timeout string - The time interval between message re-transmissions if no response is received from the supplicant.
- Server
Fail doubleVlan Id - Assigned VLAN when RADIUS server is not responding and request timed out.
- ___
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.
- Interface string
- Name of the interface.
- Accounting bool
- Whether to send RADIUS accounting requests to the authentication server.
- Auth
Timeout string - Total time available for EAP authentication.
- Auth
Types []string - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - Comment string
- Disabled bool
- Guest
Vlan float64Id - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- Interface
Dot1x stringServer Id - The ID of this resource.
- Interim
Update string - Interval between scheduled RADIUS Interim-Update messages.
- Mac
Auth stringMode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- Radius
Mac stringFormat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- Reauth
Timeout string - An option that enables server port re-authentication.
- Reject
Vlan float64Id - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- Retrans
Timeout string - The time interval between message re-transmissions if no response is received from the supplicant.
- Server
Fail float64Vlan Id - Assigned VLAN when RADIUS server is not responding and request timed out.
- ___
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.
- interface_ String
- Name of the interface.
- ___
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.
- accounting Boolean
- Whether to send RADIUS accounting requests to the authentication server.
- auth
Timeout String - Total time available for EAP authentication.
- auth
Types List<String> - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - comment String
- disabled Boolean
- guest
Vlan DoubleId - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- interface
Dot1x StringServer Id - The ID of this resource.
- interim
Update String - Interval between scheduled RADIUS Interim-Update messages.
- mac
Auth StringMode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- radius
Mac StringFormat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- reauth
Timeout String - An option that enables server port re-authentication.
- reject
Vlan DoubleId - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- retrans
Timeout String - The time interval between message re-transmissions if no response is received from the supplicant.
- server
Fail DoubleVlan Id - Assigned VLAN when RADIUS server is not responding and request timed out.
- interface string
- Name of the interface.
- ___
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.
- accounting boolean
- Whether to send RADIUS accounting requests to the authentication server.
- auth
Timeout string - Total time available for EAP authentication.
- auth
Types string[] - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - comment string
- disabled boolean
- guest
Vlan numberId - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- interface
Dot1x stringServer Id - The ID of this resource.
- interim
Update string - Interval between scheduled RADIUS Interim-Update messages.
- mac
Auth stringMode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- radius
Mac stringFormat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- reauth
Timeout string - An option that enables server port re-authentication.
- reject
Vlan numberId - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- retrans
Timeout string - The time interval between message re-transmissions if no response is received from the supplicant.
- server
Fail numberVlan Id - Assigned VLAN when RADIUS server is not responding and request timed out.
- interface str
- Name of the interface.
- ___
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.
- accounting bool
- Whether to send RADIUS accounting requests to the authentication server.
- auth_
timeout str - Total time available for EAP authentication.
- auth_
types Sequence[str] - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - comment str
- disabled bool
- guest_
vlan_ floatid - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- interface_
dot1x_ strserver_ id - The ID of this resource.
- interim_
update str - Interval between scheduled RADIUS Interim-Update messages.
- mac_
auth_ strmode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- radius_
mac_ strformat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- reauth_
timeout str - An option that enables server port re-authentication.
- reject_
vlan_ floatid - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- retrans_
timeout str - The time interval between message re-transmissions if no response is received from the supplicant.
- server_
fail_ floatvlan_ id - Assigned VLAN when RADIUS server is not responding and request timed out.
- interface String
- Name of the interface.
- ___
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.
- accounting Boolean
- Whether to send RADIUS accounting requests to the authentication server.
- auth
Timeout String - Total time available for EAP authentication.
- auth
Types List<String> - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - comment String
- disabled Boolean
- guest
Vlan NumberId - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- interface
Dot1x StringServer Id - The ID of this resource.
- interim
Update String - Interval between scheduled RADIUS Interim-Update messages.
- mac
Auth StringMode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- radius
Mac StringFormat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- reauth
Timeout String - An option that enables server port re-authentication.
- reject
Vlan NumberId - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- retrans
Timeout String - The time interval between message re-transmissions if no response is received from the supplicant.
- server
Fail NumberVlan Id - Assigned VLAN when RADIUS server is not responding and request timed out.
Outputs
All input properties are implicitly available as output properties. Additionally, the InterfaceDot1xServer 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 InterfaceDot1xServer Resource
Get an existing InterfaceDot1xServer 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?: InterfaceDot1xServerState, opts?: CustomResourceOptions): InterfaceDot1xServer
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
accounting: Optional[bool] = None,
auth_timeout: Optional[str] = None,
auth_types: Optional[Sequence[str]] = None,
comment: Optional[str] = None,
disabled: Optional[bool] = None,
guest_vlan_id: Optional[float] = None,
interface: Optional[str] = None,
interface_dot1x_server_id: Optional[str] = None,
interim_update: Optional[str] = None,
mac_auth_mode: Optional[str] = None,
radius_mac_format: Optional[str] = None,
reauth_timeout: Optional[str] = None,
reject_vlan_id: Optional[float] = None,
retrans_timeout: Optional[str] = None,
server_fail_vlan_id: Optional[float] = None) -> InterfaceDot1xServer
func GetInterfaceDot1xServer(ctx *Context, name string, id IDInput, state *InterfaceDot1xServerState, opts ...ResourceOption) (*InterfaceDot1xServer, error)
public static InterfaceDot1xServer Get(string name, Input<string> id, InterfaceDot1xServerState? state, CustomResourceOptions? opts = null)
public static InterfaceDot1xServer get(String name, Output<String> id, InterfaceDot1xServerState state, CustomResourceOptions options)
resources: _: type: routeros:InterfaceDot1xServer 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.
- Accounting bool
- Whether to send RADIUS accounting requests to the authentication server.
- Auth
Timeout string - Total time available for EAP authentication.
- Auth
Types List<string> - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - Comment string
- Disabled bool
- Guest
Vlan doubleId - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- Interface string
- Name of the interface.
- Interface
Dot1x stringServer Id - The ID of this resource.
- Interim
Update string - Interval between scheduled RADIUS Interim-Update messages.
- Mac
Auth stringMode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- Radius
Mac stringFormat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- Reauth
Timeout string - An option that enables server port re-authentication.
- Reject
Vlan doubleId - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- Retrans
Timeout string - The time interval between message re-transmissions if no response is received from the supplicant.
- Server
Fail doubleVlan Id - Assigned VLAN when RADIUS server is not responding and request timed out.
- ___
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.
- Accounting bool
- Whether to send RADIUS accounting requests to the authentication server.
- Auth
Timeout string - Total time available for EAP authentication.
- Auth
Types []string - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - Comment string
- Disabled bool
- Guest
Vlan float64Id - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- Interface string
- Name of the interface.
- Interface
Dot1x stringServer Id - The ID of this resource.
- Interim
Update string - Interval between scheduled RADIUS Interim-Update messages.
- Mac
Auth stringMode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- Radius
Mac stringFormat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- Reauth
Timeout string - An option that enables server port re-authentication.
- Reject
Vlan float64Id - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- Retrans
Timeout string - The time interval between message re-transmissions if no response is received from the supplicant.
- Server
Fail float64Vlan Id - Assigned VLAN when RADIUS server is not responding and request timed out.
- ___
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.
- accounting Boolean
- Whether to send RADIUS accounting requests to the authentication server.
- auth
Timeout String - Total time available for EAP authentication.
- auth
Types List<String> - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - comment String
- disabled Boolean
- guest
Vlan DoubleId - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- interface
Dot1x StringServer Id - The ID of this resource.
- interface_ String
- Name of the interface.
- interim
Update String - Interval between scheduled RADIUS Interim-Update messages.
- mac
Auth StringMode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- radius
Mac StringFormat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- reauth
Timeout String - An option that enables server port re-authentication.
- reject
Vlan DoubleId - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- retrans
Timeout String - The time interval between message re-transmissions if no response is received from the supplicant.
- server
Fail DoubleVlan Id - Assigned VLAN when RADIUS server is not responding and request timed out.
- ___
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.
- accounting boolean
- Whether to send RADIUS accounting requests to the authentication server.
- auth
Timeout string - Total time available for EAP authentication.
- auth
Types string[] - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - comment string
- disabled boolean
- guest
Vlan numberId - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- interface string
- Name of the interface.
- interface
Dot1x stringServer Id - The ID of this resource.
- interim
Update string - Interval between scheduled RADIUS Interim-Update messages.
- mac
Auth stringMode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- radius
Mac stringFormat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- reauth
Timeout string - An option that enables server port re-authentication.
- reject
Vlan numberId - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- retrans
Timeout string - The time interval between message re-transmissions if no response is received from the supplicant.
- server
Fail numberVlan Id - Assigned VLAN when RADIUS server is not responding and request timed out.
- ___
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.
- accounting bool
- Whether to send RADIUS accounting requests to the authentication server.
- auth_
timeout str - Total time available for EAP authentication.
- auth_
types Sequence[str] - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - comment str
- disabled bool
- guest_
vlan_ floatid - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- interface str
- Name of the interface.
- interface_
dot1x_ strserver_ id - The ID of this resource.
- interim_
update str - Interval between scheduled RADIUS Interim-Update messages.
- mac_
auth_ strmode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- radius_
mac_ strformat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- reauth_
timeout str - An option that enables server port re-authentication.
- reject_
vlan_ floatid - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- retrans_
timeout str - The time interval between message re-transmissions if no response is received from the supplicant.
- server_
fail_ floatvlan_ id - Assigned VLAN when RADIUS server is not responding and request timed out.
- ___
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.
- accounting Boolean
- Whether to send RADIUS accounting requests to the authentication server.
- auth
Timeout String - Total time available for EAP authentication.
- auth
Types List<String> - Used authentication type on a server interface. Comma-separated list of
dot1x
andmac-auth
. - comment String
- disabled Boolean
- guest
Vlan NumberId - Assigned VLAN when end devices do not support dot1x authentication and no mac-auth fallback is configured.
- interface String
- Name of the interface.
- interface
Dot1x StringServer Id - The ID of this resource.
- interim
Update String - Interval between scheduled RADIUS Interim-Update messages.
- mac
Auth StringMode - An option that allows to control User-Name and User-Password RADIUS attributes when using MAC authentication.
- radius
Mac StringFormat - An option that controls how the MAC address of the client is encoded in the User-Name and User-Password attributes when using MAC authentication.
- reauth
Timeout String - An option that enables server port re-authentication.
- reject
Vlan NumberId - Assigned VLAN when authentication failed, and a RADIUS server responded with an Access-Reject message.
- retrans
Timeout String - The time interval between message re-transmissions if no response is received from the supplicant.
- server
Fail NumberVlan Id - Assigned VLAN when RADIUS server is not responding and request timed out.
Import
#The ID can be found via API or the terminal
#The command for the terminal is -> :put [/interface/dot1x/server get [print show-ids]]
$ pulumi import routeros:index/interfaceDot1xServer:InterfaceDot1xServer ether2 *1
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.