| ||
| detail: element | attribute | value | ||
Data Structure {
"typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.Shelf",
"activated": <Boolean>,
"enclosureId": <String>,
"logicalId": <String>,
"missing": <Boolean>,
"modelName": <String>,
"physicalCapacityGiB": <Number>,
"serialNumber": <String>,
"status": <String>,
"components": [ApplianceComponent],
"disks": [ApplianceDisk],
"ioCards": [ShelfIoCard],
}
|
| Name | Type | Description |
|---|---|---|
| component (wrapped by components) | xsd:list[ApplianceComponent] | The list of appliance components within the enclosure. |
| disk (wrapped by disks) | xsd:list[ApplianceDisk] | The list of shelf enclosure disks. |
| ioCard (wrapped by ioCards) | xsd:list[ShelfIoCard] | The list of appliance IO cards within the enclosure. |
| Name | Type | Description |
|---|---|---|
| activated | xsd:boolean | This will return whether the shelf enclosure is activated or not. |
| enclosureId | xsd:string | The shelf enclosure ID that is programmed into back plane. |
| logicalId | xsd:string | The shelf logical ID. |
| missing | xsd:boolean | Missing flag. 'True' means that the shelf enclosure is no longer visible and was previously activated. |
| modelName | xsd:string | A unique identifier for the product. |
| physicalCapacityGiB | xsd:double | The physical capacity of the enclosure in GiB. |
| serialNumber | xsd:string | A unique number for each enclosure assigned at manufacturing. |
| status | xsd:string | The current shelf enclosure status. |
| ||
| detail: element | attribute | value | ||