C# 클래스 ConoHaNet.Objects.Servers.UpdateServerRequest.ServerUpdateDetails

파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa

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