StorageLun
This data object represents the storage lun.
This structure may be used only with operations rendered under /sms
.
{
"_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
}
}
Unique Indentfier
Identifer reported by vSphere(ESX) for this LUN
Display Name which appears in storage array management console
Capacity In MB
Used space in MB for a thin provisioned LUN
Indicates whether the LUN is thin provisioned
Alternate identifiers associated with the LUN
Indicates whether Storage DRS is permitted to manage performance between this LUN and other LUNs from the same array.
thinProvisioningStatus
This data object represents SDRS related data associated with block device or file system.
This structure may be used only with operations rendered under /sms
.