C# Class ConoHaNet.Objects.Servers.ServerRebootDetails

Afficher le fichier Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ServerRebootDetails ( RebootType type ) : System

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

Method Details

ServerRebootDetails() public méthode

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.
Résultat System