Click or drag to resize

ISolidFireElementCreateVolume Method (CreateVolumeRequest)

CreateVolume enables you to create a new (empty) volume on the cluster. As soon as the volume creation is complete, the volume is available for connection via iSCSI.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
CreateVolumeResult CreateVolume(
	CreateVolumeRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiCreateVolumeRequest

Return Value

Type: CreateVolumeResult
See Also