Click or drag to resize

ISolidFireElementCreateStorageContainer Method (CreateStorageContainerRequest)

CreateStorageContainer enables you to create a Virtual Volume (VVol) storage container. Storage containers are associated with a SolidFire storage system account, and are used for reporting and resource allocation. Storage containers can only be associated with virtual volumes. You need at least one storage container to use the Virtual Volumes feature.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
CreateStorageContainerResult CreateStorageContainer(
	CreateStorageContainerRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiCreateStorageContainerRequest

Return Value

Type: CreateStorageContainerResult
See Also