C# Class ConoHaNet.Objects.Servers.ServerRebootDetails

Exibir arquivo Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ServerRebootDetails ( RebootType type ) : System

Initializes a new instance of the ServerRebootDetails class with the specified reboot type.

Method Details

ServerRebootDetails() public method

Initializes a new instance of the ServerRebootDetails class with the specified reboot type.
If is .
public ServerRebootDetails ( RebootType type ) : System
type RebootType The type of reboot to perform. See for predefined values.
return System