C# Class ConoHaNet.Objects.Servers.ServerResizeDetails

Show file Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ServerResizeDetails ( string flavor, DiskConfiguration diskConfig ) : System

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

Method Details

ServerResizeDetails() public method

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.
return System