StorageContainerResult
StorageContainerResult
This data object represents information about storage containers and related providers.
This structure may be used only with operations rendered under /sms
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"storageContainer": [
{
"_typeName": "string",
"uuid": "string",
"name": "string",
"maxVvolSizeInMB": 0,
"providerId": [
"string"
],
"arrayId": [
"string"
],
"vvolContainerType": "string",
"stretched": false
}
],
"providerInfo": [
{
"_typeName": "string",
"uid": "string",
"name": "string",
"description": "string",
"version": "string"
}
]
}
array of SmsProviderInfo
providerInfo
Optional
SmsProviderInfo corresponding to providers that report these storage containers