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

routeros.SystemRouterboardSettings

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 settings = new routeros.SystemRouterboardSettings("settings", {
        autoUpgrade: false,
        silentBoot: true,
    });
    
    import pulumi
    import pulumi_routeros as routeros
    
    settings = routeros.SystemRouterboardSettings("settings",
        auto_upgrade=False,
        silent_boot=True)
    
    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.NewSystemRouterboardSettings(ctx, "settings", &routeros.SystemRouterboardSettingsArgs{
    			AutoUpgrade: pulumi.Bool(false),
    			SilentBoot:  pulumi.Bool(true),
    		})
    		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 settings = new Routeros.SystemRouterboardSettings("settings", new()
        {
            AutoUpgrade = false,
            SilentBoot = true,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.routeros.SystemRouterboardSettings;
    import com.pulumi.routeros.SystemRouterboardSettingsArgs;
    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 settings = new SystemRouterboardSettings("settings", SystemRouterboardSettingsArgs.builder()
                .autoUpgrade(false)
                .silentBoot(true)
                .build());
    
        }
    }
    
    resources:
      settings:
        type: routeros:SystemRouterboardSettings
        properties:
          autoUpgrade: false
          silentBoot: true
    

    Create SystemRouterboardSettings Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SystemRouterboardSettings(name: string, args?: SystemRouterboardSettingsArgs, opts?: CustomResourceOptions);
    @overload
    def SystemRouterboardSettings(resource_name: str,
                                  args: Optional[SystemRouterboardSettingsArgs] = None,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystemRouterboardSettings(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  ___id_: Optional[float] = None,
                                  ___path_: Optional[str] = None,
                                  auto_upgrade: Optional[bool] = None,
                                  baud_rate: Optional[float] = None,
                                  boot_delay: Optional[str] = None,
                                  boot_device: Optional[str] = None,
                                  boot_os: Optional[str] = None,
                                  boot_protocol: Optional[str] = None,
                                  cpu_frequency: Optional[str] = None,
                                  cpu_mode: Optional[str] = None,
                                  enable_jumper_reset: Optional[bool] = None,
                                  enter_setup_on: Optional[str] = None,
                                  force_backup_booter: Optional[bool] = None,
                                  init_delay: Optional[str] = None,
                                  memory_data_rate: Optional[str] = None,
                                  memory_frequency: Optional[str] = None,
                                  preboot_etherboot: Optional[str] = None,
                                  preboot_etherboot_server: Optional[str] = None,
                                  protected_routerboot: Optional[str] = None,
                                  reformat_hold_button: Optional[str] = None,
                                  reformat_hold_button_max: Optional[str] = None,
                                  regulatory_domain_ce: Optional[bool] = None,
                                  silent_boot: Optional[bool] = None,
                                  system_routerboard_settings_id: Optional[str] = None)
    func NewSystemRouterboardSettings(ctx *Context, name string, args *SystemRouterboardSettingsArgs, opts ...ResourceOption) (*SystemRouterboardSettings, error)
    public SystemRouterboardSettings(string name, SystemRouterboardSettingsArgs? args = null, CustomResourceOptions? opts = null)
    public SystemRouterboardSettings(String name, SystemRouterboardSettingsArgs args)
    public SystemRouterboardSettings(String name, SystemRouterboardSettingsArgs args, CustomResourceOptions options)
    
    type: routeros:SystemRouterboardSettings
    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 SystemRouterboardSettingsArgs
    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 SystemRouterboardSettingsArgs
    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 SystemRouterboardSettingsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystemRouterboardSettingsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystemRouterboardSettingsArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SystemRouterboardSettings 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 SystemRouterboardSettings resource accepts the following input properties:

    AutoUpgrade bool
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    BaudRate double
    An option to choose the onboard RS232 speed in bits per second.
    BootDelay string
    A delay for a keystroke while booting.
    BootDevice string
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    BootOs string
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    BootProtocol string
    Boot protocol to use. Possible values: bootp, dhcp.
    CpuFrequency string
    An option to change the CPU frequency of the device.
    CpuMode string
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    EnableJumperReset bool
    An option to enable reset via the onboard jumper.
    EnterSetupOn string
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    ForceBackupBooter bool
    An option to use the backup RouterBOOT.
    InitDelay string
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    MemoryDataRate string
    An option to change the memory data rate of the device. Values depend on the model.
    MemoryFrequency string
    An option to change the memory frequency of the device. Values depend on the model.
    PrebootEtherboot string
    An option to enable preboot etherboot, which runs before the regular boot device.
    PrebootEtherbootServer string
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    ProtectedRouterboot string
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    ReformatHoldButton string
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    ReformatHoldButtonMax string
    See reformat_hold_button.
    RegulatoryDomainCe bool
    An option to enable extra-low TX power for high antenna gain devices.
    SilentBoot bool
    An option to turn off output on the serial console and beeping sounds during booting.
    SystemRouterboardSettingsId string
    The ID of this resource.
    ___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.
    AutoUpgrade bool
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    BaudRate float64
    An option to choose the onboard RS232 speed in bits per second.
    BootDelay string
    A delay for a keystroke while booting.
    BootDevice string
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    BootOs string
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    BootProtocol string
    Boot protocol to use. Possible values: bootp, dhcp.
    CpuFrequency string
    An option to change the CPU frequency of the device.
    CpuMode string
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    EnableJumperReset bool
    An option to enable reset via the onboard jumper.
    EnterSetupOn string
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    ForceBackupBooter bool
    An option to use the backup RouterBOOT.
    InitDelay string
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    MemoryDataRate string
    An option to change the memory data rate of the device. Values depend on the model.
    MemoryFrequency string
    An option to change the memory frequency of the device. Values depend on the model.
    PrebootEtherboot string
    An option to enable preboot etherboot, which runs before the regular boot device.
    PrebootEtherbootServer string
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    ProtectedRouterboot string
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    ReformatHoldButton string
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    ReformatHoldButtonMax string
    See reformat_hold_button.
    RegulatoryDomainCe bool
    An option to enable extra-low TX power for high antenna gain devices.
    SilentBoot bool
    An option to turn off output on the serial console and beeping sounds during booting.
    SystemRouterboardSettingsId string
    The ID of this resource.
    ___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.
    autoUpgrade Boolean
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    baudRate Double
    An option to choose the onboard RS232 speed in bits per second.
    bootDelay String
    A delay for a keystroke while booting.
    bootDevice String
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    bootOs String
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    bootProtocol String
    Boot protocol to use. Possible values: bootp, dhcp.
    cpuFrequency String
    An option to change the CPU frequency of the device.
    cpuMode String
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    enableJumperReset Boolean
    An option to enable reset via the onboard jumper.
    enterSetupOn String
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    forceBackupBooter Boolean
    An option to use the backup RouterBOOT.
    initDelay String
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    memoryDataRate String
    An option to change the memory data rate of the device. Values depend on the model.
    memoryFrequency String
    An option to change the memory frequency of the device. Values depend on the model.
    prebootEtherboot String
    An option to enable preboot etherboot, which runs before the regular boot device.
    prebootEtherbootServer String
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    protectedRouterboot String
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    reformatHoldButton String
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    reformatHoldButtonMax String
    See reformat_hold_button.
    regulatoryDomainCe Boolean
    An option to enable extra-low TX power for high antenna gain devices.
    silentBoot Boolean
    An option to turn off output on the serial console and beeping sounds during booting.
    systemRouterboardSettingsId String
    The ID of this resource.
    ___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.
    autoUpgrade boolean
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    baudRate number
    An option to choose the onboard RS232 speed in bits per second.
    bootDelay string
    A delay for a keystroke while booting.
    bootDevice string
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    bootOs string
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    bootProtocol string
    Boot protocol to use. Possible values: bootp, dhcp.
    cpuFrequency string
    An option to change the CPU frequency of the device.
    cpuMode string
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    enableJumperReset boolean
    An option to enable reset via the onboard jumper.
    enterSetupOn string
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    forceBackupBooter boolean
    An option to use the backup RouterBOOT.
    initDelay string
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    memoryDataRate string
    An option to change the memory data rate of the device. Values depend on the model.
    memoryFrequency string
    An option to change the memory frequency of the device. Values depend on the model.
    prebootEtherboot string
    An option to enable preboot etherboot, which runs before the regular boot device.
    prebootEtherbootServer string
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    protectedRouterboot string
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    reformatHoldButton string
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    reformatHoldButtonMax string
    See reformat_hold_button.
    regulatoryDomainCe boolean
    An option to enable extra-low TX power for high antenna gain devices.
    silentBoot boolean
    An option to turn off output on the serial console and beeping sounds during booting.
    systemRouterboardSettingsId string
    The ID of this resource.
    ___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.
    auto_upgrade bool
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    baud_rate float
    An option to choose the onboard RS232 speed in bits per second.
    boot_delay str
    A delay for a keystroke while booting.
    boot_device str
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    boot_os str
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    boot_protocol str
    Boot protocol to use. Possible values: bootp, dhcp.
    cpu_frequency str
    An option to change the CPU frequency of the device.
    cpu_mode str
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    enable_jumper_reset bool
    An option to enable reset via the onboard jumper.
    enter_setup_on str
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    force_backup_booter bool
    An option to use the backup RouterBOOT.
    init_delay str
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    memory_data_rate str
    An option to change the memory data rate of the device. Values depend on the model.
    memory_frequency str
    An option to change the memory frequency of the device. Values depend on the model.
    preboot_etherboot str
    An option to enable preboot etherboot, which runs before the regular boot device.
    preboot_etherboot_server str
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    protected_routerboot str
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    reformat_hold_button str
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    reformat_hold_button_max str
    See reformat_hold_button.
    regulatory_domain_ce bool
    An option to enable extra-low TX power for high antenna gain devices.
    silent_boot bool
    An option to turn off output on the serial console and beeping sounds during booting.
    system_routerboard_settings_id str
    The ID of this resource.
    ___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.
    autoUpgrade Boolean
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    baudRate Number
    An option to choose the onboard RS232 speed in bits per second.
    bootDelay String
    A delay for a keystroke while booting.
    bootDevice String
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    bootOs String
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    bootProtocol String
    Boot protocol to use. Possible values: bootp, dhcp.
    cpuFrequency String
    An option to change the CPU frequency of the device.
    cpuMode String
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    enableJumperReset Boolean
    An option to enable reset via the onboard jumper.
    enterSetupOn String
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    forceBackupBooter Boolean
    An option to use the backup RouterBOOT.
    initDelay String
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    memoryDataRate String
    An option to change the memory data rate of the device. Values depend on the model.
    memoryFrequency String
    An option to change the memory frequency of the device. Values depend on the model.
    prebootEtherboot String
    An option to enable preboot etherboot, which runs before the regular boot device.
    prebootEtherbootServer String
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    protectedRouterboot String
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    reformatHoldButton String
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    reformatHoldButtonMax String
    See reformat_hold_button.
    regulatoryDomainCe Boolean
    An option to enable extra-low TX power for high antenna gain devices.
    silentBoot Boolean
    An option to turn off output on the serial console and beeping sounds during booting.
    systemRouterboardSettingsId String
    The ID of this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SystemRouterboardSettings 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 SystemRouterboardSettings Resource

    Get an existing SystemRouterboardSettings 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?: SystemRouterboardSettingsState, opts?: CustomResourceOptions): SystemRouterboardSettings
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            ___id_: Optional[float] = None,
            ___path_: Optional[str] = None,
            auto_upgrade: Optional[bool] = None,
            baud_rate: Optional[float] = None,
            boot_delay: Optional[str] = None,
            boot_device: Optional[str] = None,
            boot_os: Optional[str] = None,
            boot_protocol: Optional[str] = None,
            cpu_frequency: Optional[str] = None,
            cpu_mode: Optional[str] = None,
            enable_jumper_reset: Optional[bool] = None,
            enter_setup_on: Optional[str] = None,
            force_backup_booter: Optional[bool] = None,
            init_delay: Optional[str] = None,
            memory_data_rate: Optional[str] = None,
            memory_frequency: Optional[str] = None,
            preboot_etherboot: Optional[str] = None,
            preboot_etherboot_server: Optional[str] = None,
            protected_routerboot: Optional[str] = None,
            reformat_hold_button: Optional[str] = None,
            reformat_hold_button_max: Optional[str] = None,
            regulatory_domain_ce: Optional[bool] = None,
            silent_boot: Optional[bool] = None,
            system_routerboard_settings_id: Optional[str] = None) -> SystemRouterboardSettings
    func GetSystemRouterboardSettings(ctx *Context, name string, id IDInput, state *SystemRouterboardSettingsState, opts ...ResourceOption) (*SystemRouterboardSettings, error)
    public static SystemRouterboardSettings Get(string name, Input<string> id, SystemRouterboardSettingsState? state, CustomResourceOptions? opts = null)
    public static SystemRouterboardSettings get(String name, Output<String> id, SystemRouterboardSettingsState state, CustomResourceOptions options)
    resources:  _:    type: routeros:SystemRouterboardSettings    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:
    AutoUpgrade bool
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    BaudRate double
    An option to choose the onboard RS232 speed in bits per second.
    BootDelay string
    A delay for a keystroke while booting.
    BootDevice string
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    BootOs string
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    BootProtocol string
    Boot protocol to use. Possible values: bootp, dhcp.
    CpuFrequency string
    An option to change the CPU frequency of the device.
    CpuMode string
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    EnableJumperReset bool
    An option to enable reset via the onboard jumper.
    EnterSetupOn string
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    ForceBackupBooter bool
    An option to use the backup RouterBOOT.
    InitDelay string
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    MemoryDataRate string
    An option to change the memory data rate of the device. Values depend on the model.
    MemoryFrequency string
    An option to change the memory frequency of the device. Values depend on the model.
    PrebootEtherboot string
    An option to enable preboot etherboot, which runs before the regular boot device.
    PrebootEtherbootServer string
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    ProtectedRouterboot string
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    ReformatHoldButton string
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    ReformatHoldButtonMax string
    See reformat_hold_button.
    RegulatoryDomainCe bool
    An option to enable extra-low TX power for high antenna gain devices.
    SilentBoot bool
    An option to turn off output on the serial console and beeping sounds during booting.
    SystemRouterboardSettingsId string
    The ID of this resource.
    ___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.
    AutoUpgrade bool
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    BaudRate float64
    An option to choose the onboard RS232 speed in bits per second.
    BootDelay string
    A delay for a keystroke while booting.
    BootDevice string
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    BootOs string
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    BootProtocol string
    Boot protocol to use. Possible values: bootp, dhcp.
    CpuFrequency string
    An option to change the CPU frequency of the device.
    CpuMode string
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    EnableJumperReset bool
    An option to enable reset via the onboard jumper.
    EnterSetupOn string
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    ForceBackupBooter bool
    An option to use the backup RouterBOOT.
    InitDelay string
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    MemoryDataRate string
    An option to change the memory data rate of the device. Values depend on the model.
    MemoryFrequency string
    An option to change the memory frequency of the device. Values depend on the model.
    PrebootEtherboot string
    An option to enable preboot etherboot, which runs before the regular boot device.
    PrebootEtherbootServer string
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    ProtectedRouterboot string
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    ReformatHoldButton string
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    ReformatHoldButtonMax string
    See reformat_hold_button.
    RegulatoryDomainCe bool
    An option to enable extra-low TX power for high antenna gain devices.
    SilentBoot bool
    An option to turn off output on the serial console and beeping sounds during booting.
    SystemRouterboardSettingsId string
    The ID of this resource.
    ___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.
    autoUpgrade Boolean
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    baudRate Double
    An option to choose the onboard RS232 speed in bits per second.
    bootDelay String
    A delay for a keystroke while booting.
    bootDevice String
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    bootOs String
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    bootProtocol String
    Boot protocol to use. Possible values: bootp, dhcp.
    cpuFrequency String
    An option to change the CPU frequency of the device.
    cpuMode String
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    enableJumperReset Boolean
    An option to enable reset via the onboard jumper.
    enterSetupOn String
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    forceBackupBooter Boolean
    An option to use the backup RouterBOOT.
    initDelay String
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    memoryDataRate String
    An option to change the memory data rate of the device. Values depend on the model.
    memoryFrequency String
    An option to change the memory frequency of the device. Values depend on the model.
    prebootEtherboot String
    An option to enable preboot etherboot, which runs before the regular boot device.
    prebootEtherbootServer String
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    protectedRouterboot String
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    reformatHoldButton String
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    reformatHoldButtonMax String
    See reformat_hold_button.
    regulatoryDomainCe Boolean
    An option to enable extra-low TX power for high antenna gain devices.
    silentBoot Boolean
    An option to turn off output on the serial console and beeping sounds during booting.
    systemRouterboardSettingsId String
    The ID of this resource.
    ___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.
    autoUpgrade boolean
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    baudRate number
    An option to choose the onboard RS232 speed in bits per second.
    bootDelay string
    A delay for a keystroke while booting.
    bootDevice string
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    bootOs string
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    bootProtocol string
    Boot protocol to use. Possible values: bootp, dhcp.
    cpuFrequency string
    An option to change the CPU frequency of the device.
    cpuMode string
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    enableJumperReset boolean
    An option to enable reset via the onboard jumper.
    enterSetupOn string
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    forceBackupBooter boolean
    An option to use the backup RouterBOOT.
    initDelay string
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    memoryDataRate string
    An option to change the memory data rate of the device. Values depend on the model.
    memoryFrequency string
    An option to change the memory frequency of the device. Values depend on the model.
    prebootEtherboot string
    An option to enable preboot etherboot, which runs before the regular boot device.
    prebootEtherbootServer string
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    protectedRouterboot string
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    reformatHoldButton string
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    reformatHoldButtonMax string
    See reformat_hold_button.
    regulatoryDomainCe boolean
    An option to enable extra-low TX power for high antenna gain devices.
    silentBoot boolean
    An option to turn off output on the serial console and beeping sounds during booting.
    systemRouterboardSettingsId string
    The ID of this resource.
    ___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.
    auto_upgrade bool
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    baud_rate float
    An option to choose the onboard RS232 speed in bits per second.
    boot_delay str
    A delay for a keystroke while booting.
    boot_device str
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    boot_os str
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    boot_protocol str
    Boot protocol to use. Possible values: bootp, dhcp.
    cpu_frequency str
    An option to change the CPU frequency of the device.
    cpu_mode str
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    enable_jumper_reset bool
    An option to enable reset via the onboard jumper.
    enter_setup_on str
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    force_backup_booter bool
    An option to use the backup RouterBOOT.
    init_delay str
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    memory_data_rate str
    An option to change the memory data rate of the device. Values depend on the model.
    memory_frequency str
    An option to change the memory frequency of the device. Values depend on the model.
    preboot_etherboot str
    An option to enable preboot etherboot, which runs before the regular boot device.
    preboot_etherboot_server str
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    protected_routerboot str
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    reformat_hold_button str
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    reformat_hold_button_max str
    See reformat_hold_button.
    regulatory_domain_ce bool
    An option to enable extra-low TX power for high antenna gain devices.
    silent_boot bool
    An option to turn off output on the serial console and beeping sounds during booting.
    system_routerboard_settings_id str
    The ID of this resource.
    ___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.
    autoUpgrade Boolean
    An option to enable firmware upgrade automatically after the RouterOS upgrade.
    baudRate Number
    An option to choose the onboard RS232 speed in bits per second.
    bootDelay String
    A delay for a keystroke while booting.
    bootDevice String
    An option to choose the way RouterBOOT loads the operating system. Possible values: ethernet, flash-boot, flash-boot-once-then-nand, nand-if-fail-then-ethernet, nand-only, try-ethernet-once-then-nand.
    bootOs String
    An option to choose the booting operating system for CRS3xx series switches. Possible values: router-os, swos.
    bootProtocol String
    Boot protocol to use. Possible values: bootp, dhcp.
    cpuFrequency String
    An option to change the CPU frequency of the device.
    cpuMode String
    An option whether to enter CPU suspend mode in HTL instruction. Possible values: power-save, regular.
    enableJumperReset Boolean
    An option to enable reset via the onboard jumper.
    enterSetupOn String
    An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: any-key, delete-key.
    forceBackupBooter Boolean
    An option to use the backup RouterBOOT.
    initDelay String
    An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only.
    memoryDataRate String
    An option to change the memory data rate of the device. Values depend on the model.
    memoryFrequency String
    An option to change the memory frequency of the device. Values depend on the model.
    prebootEtherboot String
    An option to enable preboot etherboot, which runs before the regular boot device.
    prebootEtherbootServer String
    An option to instruct preboot-etherboot to accept only from the specified Netinstall server.
    protectedRouterboot String
    An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: disabled, enabled.
    reformatHoldButton String
    An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than reformat_hold_button_max.
    reformatHoldButtonMax String
    See reformat_hold_button.
    regulatoryDomainCe Boolean
    An option to enable extra-low TX power for high antenna gain devices.
    silentBoot Boolean
    An option to turn off output on the serial console and beeping sounds during booting.
    systemRouterboardSettingsId String
    The ID of this resource.

    Import

    $ pulumi import routeros:index/systemRouterboardSettings:SystemRouterboardSettings settings .
    

    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