C# Класс ConoHaNet.Objects.Servers.UpdateServerRequest.ServerUpdateDetails

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ServerUpdateDetails ( string name, IPAddress accessIPv4, IPAddress accessIPv6 ) : Networks

Initializes a new instance of the UpdateServerRequest class with the specified name and access IP addresses.

Описание методов

ServerUpdateDetails() публичный Метод

Initializes a new instance of the UpdateServerRequest class with the specified name and access IP addresses.
/// If is not and the of is not . /// -or- /// If is not and the of is not . ///
public ServerUpdateDetails ( 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.
Результат Networks