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

routeros.DhcpServerNetwork

Explore with Pulumi AI

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

    # routeros.DhcpServerNetwork (Resource)


    This is an alias for backwards compatibility between plugin versions.

    Please see documentation for routeros.IpDhcpServerNetwork

    Create DhcpServerNetwork Resource

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

    Constructor syntax

    new DhcpServerNetwork(name: string, args: DhcpServerNetworkArgs, opts?: CustomResourceOptions);
    @overload
    def DhcpServerNetwork(resource_name: str,
                          args: DhcpServerNetworkArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def DhcpServerNetwork(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          address: Optional[str] = None,
                          dhcp_server_network_id: Optional[str] = None,
                          dns_servers: Optional[Sequence[str]] = None,
                          boot_file_name: Optional[str] = None,
                          caps_managers: Optional[Sequence[str]] = None,
                          comment: Optional[str] = None,
                          dhcp_option_set: Optional[str] = None,
                          ___path_: Optional[str] = None,
                          dhcp_options: Optional[Sequence[str]] = None,
                          dns_none: Optional[bool] = None,
                          ___id_: Optional[float] = None,
                          domain: Optional[str] = None,
                          gateway: Optional[str] = None,
                          netmask: Optional[float] = None,
                          next_server: Optional[str] = None,
                          ntp_servers: Optional[Sequence[str]] = None,
                          wins_servers: Optional[Sequence[str]] = None)
    func NewDhcpServerNetwork(ctx *Context, name string, args DhcpServerNetworkArgs, opts ...ResourceOption) (*DhcpServerNetwork, error)
    public DhcpServerNetwork(string name, DhcpServerNetworkArgs args, CustomResourceOptions? opts = null)
    public DhcpServerNetwork(String name, DhcpServerNetworkArgs args)
    public DhcpServerNetwork(String name, DhcpServerNetworkArgs args, CustomResourceOptions options)
    
    type: routeros:DhcpServerNetwork
    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 DhcpServerNetworkArgs
    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 DhcpServerNetworkArgs
    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 DhcpServerNetworkArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DhcpServerNetworkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DhcpServerNetworkArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    Address string
    The network DHCP server(s) will lease addresses from.
    BootFileName string
    Boot filename.
    CapsManagers List<string>
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    Comment string
    DhcpOptionSet string
    Add an additional set of DHCP options.
    DhcpOptions List<string>
    Add additional DHCP options from the option list.
    DhcpServerNetworkId string
    DnsNone bool
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    DnsServers List<string>
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    Domain string
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    Gateway string
    The default gateway to be used by DHCP Client.
    Netmask double
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    NextServer string
    The IP address of the next server to use in bootstrap.
    NtpServers List<string>
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    WinsServers List<string>
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers
    ___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.
    Address string
    The network DHCP server(s) will lease addresses from.
    BootFileName string
    Boot filename.
    CapsManagers []string
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    Comment string
    DhcpOptionSet string
    Add an additional set of DHCP options.
    DhcpOptions []string
    Add additional DHCP options from the option list.
    DhcpServerNetworkId string
    DnsNone bool
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    DnsServers []string
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    Domain string
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    Gateway string
    The default gateway to be used by DHCP Client.
    Netmask float64
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    NextServer string
    The IP address of the next server to use in bootstrap.
    NtpServers []string
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    WinsServers []string
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers
    ___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.
    address String
    The network DHCP server(s) will lease addresses from.
    ___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.
    bootFileName String
    Boot filename.
    capsManagers List<String>
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    comment String
    dhcpOptionSet String
    Add an additional set of DHCP options.
    dhcpOptions List<String>
    Add additional DHCP options from the option list.
    dhcpServerNetworkId String
    dnsNone Boolean
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    dnsServers List<String>
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    domain String
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    gateway String
    The default gateway to be used by DHCP Client.
    netmask Double
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    nextServer String
    The IP address of the next server to use in bootstrap.
    ntpServers List<String>
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    winsServers List<String>
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers
    address string
    The network DHCP server(s) will lease addresses from.
    ___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.
    bootFileName string
    Boot filename.
    capsManagers string[]
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    comment string
    dhcpOptionSet string
    Add an additional set of DHCP options.
    dhcpOptions string[]
    Add additional DHCP options from the option list.
    dhcpServerNetworkId string
    dnsNone boolean
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    dnsServers string[]
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    domain string
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    gateway string
    The default gateway to be used by DHCP Client.
    netmask number
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    nextServer string
    The IP address of the next server to use in bootstrap.
    ntpServers string[]
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    winsServers string[]
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers
    address str
    The network DHCP server(s) will lease addresses from.
    ___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.
    boot_file_name str
    Boot filename.
    caps_managers Sequence[str]
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    comment str
    dhcp_option_set str
    Add an additional set of DHCP options.
    dhcp_options Sequence[str]
    Add additional DHCP options from the option list.
    dhcp_server_network_id str
    dns_none bool
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    dns_servers Sequence[str]
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    domain str
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    gateway str
    The default gateway to be used by DHCP Client.
    netmask float
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    next_server str
    The IP address of the next server to use in bootstrap.
    ntp_servers Sequence[str]
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    wins_servers Sequence[str]
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers
    address String
    The network DHCP server(s) will lease addresses from.
    ___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.
    bootFileName String
    Boot filename.
    capsManagers List<String>
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    comment String
    dhcpOptionSet String
    Add an additional set of DHCP options.
    dhcpOptions List<String>
    Add additional DHCP options from the option list.
    dhcpServerNetworkId String
    dnsNone Boolean
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    dnsServers List<String>
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    domain String
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    gateway String
    The default gateway to be used by DHCP Client.
    netmask Number
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    nextServer String
    The IP address of the next server to use in bootstrap.
    ntpServers List<String>
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    winsServers List<String>
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DhcpServerNetwork resource produces the following output properties:

    Dynamic bool
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    Id string
    The provider-assigned unique ID for this managed resource.
    Dynamic bool
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    Id string
    The provider-assigned unique ID for this managed resource.
    dynamic Boolean
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    id String
    The provider-assigned unique ID for this managed resource.
    dynamic boolean
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    id string
    The provider-assigned unique ID for this managed resource.
    dynamic bool
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    id str
    The provider-assigned unique ID for this managed resource.
    dynamic Boolean
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing DhcpServerNetwork Resource

    Get an existing DhcpServerNetwork 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?: DhcpServerNetworkState, opts?: CustomResourceOptions): DhcpServerNetwork
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            ___id_: Optional[float] = None,
            ___path_: Optional[str] = None,
            address: Optional[str] = None,
            boot_file_name: Optional[str] = None,
            caps_managers: Optional[Sequence[str]] = None,
            comment: Optional[str] = None,
            dhcp_option_set: Optional[str] = None,
            dhcp_options: Optional[Sequence[str]] = None,
            dhcp_server_network_id: Optional[str] = None,
            dns_none: Optional[bool] = None,
            dns_servers: Optional[Sequence[str]] = None,
            domain: Optional[str] = None,
            dynamic: Optional[bool] = None,
            gateway: Optional[str] = None,
            netmask: Optional[float] = None,
            next_server: Optional[str] = None,
            ntp_servers: Optional[Sequence[str]] = None,
            wins_servers: Optional[Sequence[str]] = None) -> DhcpServerNetwork
    func GetDhcpServerNetwork(ctx *Context, name string, id IDInput, state *DhcpServerNetworkState, opts ...ResourceOption) (*DhcpServerNetwork, error)
    public static DhcpServerNetwork Get(string name, Input<string> id, DhcpServerNetworkState? state, CustomResourceOptions? opts = null)
    public static DhcpServerNetwork get(String name, Output<String> id, DhcpServerNetworkState state, CustomResourceOptions options)
    resources:  _:    type: routeros:DhcpServerNetwork    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:
    Address string
    The network DHCP server(s) will lease addresses from.
    BootFileName string
    Boot filename.
    CapsManagers List<string>
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    Comment string
    DhcpOptionSet string
    Add an additional set of DHCP options.
    DhcpOptions List<string>
    Add additional DHCP options from the option list.
    DhcpServerNetworkId string
    DnsNone bool
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    DnsServers List<string>
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    Domain string
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    Dynamic bool
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    Gateway string
    The default gateway to be used by DHCP Client.
    Netmask double
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    NextServer string
    The IP address of the next server to use in bootstrap.
    NtpServers List<string>
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    WinsServers List<string>
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers
    ___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.
    Address string
    The network DHCP server(s) will lease addresses from.
    BootFileName string
    Boot filename.
    CapsManagers []string
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    Comment string
    DhcpOptionSet string
    Add an additional set of DHCP options.
    DhcpOptions []string
    Add additional DHCP options from the option list.
    DhcpServerNetworkId string
    DnsNone bool
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    DnsServers []string
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    Domain string
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    Dynamic bool
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    Gateway string
    The default gateway to be used by DHCP Client.
    Netmask float64
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    NextServer string
    The IP address of the next server to use in bootstrap.
    NtpServers []string
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    WinsServers []string
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers
    ___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.
    address String
    The network DHCP server(s) will lease addresses from.
    bootFileName String
    Boot filename.
    capsManagers List<String>
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    comment String
    dhcpOptionSet String
    Add an additional set of DHCP options.
    dhcpOptions List<String>
    Add additional DHCP options from the option list.
    dhcpServerNetworkId String
    dnsNone Boolean
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    dnsServers List<String>
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    domain String
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    dynamic Boolean
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    gateway String
    The default gateway to be used by DHCP Client.
    netmask Double
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    nextServer String
    The IP address of the next server to use in bootstrap.
    ntpServers List<String>
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    winsServers List<String>
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers
    ___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.
    address string
    The network DHCP server(s) will lease addresses from.
    bootFileName string
    Boot filename.
    capsManagers string[]
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    comment string
    dhcpOptionSet string
    Add an additional set of DHCP options.
    dhcpOptions string[]
    Add additional DHCP options from the option list.
    dhcpServerNetworkId string
    dnsNone boolean
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    dnsServers string[]
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    domain string
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    dynamic boolean
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    gateway string
    The default gateway to be used by DHCP Client.
    netmask number
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    nextServer string
    The IP address of the next server to use in bootstrap.
    ntpServers string[]
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    winsServers string[]
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers
    ___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.
    address str
    The network DHCP server(s) will lease addresses from.
    boot_file_name str
    Boot filename.
    caps_managers Sequence[str]
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    comment str
    dhcp_option_set str
    Add an additional set of DHCP options.
    dhcp_options Sequence[str]
    Add additional DHCP options from the option list.
    dhcp_server_network_id str
    dns_none bool
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    dns_servers Sequence[str]
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    domain str
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    dynamic bool
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    gateway str
    The default gateway to be used by DHCP Client.
    netmask float
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    next_server str
    The IP address of the next server to use in bootstrap.
    ntp_servers Sequence[str]
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    wins_servers Sequence[str]
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers
    ___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.
    address String
    The network DHCP server(s) will lease addresses from.
    bootFileName String
    Boot filename.
    capsManagers List<String>
    A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
    comment String
    dhcpOptionSet String
    Add an additional set of DHCP options.
    dhcpOptions List<String>
    Add additional DHCP options from the option list.
    dhcpServerNetworkId String
    dnsNone Boolean
    If set, then DHCP Server will not pass dynamic DNS servers configured on the router to the DHCP clients if no DNS Server in DNS-server is set.
    dnsServers List<String>
    The DHCP client will use these as the default DNS servers. Two DNS servers can be specified to be used by the DHCP client as primary and secondary DNS servers.
    domain String
    The DHCP client will use this as the 'DNS domain' setting for the network adapter.
    dynamic Boolean
    Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
    gateway String
    The default gateway to be used by DHCP Client.
    netmask Number
    The actual network mask is to be used by the DHCP client. If set to '0' - netmask from network address will be used.
    nextServer String
    The IP address of the next server to use in bootstrap.
    ntpServers List<String>
    The DHCP client will use these as the default NTP servers. Two NTP servers can be specified to be used by the DHCP client as primary and secondary NTP servers
    winsServers List<String>
    The Windows DHCP client will use these as the default WINS servers. Two WINS servers can be specified to be used by the DHCP client as primary and secondary WINS servers

    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