ArrayOfStorageLun
ArrayOfStorageLun
A boxed array of StorageLun. To be used in Any placeholders.
This structure may be used only with operations rendered under /sms
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"uuid": "string",
"vSphereLunIdentifier": "string",
"vendorDisplayName": "string",
"capacityInMB": 0,
"usedSpaceInMB": 0,
"lunThinProvisioned": false,
"alternateIdentifier": [
"string"
],
"drsManagementPermitted": false,
"thinProvisioningStatus": "string",
"backingConfig": {
"_typeName": "string",
"thinProvisionBackingIdentifier": "string",
"deduplicationBackingIdentifier": "string",
"autoTieringEnabled": false,
"deduplicationEfficiency": 0,
"performanceOptimizationInterval": 0
}
}
]
}