C# Class ConoHaNet.Objects.Servers.ServerResizeDetails

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ServerResizeDetails ( string flavor, DiskConfiguration diskConfig ) : System

Initializes a new instance of the ServerResizeDetails class with the specified details.

Method Details

ServerResizeDetails() public méthode

Initializes a new instance of the ServerResizeDetails class with the specified details.
/// If is . /// /// If is empty. ///
public ServerResizeDetails ( string flavor, DiskConfiguration diskConfig ) : System
flavor string The new flavor. This is obtained from Flavor.Id.
diskConfig DiskConfiguration The disk configuration. If the value is , the default configuration for the specified image is used.
Résultat System