blob: cb97eba6faca1e4ba3d49d8cdaae83a9fa3e5509 [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<!--################################################################################ -->
Gunnar Millsa778c022020-05-12 12:20:36 -05004<!--# Redfish Schema: Drive v1.9.1 -->
Gunnar Mills6f44b752020-02-06 16:50:51 -06005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF in cooperation with the Storage Networking Industry Association (SNIA). -->
Gunnar Mills6f44b752020-02-06 16:50:51 -06009<!--# 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."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050062 <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."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500103 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700104 </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">
Gunnar Millsa778c022020-05-12 12:20:36 -0500144 <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">
Gunnar Millsa778c022020-05-12 12:20:36 -0500256 <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">
Gunnar Millsa778c022020-05-12 12:20:36 -0500260 <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">
Gunnar Millsa778c022020-05-12 12:20:36 -0500266 <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."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500271 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Volume 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"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500278 <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">
Gunnar Millsa778c022020-05-12 12:20:36 -0500281 <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"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500288 <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"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500400 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700401 <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"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500424 <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
Gunnar Millsa778c022020-05-12 12:20:36 -0500440 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_9">
441 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
442 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
443 <EntityType Name="Drive" BaseType="Drive.v1_0_8.Drive"/>
444 </Schema>
445
Jason M. Billsea4aa752018-06-05 13:29:11 -0700446 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_0">
447 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600448 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700449
450 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive">
451 <Property Name="Operations" Type="Collection(Drive.v1_1_0.Operations)" Nullable="false">
452 <Annotation Term="OData.Description" String="The operations currently running on the Drive."/>
453 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all operations currently running on the Drive."/>
454 </Property>
455 </EntityType>
456
457 <ComplexType Name="Links" BaseType="Drive.v1_0_0.Links">
458 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
459 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700460 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500461 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint with which this drive is associated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700462 <Annotation Term="OData.AutoExpandReferences"/>
463 </NavigationProperty>
464 </ComplexType>
465
466 <ComplexType Name="Operations">
467 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500468 <Annotation Term="OData.Description" String="An operation currently running on this resource."/>
469 <Annotation Term="OData.LongDescription" String="This type shall describe a currently running operation on the resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700470 <Property Name="OperationName" Type="Edm.String">
471 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
472 <Annotation Term="OData.Description" String="The name of the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700473 <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 -0700474 </Property>
475 <Property Name="PercentageComplete" Type="Edm.Int64">
476 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
477 <Annotation Term="OData.Description" String="The percentage of the operation that has been completed."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500478 <Annotation Term="OData.LongDescription" String="This property shall contain an integer of the percentage of the operation that has been completed."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800479 <Annotation Term="Measures.Unit" String="%"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700480 </Property>
481 <NavigationProperty Name="AssociatedTask" Type="Task.Task" Nullable="false">
482 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700483 <Annotation Term="OData.Description" String="The link to the task associated with the operation, if any."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500484 <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 -0700485 </NavigationProperty>
486 </ComplexType>
487
488 </Schema>
489
490 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_1">
491 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
492 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
493 <EntityType Name="Drive" BaseType="Drive.v1_1_0.Drive"/>
494 </Schema>
495
496 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_2">
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 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 -0700499 <EntityType Name="Drive" BaseType="Drive.v1_1_1.Drive"/>
500 </Schema>
501
502 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_3">
503 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700504 <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 -0700505 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
506 </Schema>
507
Ed Tanous530520e2019-01-02 13:41:37 -0800508 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_4">
509 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
510 <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."/>
511 <EntityType Name="Drive" BaseType="Drive.v1_1_3.Drive"/>
512 </Schema>
513
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600514 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_5">
515 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500516 <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 -0600517 <EntityType Name="Drive" BaseType="Drive.v1_1_4.Drive"/>
518 </Schema>
519
Ed Tanouscb103132019-10-08 11:34:22 -0700520 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_6">
521 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
522 <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."/>
523 <EntityType Name="Drive" BaseType="Drive.v1_1_5.Drive"/>
524 </Schema>
525
526 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_7">
527 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
528 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
529 <EntityType Name="Drive" BaseType="Drive.v1_1_6.Drive"/>
530 </Schema>
531
Gunnar Millsa778c022020-05-12 12:20:36 -0500532 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_8">
533 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
534 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
535 <EntityType Name="Drive" BaseType="Drive.v1_1_7.Drive"/>
536 </Schema>
537
Jason M. Billsea4aa752018-06-05 13:29:11 -0700538 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_0">
539 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600540 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700541 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
542
543 <ComplexType Name="Links" BaseType="Drive.v1_1_0.Links">
544 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
545 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700546 <Annotation Term="OData.Description" String="The link to the chassis that contains this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500547 <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 -0700548 <Annotation Term="OData.AutoExpandReferences"/>
549 </NavigationProperty>
550 </ComplexType>
551 </Schema>
552
553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_1">
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 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 -0700556 <EntityType Name="Drive" BaseType="Drive.v1_2_0.Drive"/>
557 </Schema>
558
Ed Tanous530520e2019-01-02 13:41:37 -0800559 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_2">
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 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."/>
562 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive"/>
563 </Schema>
564
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600565 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_3">
566 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500567 <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 -0600568 <EntityType Name="Drive" BaseType="Drive.v1_2_2.Drive"/>
569 </Schema>
570
Ed Tanouscb103132019-10-08 11:34:22 -0700571 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_4">
572 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
573 <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."/>
574 <EntityType Name="Drive" BaseType="Drive.v1_2_3.Drive"/>
575 </Schema>
576
577 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_5">
578 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
579 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
580 <EntityType Name="Drive" BaseType="Drive.v1_2_4.Drive"/>
581 </Schema>
582
Gunnar Millsa778c022020-05-12 12:20:36 -0500583 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_6">
584 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
585 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
586 <EntityType Name="Drive" BaseType="Drive.v1_2_5.Drive"/>
587 </Schema>
588
Jason M. Billsea4aa752018-06-05 13:29:11 -0700589 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_0">
590 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600591 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700592 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive">
593 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
594 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700595 <Annotation Term="OData.Description" String="The link to the assembly associated with this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500596 <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 -0700597 <Annotation Term="OData.AutoExpandReferences"/>
598 </NavigationProperty>
599 </EntityType>
600 </Schema>
601
Ed Tanous530520e2019-01-02 13:41:37 -0800602 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_1">
603 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
604 <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."/>
605 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive"/>
606 </Schema>
607
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600608 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_2">
609 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500610 <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 -0600611 <EntityType Name="Drive" BaseType="Drive.v1_3_1.Drive"/>
612 </Schema>
613
Ed Tanouscb103132019-10-08 11:34:22 -0700614 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_3">
615 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
616 <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."/>
617 <EntityType Name="Drive" BaseType="Drive.v1_3_2.Drive"/>
618 </Schema>
619
620 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_4">
621 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
622 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
623 <EntityType Name="Drive" BaseType="Drive.v1_3_3.Drive"/>
624 </Schema>
625
Gunnar Millsa778c022020-05-12 12:20:36 -0500626 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_5">
627 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
628 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
629 <EntityType Name="Drive" BaseType="Drive.v1_3_4.Drive"/>
630 </Schema>
631
Jason M. Billsea4aa752018-06-05 13:29:11 -0700632 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_0">
633 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600634 <Annotation Term="Redfish.Release" String="2018.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700635 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive">
636 <Property Name="PhysicalLocation" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700637 <Annotation Term="OData.Description" String="The location of the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700638 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated drive."/>
639 </Property>
640 </EntityType>
641 </Schema>
642
Ed Tanous530520e2019-01-02 13:41:37 -0800643 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_1">
644 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
645 <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."/>
646 <EntityType Name="Drive" BaseType="Drive.v1_4_0.Drive"/>
647 </Schema>
648
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600649 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_2">
650 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500651 <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 -0600652 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive"/>
653 </Schema>
654
Ed Tanouscb103132019-10-08 11:34:22 -0700655 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_3">
656 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
657 <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."/>
658 <EntityType Name="Drive" BaseType="Drive.v1_4_2.Drive"/>
659 </Schema>
660
661 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_4">
662 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
663 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
664 <EntityType Name="Drive" BaseType="Drive.v1_4_3.Drive"/>
665 </Schema>
666
Gunnar Millsa778c022020-05-12 12:20:36 -0500667 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_5">
668 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
669 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
670 <EntityType Name="Drive" BaseType="Drive.v1_4_4.Drive"/>
671 </Schema>
672
Ed Tanous530520e2019-01-02 13:41:37 -0800673 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_0">
674 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600675 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800676 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive">
677 <Property Name="HotspareReplacementMode" Type="Drive.v1_5_0.HotspareReplacementModeType">
678 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700679 <Annotation Term="OData.Description" String="The replacement mode for the hot spare drive."/>
680 <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 -0800681 </Property>
682 </EntityType>
683
684 <EnumType Name="HotspareReplacementModeType">
685 <Member Name="Revertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700686 <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 -0800687 </Member>
688 <Member Name="NonRevertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700689 <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 -0800690 </Member>
691 </EnumType>
692 </Schema>
693
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600694 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_1">
695 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500696 <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 -0600697 <EntityType Name="Drive" BaseType="Drive.v1_5_0.Drive"/>
698 </Schema>
699
Ed Tanouscb103132019-10-08 11:34:22 -0700700 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_2">
701 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
702 <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."/>
703 <EntityType Name="Drive" BaseType="Drive.v1_5_1.Drive"/>
704 </Schema>
705
706 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_3">
707 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
708 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
709 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
710 </Schema>
711
Gunnar Millsa778c022020-05-12 12:20:36 -0500712 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_4">
713 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
714 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
715 <EntityType Name="Drive" BaseType="Drive.v1_5_3.Drive"/>
716 </Schema>
717
Ed Tanouscb103132019-10-08 11:34:22 -0700718 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_0">
719 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
720 <Annotation Term="Redfish.Release" String="2019.1"/>
721
722 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
723
724 <ComplexType Name="Links" BaseType="Drive.v1_2_0.Links">
725 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
726 <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the drive produces."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500727 <Annotation Term="OData.LongDescription" String="This property shall link to a resource of type PCIeFunction that represents the PCIe functions associated with this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700728 <Annotation Term="OData.AutoExpandReferences"/>
729 </NavigationProperty>
730 </ComplexType>
731 </Schema>
732
733 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_1">
734 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
735 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
736 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive"/>
737 </Schema>
738
Gunnar Millsa778c022020-05-12 12:20:36 -0500739 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_2">
740 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
741 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
742 <EntityType Name="Drive" BaseType="Drive.v1_6_1.Drive"/>
743 </Schema>
744
Ed Tanouscb103132019-10-08 11:34:22 -0700745 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_0">
746 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
747 <Annotation Term="Redfish.Release" String="2019.2"/>
748 <Annotation Term="OData.Description" String="This version was created to add a WriteCacheEnabled property and reset action for Drive."/>
749 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive">
750 <Property Name="WriteCacheEnabled" Type="Edm.Boolean">
751 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
752 <Annotation Term="OData.Description" String="An indication of whether the drive write cache is enabled."/>
753 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the drive write cache is enabled."/>
754 </Property>
755 </EntityType>
756 </Schema>
757
Gunnar Millsa778c022020-05-12 12:20:36 -0500758 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_1">
759 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
760 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
761 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
762 </Schema>
763
Gunnar Mills6f44b752020-02-06 16:50:51 -0600764 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_0">
765 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
766 <Annotation Term="Redfish.Release" String="2019.3"/>
767
768 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
769
770 <ComplexType Name="Links" BaseType="Drive.v1_6_0.Links">
771 <NavigationProperty Name="StoragePools" Type="Collection(StoragePool.StoragePool)">
772 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
773 <Annotation Term="OData.Description" String="An array of links to the storage pools to which this drive belongs."/>
774 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of type StoragePool to which this drive belongs."/>
775 <Annotation Term="OData.AutoExpandReferences"/>
776 </NavigationProperty>
777 </ComplexType>
778 </Schema>
779
Gunnar Millsa778c022020-05-12 12:20:36 -0500780 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_1">
781 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
782 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
783 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive"/>
784 </Schema>
785
Gunnar Mills09b9d452020-02-11 13:27:39 -0600786 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_0">
787 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
788 <Annotation Term="Redfish.Release" String="2019.4"/>
789 <Annotation Term="OData.Description" String="This version was created to add Multipath property for Drive."/>
790
791 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive">
792 <Property Name="Multipath" Type="Edm.Boolean">
793 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
794 <Annotation Term="OData.Description" String="An indication of whether the drive is accessible from multiple paths."/>
795 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the drive is accessible by an initiator from multiple paths allowing for failover capabilities upon a path failure."/>
796 </Property>
797 </EntityType>
798 </Schema>
799
Gunnar Millsa778c022020-05-12 12:20:36 -0500800 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_1">
801 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
802 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
803 <EntityType Name="Drive" BaseType="Drive.v1_9_0.Drive"/>
804 </Schema>
805
Jason M. Billsea4aa752018-06-05 13:29:11 -0700806 </edmx:DataServices>
807</edmx:Edmx>