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

파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AttachServerVolumeRequest ( string device, string volumeId ) : System

Initializes a new instance of the AttachServerVolumeRequest class with the given device name and volume ID.

메소드 상세

AttachServerVolumeRequest() 공개 메소드

Initializes a new instance of the AttachServerVolumeRequest class with the given device name and volume ID.
If is . If is empty.
public AttachServerVolumeRequest ( string device, string volumeId ) : System
device string /// The name of the device, such as /dev/xvdb. If the value /// is , an automatically generated device name will be used. ///
volumeId string The volume ID. This is obtained from .
리턴 System