C# Класс ConoHaNet.Objects.Servers.ServerResizeDetails

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ServerResizeDetails ( string flavor, DiskConfiguration diskConfig ) : System

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

Описание методов

ServerResizeDetails() публичный Метод

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.
Результат System