NameServerList
NameServerList
è un contenitore per gli indirizzi IP.
Elementi figlio
Impostazione | Descrizione |
---|---|
Ipaddress | Specifica un indirizzo IP. |
Gerarchia padre
Microsoft-Windows-NetBT | Interfacce | Interfaccia | NameServerList
Si applica a
Per un elenco delle edizioni e delle architetture di Windows supportate da questo componente, vedere Microsoft-Windows-NetBT.
Esempio XML
L'output XML seguente illustra come configurare microsoft-windows-netbt-.
<Interfaces>
<Interface wcm:action="add">
<NameServerList>
<IpAddress wcm:action="add" wcm:keyValue="IpAddress1">123.45.67.89</IpAddress>
<IpAddress wcm:action="add" wcm:keyValue="IpAddress2">56.78.90.123</IpAddress>
</NameServerList>
<NetbiosOptions>2</NetbiosOptions>
<Identifier>Local Area Connection</Identifier>
</Interface>
</Interfaces>