C# 클래스 ConoHaNet.Objects.Servers.ServerResizeDetails

파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa 1 사용 예제들

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