routeros.DhcpServerNetwork
Explore with Pulumi AI
# 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.
- Boot
File stringName - Boot filename.
- Caps
Managers List<string> - A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
- Comment string
- Dhcp
Option stringSet - Add an additional set of DHCP options.
- Dhcp
Options List<string> - Add additional DHCP options from the option list.
- Dhcp
Server stringNetwork Id - 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 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.
- Next
Server string - The IP address of the next server to use in bootstrap.
- Ntp
Servers 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
- Wins
Servers 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.
- Boot
File stringName - Boot filename.
- Caps
Managers []string - A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
- Comment string
- Dhcp
Option stringSet - Add an additional set of DHCP options.
- Dhcp
Options []string - Add additional DHCP options from the option list.
- Dhcp
Server stringNetwork Id - 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 []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.
- Next
Server string - The IP address of the next server to use in bootstrap.
- Ntp
Servers []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
- Wins
Servers []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.
- boot
File StringName - Boot filename.
- caps
Managers List<String> - A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
- comment String
- dhcp
Option StringSet - Add an additional set of DHCP options.
- dhcp
Options List<String> - Add additional DHCP options from the option list.
- dhcp
Server StringNetwork Id - dns
None 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.
- dns
Servers 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.
- next
Server String - The IP address of the next server to use in bootstrap.
- ntp
Servers 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
- wins
Servers 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.
- boot
File stringName - Boot filename.
- caps
Managers string[] - A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
- comment string
- dhcp
Option stringSet - Add an additional set of DHCP options.
- dhcp
Options string[] - Add additional DHCP options from the option list.
- dhcp
Server stringNetwork Id - dns
None 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.
- dns
Servers 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.
- next
Server string - The IP address of the next server to use in bootstrap.
- ntp
Servers 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
- wins
Servers 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_ strname - 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_ strset - Add an additional set of DHCP options.
- dhcp_
options Sequence[str] - Add additional DHCP options from the option list.
- dhcp_
server_ strnetwork_ id - 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.
- boot
File StringName - Boot filename.
- caps
Managers List<String> - A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
- comment String
- dhcp
Option StringSet - Add an additional set of DHCP options.
- dhcp
Options List<String> - Add additional DHCP options from the option list.
- dhcp
Server StringNetwork Id - dns
None 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.
- dns
Servers 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.
- next
Server String - The IP address of the next server to use in bootstrap.
- ntp
Servers 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
- wins
Servers 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:
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.
- Address string
- The network DHCP server(s) will lease addresses from.
- Boot
File stringName - Boot filename.
- Caps
Managers List<string> - A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
- Comment string
- Dhcp
Option stringSet - Add an additional set of DHCP options.
- Dhcp
Options List<string> - Add additional DHCP options from the option list.
- Dhcp
Server stringNetwork Id - 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 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.
- Next
Server string - The IP address of the next server to use in bootstrap.
- Ntp
Servers 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
- Wins
Servers 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.
- Boot
File stringName - Boot filename.
- Caps
Managers []string - A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
- Comment string
- Dhcp
Option stringSet - Add an additional set of DHCP options.
- Dhcp
Options []string - Add additional DHCP options from the option list.
- Dhcp
Server stringNetwork Id - 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 []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.
- Next
Server string - The IP address of the next server to use in bootstrap.
- Ntp
Servers []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
- Wins
Servers []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.
- boot
File StringName - Boot filename.
- caps
Managers List<String> - A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
- comment String
- dhcp
Option StringSet - Add an additional set of DHCP options.
- dhcp
Options List<String> - Add additional DHCP options from the option list.
- dhcp
Server StringNetwork Id - dns
None 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.
- dns
Servers 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.
- next
Server String - The IP address of the next server to use in bootstrap.
- ntp
Servers 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
- wins
Servers 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.
- boot
File stringName - Boot filename.
- caps
Managers string[] - A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
- comment string
- dhcp
Option stringSet - Add an additional set of DHCP options.
- dhcp
Options string[] - Add additional DHCP options from the option list.
- dhcp
Server stringNetwork Id - dns
None 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.
- dns
Servers 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.
- next
Server string - The IP address of the next server to use in bootstrap.
- ntp
Servers 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
- wins
Servers 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_ strname - 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_ strset - Add an additional set of DHCP options.
- dhcp_
options Sequence[str] - Add additional DHCP options from the option list.
- dhcp_
server_ strnetwork_ id - 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.
- boot
File StringName - Boot filename.
- caps
Managers List<String> - A list of IP addresses for one or more CAPsMAN system managers. DHCP Option 138 (capwap) will be used.
- comment String
- dhcp
Option StringSet - Add an additional set of DHCP options.
- dhcp
Options List<String> - Add additional DHCP options from the option list.
- dhcp
Server StringNetwork Id - dns
None 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.
- dns
Servers 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.
- next
Server String - The IP address of the next server to use in bootstrap.
- ntp
Servers 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
- wins
Servers 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.