C# Class ConoHaNet.Objects.Servers.ChangeServerAdminPasswordRequest

Mostra file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
ChangeServerAdminPasswordRequest ( string password ) : System

Initializes a new instance of the ChangeServerAdminPasswordRequest class with the given password.

Method Details

ChangeServerAdminPasswordRequest() public method

Initializes a new instance of the ChangeServerAdminPasswordRequest class with the given password.
public ChangeServerAdminPasswordRequest ( string password ) : System
password string The new password to use on the server.
return System