C# 클래스 ConoHaNet.Objects.BlockStorage.CreateCloudBlockStorageVolumeDetails

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateCloudBlockStorageVolumeDetails ( int size, string sourceVolumeId, string description, string name, string snapshotId, string volumeType, string imageRef ) : System

Initializes a new instance of the CreateCloudBlockStorageVolumeDetails class.

메소드 상세

CreateCloudBlockStorageVolumeDetails() 공개 메소드

Initializes a new instance of the CreateCloudBlockStorageVolumeDetails class.
If is less than or equal to zero.
public CreateCloudBlockStorageVolumeDetails ( int size, string sourceVolumeId, string description, string name, string snapshotId, string volumeType, string imageRef ) : System
size int The size of the volume in GB.
sourceVolumeId string
description string A description of the volume.
name string The name of the volume.
snapshotId string The snapshot from which to create a volume. The value should be or obtained from Snapshot.Id.
volumeType string The type of volume to create. If not defined, then the default is used. The value should be or obtained from VolumeType.Id.
imageRef string
리턴 System