public UpdateServerRequest ( string name, IPAddress accessIPv4, IPAddress accessIPv6 ) : Networks |
name |
string |
The new name for the server. If the value is , the server name is not changed. |
accessIPv4 |
System.Net.IPAddress |
The new IP v4 address for the server, or to remove the configured IP v4 address for the server. If the value is , the server's IP v4 address is not updated. |
accessIPv6 |
System.Net.IPAddress |
The new IP v6 address for the server, or to remove the configured IP v6 address for the server. If the value is , the server's IP v6 address is not updated. |
Résultat |
Networks |
|