C# Class ConoHaNet.Objects.Servers.UpdateServerRequest.ServerUpdateDetails

Mostra file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
ServerUpdateDetails ( string name, IPAddress accessIPv4, IPAddress accessIPv6 ) : Networks

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

Method Details

ServerUpdateDetails() public method

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.
return Networks