blob: 7be03b67e36657043b7f8ec435b4918f26118236 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
Gunnar Mills6f44b752020-02-06 16:50:51 -06003<!--################################################################################ -->
4<!--# Redfish Schema: Drive v1.8.0 -->
5<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
8<!--# Copyright 2014-2019 DMTF in cooperation with the Storage Networking Industry Association (SNIA). -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
Jason M. Billsea4aa752018-06-05 13:29:11 -070011<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22 </edmx:Reference>
23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24 <edmx:Include Namespace="Resource"/>
25 <edmx:Include Namespace="Resource.v1_0_0"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
28 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
29 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060030 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/Volume_v1.xml">
Jason M. Billsea4aa752018-06-05 13:29:11 -070031 <edmx:Include Namespace="Volume"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
34 <edmx:Include Namespace="Endpoint"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
37 <edmx:Include Namespace="Chassis"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
40 <edmx:Include Namespace="Assembly"/>
41 </edmx:Reference>
42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
43 <edmx:Include Namespace="Protocol"/>
44 </edmx:Reference>
45 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Task_v1.xml">
46 <edmx:Include Namespace="Task"/>
47 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070048 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
49 <edmx:Include Namespace="PCIeFunction"/>
50 </edmx:Reference>
Gunnar Mills6f44b752020-02-06 16:50:51 -060051 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StoragePool_v1.xml">
52 <edmx:Include Namespace="StoragePool"/>
53 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070054
55 <edmx:DataServices>
56
57 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive">
58 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
59
60 <EntityType Name="Drive" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070061 <Annotation Term="OData.Description" String="The Drive schema represents a single physical drive for a system, including links to associated volumes."/>
62 <Annotation Term="OData.LongDescription" String="This Resource shall represent a drive or other physical storage medium for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070063 <Annotation Term="Capabilities.InsertRestrictions">
64 <Record>
65 <PropertyValue Property="Insertable" Bool="false"/>
66 </Record>
67 </Annotation>
68 <Annotation Term="Capabilities.UpdateRestrictions">
69 <Record>
70 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070071 <Annotation Term="OData.Description" String="Writable properties, such as IndicatorLED, can be updated for drives."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070072 </Record>
73 </Annotation>
74 <Annotation Term="Capabilities.DeleteRestrictions">
75 <Record>
76 <PropertyValue Property="Deletable" Bool="false"/>
77 </Record>
78 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080079 <Annotation Term="Redfish.Uris">
80 <Collection>
81 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
82 <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}</String>
83 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060084 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080085 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060086 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
87 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
88 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080089 </Collection>
90 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070091 </EntityType>
92
93 <Action Name="SecureErase" IsBound="true">
94 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
Ed Tanouscb103132019-10-08 11:34:22 -070095 <Annotation Term="OData.Description" String="This action securely erases the contents of the drive."/>
96 <Annotation Term="OData.LongDescription" String="This action shall securely erase the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070097 </Action>
98
Ed Tanouscb103132019-10-08 11:34:22 -070099 <Action Name="Reset" IsBound="true">
100 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
101 <Parameter Name="ResetType" Type="Resource.ResetType">
102 <Annotation Term="OData.Description" String="The type of reset."/>
103 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset. The Service may accept a request without the parameter and perform an implementation specific default reset."/>
104 </Parameter>
105 <Annotation Term="OData.Description" String="This action resets this drive."/>
106 <Annotation Term="OData.LongDescription" String="This action shall reset this drive."/>
107 <Annotation Term="Redfish.Revisions">
108 <Collection>
109 <Record>
110 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
111 <PropertyValue Property="Version" String="v1_7_0"/>
112 </Record>
113 </Collection>
114 </Annotation>
115 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700116 </Schema>
117
118 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_0">
119 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600120 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700121
122 <EntityType Name="Drive" BaseType="Drive.Drive">
123 <Property Name="StatusIndicator" Type="Drive.v1_0_0.StatusIndicator">
124 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700125 <Annotation Term="OData.Description" String="The state of the status indicator, which communicates status information about this drive."/>
126 <Annotation Term="OData.LongDescription" String="This property shall contain the status indicator state for the status indicator associated with this drive. The Redfish.AllowableValues annotation specifies the valid values for this property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700127 </Property>
128 <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
129 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700130 <Annotation Term="OData.Description" String="The state of the indicator LED, that identifies the drive."/>
131 <Annotation Term="OData.LongDescription" String="This property shall contain the state for the indicator light associated with this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700132 </Property>
133 <Property Name="Model" Type="Edm.String">
134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700135 <Annotation Term="OData.Description" String="The model number for the drive."/>
136 <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700137 </Property>
138 <Property Name="Revision" Type="Edm.String">
139 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700140 <Annotation Term="OData.Description" String="The revision of this drive. This is typically the firmware or hardware version of the drive."/>
141 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-defined revision for the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700142 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800143 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700144 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
145 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800146 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700147 <Property Name="CapacityBytes" Type="Edm.Int64">
148 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700149 <Annotation Term="OData.Description" String="The size, in bytes, of this drive."/>
150 <Annotation Term="OData.LongDescription" String="This property shall contain the raw size, in bytes, of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700151 <Annotation Term="Measures.Unit" String="By"/>
152 </Property>
153 <Property Name="FailurePredicted" Type="Edm.Boolean">
154 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700155 <Annotation Term="OData.Description" String="An indication of whether this drive currently predicts a failure in the near future."/>
156 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this drive currently predicts a manufacturer-defined failure."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700157 </Property>
158 <Property Name="Protocol" Type="Protocol.Protocol">
159 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700160 <Annotation Term="OData.Description" String="The protocol that this drive currently uses to communicate to the storage controller."/>
161 <Annotation Term="OData.LongDescription" String="This property shall contain the protocol that the associated drive currently uses to communicate to the storage controller for this system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700162 </Property>
163 <Property Name="MediaType" Type="Drive.v1_0_0.MediaType">
164 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
165 <Annotation Term="OData.Description" String="The type of media contained in this drive."/>
166 <Annotation Term="OData.LongDescription" String="This property shall contain the type of media contained in the associated drive."/>
167 </Property>
168 <Property Name="Manufacturer" Type="Edm.String">
169 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700170 <Annotation Term="OData.Description" String="The manufacturer of this drive."/>
171 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the drive. This organization might be the entity from whom the drive is purchased, but this is not necessarily true."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700172 </Property>
173 <Property Name="SKU" Type="Edm.String">
174 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700175 <Annotation Term="OData.Description" String="The SKU for this drive."/>
176 <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit (SKU) number for this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700177 </Property>
178 <Property Name="SerialNumber" Type="Edm.String">
179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
180 <Annotation Term="OData.Description" String="The serial number for this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700181 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-allocated number that identifies the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700182 </Property>
183 <Property Name="PartNumber" Type="Edm.String">
184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
185 <Annotation Term="OData.Description" String="The part number for this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700186 <Annotation Term="OData.LongDescription" String="This property shall contain the part number assigned by the organization that is responsible for producing or manufacturing the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700187 </Property>
188 <Property Name="AssetTag" Type="Edm.String">
189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700190 <Annotation Term="OData.Description" String="The user-assigned asset tag for this drive."/>
191 <Annotation Term="OData.LongDescription" String="This property shall track the drive for inventory purposes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700192 </Property>
193 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700194 <Annotation Term="OData.Description" String="The durable names for the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700195 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated drive."/>
196 </Property>
197 <Property Name="Location" Type="Collection(Resource.Location)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700198 <Annotation Term="OData.Description" String="The location of the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700199 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated drive."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600200 <Annotation Term="Redfish.Revisions">
201 <Collection>
202 <Record>
203 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
204 <PropertyValue Property="Version" String="v1_4_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700205 <PropertyValue Property="Description" String="This property has been deprecated in favor of the singular property PhysicalLocation found in Drive.v1_4_0."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600206 </Record>
207 </Collection>
208 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700209 </Property>
210 <Property Name="HotspareType" Type="Drive.v1_0_0.HotspareType">
211 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700212 <Annotation Term="OData.Description" String="The type of hot spare that this drive currently serves as."/>
213 <Annotation Term="OData.LongDescription" String="This property shall contain the hot spare type for the associated drive. If the drive currently serves as a hot spare, its Status.State field shall be 'StandbySpare' and 'Enabled' when it is part of a volume."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700214 </Property>
215 <Property Name="EncryptionAbility" Type="Drive.v1_0_0.EncryptionAbility">
216 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700217 <Annotation Term="OData.Description" String="The encryption ability of this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700218 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption ability for the associated drive."/>
219 </Property>
220 <Property Name="EncryptionStatus" Type="Drive.v1_0_0.EncryptionStatus">
221 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Annotation Term="OData.Description" String="The status of the encryption of this drive."/>
223 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption status for the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700224 </Property>
225 <Property Name="RotationSpeedRPM" Type="Edm.Decimal">
226 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700227 <Annotation Term="OData.Description" String="The rotation speed of this drive, in revolutions per minute (RPM)."/>
228 <Annotation Term="OData.LongDescription" String="This property shall contain the rotation speed, in revolutions per minute (RPM), of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700229 <Annotation Term="Measures.Unit" String="RPM"/>
230 </Property>
231 <Property Name="BlockSizeBytes" Type="Edm.Int64">
232 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700233 <Annotation Term="OData.Description" String="The size, in bytes, of the smallest addressable unit, or block."/>
234 <Annotation Term="OData.LongDescription" String="This property shall contain size of the smallest addressable unit of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700235 <Annotation Term="Measures.Unit" String="By"/>
236 </Property>
237 <Property Name="CapableSpeedGbs" Type="Edm.Decimal">
238 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700239 <Annotation Term="OData.Description" String="The speed, in gigabit per second (Gbit/s), at which this drive can communicate to a storage controller in ideal conditions."/>
240 <Annotation Term="OData.LongDescription" String="This property shall contain fastest capable bus speed, in gigabit per second (Gbit/s), of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700241 <Annotation Term="Measures.Unit" String="Gbit/s"/>
242 </Property>
243 <Property Name="NegotiatedSpeedGbs" Type="Edm.Decimal">
244 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700245 <Annotation Term="OData.Description" String="The speed, in gigabit per second (Gbit/s), at which this drive currently communicates to the storage controller."/>
246 <Annotation Term="OData.LongDescription" String="This property shall contain current bus speed, in gigabit per second (Gbit/s), of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700247 <Annotation Term="Measures.Unit" String="Gbit/s"/>
248 </Property>
249 <Property Name="PredictedMediaLifeLeftPercent" Type="Edm.Decimal">
250 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700251 <Annotation Term="OData.Description" String="The percentage of reads and writes that are predicted to be available for the media."/>
252 <Annotation Term="OData.LongDescription" String="This property shall contain an indicator of the percentage of life remaining in the drive's media."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800253 <Annotation Term="Measures.Unit" String="%"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700254 </Property>
255 <Property Name="Links" Type="Drive.v1_0_0.Links" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700256 <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
257 <Annotation Term="OData.LongDescription" String="This property shall contain links to Resources that are related to but are not contained by or subordinate to this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700258 </Property>
259 <Property Name="Actions" Type="Drive.v1_0_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700260 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
261 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700262 </Property>
263 </EntityType>
264
265 <ComplexType Name="Links" BaseType="Resource.Links">
Ed Tanouscb103132019-10-08 11:34:22 -0700266 <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
267 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to Resources that are related to but are not contained by or subordinate to this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700268 <NavigationProperty Name="Volumes" Type="Collection(Volume.Volume)">
269 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700270 <Annotation Term="OData.Description" String="An array of links to the volumes that this drive either wholly or only partially contains."/>
271 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the Resources of the Volume type with which this drive is associated. This property shall include all Volume Resources of which this drive is a member and all volumes for which this drive acts as a spare if the hot spare type is `Dedicated`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700272 <Annotation Term="OData.AutoExpandReferences"/>
273 </NavigationProperty>
274 </ComplexType>
275
276 <ComplexType Name="Actions">
277 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700278 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
279 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800280 <Property Name="Oem" Type="Drive.v1_0_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700281 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
282 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800283 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700284 </ComplexType>
285
286 <ComplexType Name="OemActions">
287 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700288 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
289 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700290 </ComplexType>
291
292 <EnumType Name="MediaType">
293 <Member Name="HDD">
294 <Annotation Term="OData.Description" String="The drive media type is traditional magnetic platters."/>
295 </Member>
296 <Member Name="SSD">
297 <Annotation Term="OData.Description" String="The drive media type is solid state or flash memory."/>
298 </Member>
299 <Member Name="SMR">
300 <Annotation Term="OData.Description" String="The drive media type is shingled magnetic recording."/>
301 </Member>
302 </EnumType>
303
304 <EnumType Name="HotspareType">
305 <Member Name="None">
Ed Tanouscb103132019-10-08 11:34:22 -0700306 <Annotation Term="OData.Description" String="The drive is not currently a hot spare."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700307 </Member>
308 <Member Name="Global">
Ed Tanouscb103132019-10-08 11:34:22 -0700309 <Annotation Term="OData.Description" String="The drive is currently serving as a hot spare for all other drives in the storage system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700310 </Member>
311 <Member Name="Chassis">
Ed Tanouscb103132019-10-08 11:34:22 -0700312 <Annotation Term="OData.Description" String="The drive is currently serving as a hot spare for all other drives in the chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700313 </Member>
314 <Member Name="Dedicated">
Ed Tanouscb103132019-10-08 11:34:22 -0700315 <Annotation Term="OData.Description" String="The drive is currently serving as a hot spare for a user-defined set of drives."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700316 </Member>
317 </EnumType>
318
319 <EnumType Name="EncryptionAbility">
320 <Member Name="None">
Ed Tanouscb103132019-10-08 11:34:22 -0700321 <Annotation Term="OData.Description" String="The drive is not capable of self-encryption."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700322 </Member>
323 <Member Name="SelfEncryptingDrive">
Ed Tanouscb103132019-10-08 11:34:22 -0700324 <Annotation Term="OData.Description" String="The drive is capable of self-encryption per the Trusted Computing Group's Self Encrypting Drive Standard."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700325 </Member>
326 <Member Name="Other">
Ed Tanouscb103132019-10-08 11:34:22 -0700327 <Annotation Term="OData.Description" String="The drive is capable of self-encryption through some other means."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700328 </Member>
329 </EnumType>
330
331 <EnumType Name="EncryptionStatus">
332 <Member Name="Unecrypted">
333 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600334 <Annotation Term="Redfish.Revisions">
335 <Collection>
336 <Record>
337 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
338 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700339 <PropertyValue Property="Description" String="This value has been deprecated in favor of Unencrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600340 </Record>
341 </Collection>
342 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700343 </Member>
344 <Member Name="Unlocked">
Ed Tanouscb103132019-10-08 11:34:22 -0700345 <Annotation Term="OData.Description" String="The drive is currently encrypted but the data is accessible to the user in unencrypted form."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700346 </Member>
347 <Member Name="Locked">
Ed Tanouscb103132019-10-08 11:34:22 -0700348 <Annotation Term="OData.Description" String="The drive is currently encrypted and the data is not accessible to the user. However, the system can unlock the drive automatically."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700349 </Member>
350 <Member Name="Foreign">
351 <Annotation Term="OData.Description" String="The drive is currently encrypted, the data is not accessible to the user, and the system requires user intervention to expose the data."/>
352 </Member>
353 <Member Name="Unencrypted">
354 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600355 <Annotation Term="Redfish.Revisions">
356 <Collection>
357 <Record>
358 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
359 <PropertyValue Property="Version" String="v1_1_0"/>
360 </Record>
361 </Collection>
362 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700363 </Member>
364 </EnumType>
365
366 <EnumType Name="StatusIndicator">
367 <Member Name="OK">
368 <Annotation Term="OData.Description" String="The drive is OK."/>
369 </Member>
370 <Member Name="Fail">
371 <Annotation Term="OData.Description" String="The drive has failed."/>
372 </Member>
373 <Member Name="Rebuild">
374 <Annotation Term="OData.Description" String="The drive is being rebuilt."/>
375 </Member>
376 <Member Name="PredictiveFailureAnalysis">
Ed Tanouscb103132019-10-08 11:34:22 -0700377 <Annotation Term="OData.Description" String="The drive still works but is predicted to fail soon."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700378 </Member>
379 <Member Name="Hotspare">
Ed Tanouscb103132019-10-08 11:34:22 -0700380 <Annotation Term="OData.Description" String="The drive has been marked to automatically rebuild and replace a failed drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700381 </Member>
382 <Member Name="InACriticalArray">
Ed Tanouscb103132019-10-08 11:34:22 -0700383 <Annotation Term="OData.Description" String="The array to which this drive belongs has been degraded."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700384 </Member>
385 <Member Name="InAFailedArray">
Ed Tanouscb103132019-10-08 11:34:22 -0700386 <Annotation Term="OData.Description" String="The array to which this drive belongs has failed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700387 </Member>
388 </EnumType>
389
390 </Schema>
391
392 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_1">
393 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
394 <Annotation Term="OData.Description" String="This version was created to show the EncryptionStatus enumerated list was updated."/>
395 <EntityType Name="Drive" BaseType="Drive.v1_0_0.Drive"/>
396 </Schema>
397
398 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_2">
399 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
400 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
401 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive"/>
402 </Schema>
403
404 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_3">
405 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700406 <Annotation Term="OData.Description" String="This version was created to fix supported types and to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700407 <EntityType Name="Drive" BaseType="Drive.v1_0_2.Drive"/>
408 </Schema>
409
410 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_4">
411 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700412 <Annotation Term="OData.Description" String="This version was created to change Identifier and Location to their abstract base types, and IndicatorLED and Protocol to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700413 <EntityType Name="Drive" BaseType="Drive.v1_0_3.Drive"/>
414 </Schema>
415
Ed Tanous530520e2019-01-02 13:41:37 -0800416 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_5">
417 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
418 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. It was also created to add missing percent units onto existing properties."/>
419 <EntityType Name="Drive" BaseType="Drive.v1_0_4.Drive"/>
420 </Schema>
421
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600422 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_6">
423 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700424 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600425 <EntityType Name="Drive" BaseType="Drive.v1_0_5.Drive"/>
426 </Schema>
427
Ed Tanouscb103132019-10-08 11:34:22 -0700428 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_7">
429 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
430 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
431 <EntityType Name="Drive" BaseType="Drive.v1_0_6.Drive"/>
432 </Schema>
433
434 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_8">
435 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
436 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
437 <EntityType Name="Drive" BaseType="Drive.v1_0_7.Drive"/>
438 </Schema>
439
Jason M. Billsea4aa752018-06-05 13:29:11 -0700440 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_0">
441 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600442 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700443
444 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive">
445 <Property Name="Operations" Type="Collection(Drive.v1_1_0.Operations)" Nullable="false">
446 <Annotation Term="OData.Description" String="The operations currently running on the Drive."/>
447 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all operations currently running on the Drive."/>
448 </Property>
449 </EntityType>
450
451 <ComplexType Name="Links" BaseType="Drive.v1_0_0.Links">
452 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
453 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700454 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this drive."/>
455 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the Resources of the Endpoint type with which this drive is associated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700456 <Annotation Term="OData.AutoExpandReferences"/>
457 </NavigationProperty>
458 </ComplexType>
459
460 <ComplexType Name="Operations">
461 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700462 <Annotation Term="OData.Description" String="An operation currently running on this Resource."/>
463 <Annotation Term="OData.LongDescription" String="This type shall describe a currently running operation on the Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700464 <Property Name="OperationName" Type="Edm.String">
465 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
466 <Annotation Term="OData.Description" String="The name of the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700467 <Annotation Term="OData.LongDescription" String="This property shall contain a string of the name of the operation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700468 </Property>
469 <Property Name="PercentageComplete" Type="Edm.Int64">
470 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
471 <Annotation Term="OData.Description" String="The percentage of the operation that has been completed."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700472 <Annotation Term="OData.LongDescription" String="This property shall contain an interger of the percentage of the operation that has been completed."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800473 <Annotation Term="Measures.Unit" String="%"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700474 </Property>
475 <NavigationProperty Name="AssociatedTask" Type="Task.Task" Nullable="false">
476 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700477 <Annotation Term="OData.Description" String="The link to the task associated with the operation, if any."/>
478 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource of type Task that represents the task associated with the operation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700479 </NavigationProperty>
480 </ComplexType>
481
482 </Schema>
483
484 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_1">
485 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
486 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
487 <EntityType Name="Drive" BaseType="Drive.v1_1_0.Drive"/>
488 </Schema>
489
490 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_2">
491 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700492 <Annotation Term="OData.Description" String="This version was created to fix supported types to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700493 <EntityType Name="Drive" BaseType="Drive.v1_1_1.Drive"/>
494 </Schema>
495
496 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_3">
497 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700498 <Annotation Term="OData.Description" String="This version was created to migrate the Operations definition, to change Identifier and Location to their abstract base types, and IndicatorLED, Protocol, and Operations to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700499 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
500 </Schema>
501
Ed Tanous530520e2019-01-02 13:41:37 -0800502 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_4">
503 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
504 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. It was also created to add missing percent units onto existing properties."/>
505 <EntityType Name="Drive" BaseType="Drive.v1_1_3.Drive"/>
506 </Schema>
507
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600508 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_5">
509 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700510 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600511 <EntityType Name="Drive" BaseType="Drive.v1_1_4.Drive"/>
512 </Schema>
513
Ed Tanouscb103132019-10-08 11:34:22 -0700514 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_6">
515 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
516 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
517 <EntityType Name="Drive" BaseType="Drive.v1_1_5.Drive"/>
518 </Schema>
519
520 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_7">
521 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
522 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
523 <EntityType Name="Drive" BaseType="Drive.v1_1_6.Drive"/>
524 </Schema>
525
Jason M. Billsea4aa752018-06-05 13:29:11 -0700526 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_0">
527 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600528 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700529 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
530
531 <ComplexType Name="Links" BaseType="Drive.v1_1_0.Links">
532 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
533 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700534 <Annotation Term="OData.Description" String="The link to the chassis that contains this drive."/>
535 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource of type Chassis that represents the physical container associated with this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700536 <Annotation Term="OData.AutoExpandReferences"/>
537 </NavigationProperty>
538 </ComplexType>
539 </Schema>
540
541 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_1">
542 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700543 <Annotation Term="OData.Description" String="This version was created to migrate the Operations definition, to change Identifier and Location to their abstract base types, and IndicatorLED, Protocol, and Operations to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700544 <EntityType Name="Drive" BaseType="Drive.v1_2_0.Drive"/>
545 </Schema>
546
Ed Tanous530520e2019-01-02 13:41:37 -0800547 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_2">
548 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
549 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. It was also created to add missing percent units onto existing properties."/>
550 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive"/>
551 </Schema>
552
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_3">
554 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700555 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600556 <EntityType Name="Drive" BaseType="Drive.v1_2_2.Drive"/>
557 </Schema>
558
Ed Tanouscb103132019-10-08 11:34:22 -0700559 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_4">
560 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
561 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
562 <EntityType Name="Drive" BaseType="Drive.v1_2_3.Drive"/>
563 </Schema>
564
565 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_5">
566 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
567 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
568 <EntityType Name="Drive" BaseType="Drive.v1_2_4.Drive"/>
569 </Schema>
570
Jason M. Billsea4aa752018-06-05 13:29:11 -0700571 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_0">
572 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600573 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700574 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive">
575 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
576 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700577 <Annotation Term="OData.Description" String="The link to the assembly associated with this drive."/>
578 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource of type Assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700579 <Annotation Term="OData.AutoExpandReferences"/>
580 </NavigationProperty>
581 </EntityType>
582 </Schema>
583
Ed Tanous530520e2019-01-02 13:41:37 -0800584 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_1">
585 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. It was also created to add missing percent units onto existing properties."/>
587 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive"/>
588 </Schema>
589
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600590 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_2">
591 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700592 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600593 <EntityType Name="Drive" BaseType="Drive.v1_3_1.Drive"/>
594 </Schema>
595
Ed Tanouscb103132019-10-08 11:34:22 -0700596 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_3">
597 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
598 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
599 <EntityType Name="Drive" BaseType="Drive.v1_3_2.Drive"/>
600 </Schema>
601
602 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_4">
603 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
604 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
605 <EntityType Name="Drive" BaseType="Drive.v1_3_3.Drive"/>
606 </Schema>
607
Jason M. Billsea4aa752018-06-05 13:29:11 -0700608 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_0">
609 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600610 <Annotation Term="Redfish.Release" String="2018.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700611 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive">
612 <Property Name="PhysicalLocation" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700613 <Annotation Term="OData.Description" String="The location of the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700614 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated drive."/>
615 </Property>
616 </EntityType>
617 </Schema>
618
Ed Tanous530520e2019-01-02 13:41:37 -0800619 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_1">
620 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
621 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. It was also created to add missing percent units onto existing properties."/>
622 <EntityType Name="Drive" BaseType="Drive.v1_4_0.Drive"/>
623 </Schema>
624
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600625 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_2">
626 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700627 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600628 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive"/>
629 </Schema>
630
Ed Tanouscb103132019-10-08 11:34:22 -0700631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_3">
632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
633 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
634 <EntityType Name="Drive" BaseType="Drive.v1_4_2.Drive"/>
635 </Schema>
636
637 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_4">
638 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
639 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
640 <EntityType Name="Drive" BaseType="Drive.v1_4_3.Drive"/>
641 </Schema>
642
Ed Tanous530520e2019-01-02 13:41:37 -0800643 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_0">
644 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600645 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800646 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive">
647 <Property Name="HotspareReplacementMode" Type="Drive.v1_5_0.HotspareReplacementModeType">
648 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700649 <Annotation Term="OData.Description" String="The replacement mode for the hot spare drive."/>
650 <Annotation Term="OData.LongDescription" String="This property shall indicate whether a commissioned hot spare continues to serve as a hot spare after the failed drive is replaced."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800651 </Property>
652 </EntityType>
653
654 <EnumType Name="HotspareReplacementModeType">
655 <Member Name="Revertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700656 <Annotation Term="OData.Description" String="The hot spare drive that is commissioned due to a drive failure reverts to a hot spare after the failed drive is replaced and rebuilt."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800657 </Member>
658 <Member Name="NonRevertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700659 <Annotation Term="OData.Description" String="The hot spare drive that is commissioned due to a drive failure remains as a data drive and does not revert to a hot spare if the failed drive is replaced."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800660 </Member>
661 </EnumType>
662 </Schema>
663
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600664 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_1">
665 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700666 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600667 <EntityType Name="Drive" BaseType="Drive.v1_5_0.Drive"/>
668 </Schema>
669
Ed Tanouscb103132019-10-08 11:34:22 -0700670 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_2">
671 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
672 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
673 <EntityType Name="Drive" BaseType="Drive.v1_5_1.Drive"/>
674 </Schema>
675
676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_3">
677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
678 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
679 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
680 </Schema>
681
682 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_0">
683 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
684 <Annotation Term="Redfish.Release" String="2019.1"/>
685
686 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
687
688 <ComplexType Name="Links" BaseType="Drive.v1_2_0.Links">
689 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
690 <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the drive produces."/>
691 <Annotation Term="OData.LongDescription" String="This property shall link to a Resource of type PCIeFunction that represents the PCIe functions associated with this Resource."/>
692 <Annotation Term="OData.AutoExpandReferences"/>
693 </NavigationProperty>
694 </ComplexType>
695 </Schema>
696
697 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_1">
698 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
699 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
700 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive"/>
701 </Schema>
702
703 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_0">
704 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
705 <Annotation Term="Redfish.Release" String="2019.2"/>
706 <Annotation Term="OData.Description" String="This version was created to add a WriteCacheEnabled property and reset action for Drive."/>
707 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive">
708 <Property Name="WriteCacheEnabled" Type="Edm.Boolean">
709 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
710 <Annotation Term="OData.Description" String="An indication of whether the drive write cache is enabled."/>
711 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the drive write cache is enabled."/>
712 </Property>
713 </EntityType>
714 </Schema>
715
Gunnar Mills6f44b752020-02-06 16:50:51 -0600716 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_0">
717 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
718 <Annotation Term="Redfish.Release" String="2019.3"/>
719
720 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
721
722 <ComplexType Name="Links" BaseType="Drive.v1_6_0.Links">
723 <NavigationProperty Name="StoragePools" Type="Collection(StoragePool.StoragePool)">
724 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
725 <Annotation Term="OData.Description" String="An array of links to the storage pools to which this drive belongs."/>
726 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of type StoragePool to which this drive belongs."/>
727 <Annotation Term="OData.AutoExpandReferences"/>
728 </NavigationProperty>
729 </ComplexType>
730 </Schema>
731
Jason M. Billsea4aa752018-06-05 13:29:11 -0700732 </edmx:DataServices>
733</edmx:Edmx>