ISolidFireElementCreateStorageContainer Method (String, String, String, NullableInt64) |
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 CreateStorageContainerResult CreateStorageContainer(
string Name,
string InitiatorSecret = null,
string TargetSecret = null,
Nullable<long> AccountID = null
)
Parameters
- Name
- Type: SystemString
- InitiatorSecret (Optional)
- Type: SystemString
- TargetSecret (Optional)
- Type: SystemString
- AccountID (Optional)
- Type: SystemNullableInt64
Return Value
Type:
CreateStorageContainerResultSee Also