C# Class ConoHaNet.Objects.Servers.ChangeServerAdminPasswordRequest.ChangeAdminPasswordDetails

Mostra file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
ChangeAdminPasswordDetails ( string password ) : System

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

Method Details

ChangeAdminPasswordDetails() public method

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