C# Class ConoHaNet.Objects.BlockStorage.CreateCloudBlockStorageVolumeDetails

Exibir arquivo Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateCloudBlockStorageVolumeDetails ( int size, string sourceVolumeId, string description, string name, string snapshotId, string volumeType, string imageRef ) : System

Initializes a new instance of the CreateCloudBlockStorageVolumeDetails class.

Method Details

CreateCloudBlockStorageVolumeDetails() public method

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
return System