The storageContainer object contains the attributes of a virtual volume storage container. You can retrieve this information for each storage container in the cluster using the ListStorageContainers API method.
This object contains the following members:
Name | Description | Type |
---|---|---|
accountID | The ID of the storage system account associated with the storage container. | integer |
initiatorSecret | The CHAP authentication secret for the initiator associated with the storage container. | string |
name | The name of the storage container. | string |
protocolEndpointType | The storage container's protocol endpoint type. SCSI is the only valid value. | string |
status | The status of the storage container. Possible values:
|
string |
storageContainerID | The unique ID of the storage container. | UUID |
targetSecret | The CHAP authentication secret for the target associated with the storage container. | string |
virtualVolumes | A list of IDs of the virtual volumes associated with the storage container. | UUID array |