C# Класс ConoHaNet.Objects.BlockStorage.CreateCloudBlockStorageVolumeDetails

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

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