blob: 0f00e08dc64117fb1b03269a6ea937bd6cec5728 [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 Mills2ae81db2024-01-31 14:25:11 -06004<!--# Redfish Schema: Storage v1.15.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 -->
Ed Tanousf263e092023-05-22 09:56:29 -07008<!--# Copyright 2014-2023 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://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22 </edmx:Reference>
23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28 <edmx:Include Namespace="Resource"/>
29 <edmx:Include Namespace="Resource.v1_0_0"/>
30 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
32 <edmx:Include Namespace="Chassis"/>
33 </edmx:Reference>
34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
35 <edmx:Include Namespace="Redundancy"/>
36 </edmx:Reference>
37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Drive_v1.xml">
38 <edmx:Include Namespace="Drive"/>
39 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060040 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/VolumeCollection_v1.xml">
Jason M. Billsea4aa752018-06-05 13:29:11 -070041 <edmx:Include Namespace="VolumeCollection"/>
42 </edmx:Reference>
43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
44 <edmx:Include Namespace="Endpoint"/>
45 </edmx:Reference>
46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
47 <edmx:Include Namespace="Assembly"/>
48 </edmx:Reference>
49 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
50 <edmx:Include Namespace="Protocol"/>
51 </edmx:Reference>
Ed Tanous530520e2019-01-02 13:41:37 -080052 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
53 <edmx:Include Namespace="PCIeDevice"/>
54 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070055 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
56 <edmx:Include Namespace="PCIeFunction"/>
57 </edmx:Reference>
58 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml">
59 <edmx:Include Namespace="PortCollection"/>
60 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070061 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageService_v1.xml">
62 <edmx:Include Namespace="StorageService"/>
63 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060064 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/Volume_v1.xml">
65 <edmx:Include Namespace="Volume"/>
66 </edmx:Reference>
Gunnar Mills6f44b752020-02-06 16:50:51 -060067 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/FileSystemCollection_v1.xml">
68 <edmx:Include Namespace="FileSystemCollection"/>
69 </edmx:Reference>
70 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StoragePoolCollection_v1.xml">
71 <edmx:Include Namespace="StoragePoolCollection"/>
72 </edmx:Reference>
73 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageGroupCollection_v1.xml">
74 <edmx:Include Namespace="StorageGroupCollection"/>
75 </edmx:Reference>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050076 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EndpointGroupCollection_v1.xml">
Gunnar Mills6f44b752020-02-06 16:50:51 -060077 <edmx:Include Namespace="EndpointGroupCollection"/>
78 </edmx:Reference>
79 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/ConsistencyGroupCollection_v1.xml">
80 <edmx:Include Namespace="ConsistencyGroupCollection"/>
81 </edmx:Reference>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050082 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SimpleStorage_v1.xml">
83 <edmx:Include Namespace="SimpleStorage"/>
84 </edmx:Reference>
85 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/StorageControllerCollection_v1.xml">
86 <edmx:Include Namespace="StorageControllerCollection"/>
87 </edmx:Reference>
Gunnar Mills262d7d42021-01-20 16:28:41 -060088 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
89 <edmx:Include Namespace="CertificateCollection"/>
90 </edmx:Reference>
91 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
92 <edmx:Include Namespace="SoftwareInventory"/>
93 </edmx:Reference>
Gunnar Mills9d424662021-09-22 21:56:16 -050094 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComputerSystem_v1.xml">
95 <edmx:Include Namespace="ComputerSystem"/>
96 </edmx:Reference>
Ed Tanousf263e092023-05-22 09:56:29 -070097 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ConnectionCollection_v1.xml">
98 <edmx:Include Namespace="ConnectionCollection"/>
99 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700100
101 <edmx:DataServices>
102
103 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage">
104 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
105
106 <EntityType Name="Storage" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500107 <Annotation Term="OData.Description" String="The Storage schema defines a storage subsystem and its respective properties. A storage subsystem represents a set of physical or virtual storage controllers and the resources, such as volumes, that can be accessed from that subsystem."/>
108 <Annotation Term="OData.LongDescription" String="This resource shall represent a storage subsystem in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700109 <Annotation Term="Capabilities.InsertRestrictions">
110 <Record>
111 <PropertyValue Property="Insertable" Bool="false"/>
112 </Record>
113 </Annotation>
114 <Annotation Term="Capabilities.UpdateRestrictions">
115 <Record>
116 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700117 <Annotation Term="OData.Description" String="Writable properties, such as AssetTag, can be updated for a storage subsystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700118 </Record>
119 </Annotation>
120 <Annotation Term="Capabilities.DeleteRestrictions">
121 <Record>
122 <PropertyValue Property="Deletable" Bool="false"/>
123 </Record>
124 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800125 <Annotation Term="Redfish.Uris">
126 <Collection>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500127 <String>/redfish/v1/Storage/{StorageId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800128 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}</String>
129 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}</String>
130 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600131 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}</String>
132 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800133 </Collection>
134 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700135 </EntityType>
136
137 <EntityType Name="StorageController" BaseType="Resource.v1_0_0.ReferenceableMember" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700138 <Annotation Term="OData.Description" String="The StorageController schema describes a storage controller and its properties. A storage controller represents a physical or virtual storage device that produces volumes."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600139 <Annotation Term="OData.LongDescription" String="This resource shall represent a storage controller in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700140 </EntityType>
141
142 <Action Name="SetEncryptionKey" IsBound="true">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800143 <Annotation Term="OData.Description" String="This action sets the local encryption key for the storage subsystem."/>
144 <Annotation Term="OData.LongDescription" String="This action shall set the local encryption key for the storage subsystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700145 <Parameter Name="Storage" Type="Storage.v1_0_0.Actions"/>
146 <Parameter Name="EncryptionKey" Type="Edm.String" Nullable="false">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800147 <Annotation Term="OData.Description" String="The local encryption key to set on the storage subsystem."/>
148 <Annotation Term="OData.LongDescription" String="This parameter shall contain the local encryption key to set on the storage subsystem."/>
149 </Parameter>
150 <Parameter Name="EncryptionKeyIdentifier" Type="Edm.String">
151 <Annotation Term="OData.Description" String="The local encryption key identifier used by the storage subsystem."/>
152 <Annotation Term="OData.LongDescription" String="This property shall contain the local encryption key identifier used by the storage subsystem."/>
153 <Annotation Term="Redfish.Revisions">
154 <Collection>
155 <Record>
156 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
157 <PropertyValue Property="Version" String="v1_14_0"/>
158 </Record>
159 </Collection>
160 </Annotation>
161 </Parameter>
162 <Parameter Name="CurrentEncryptionKey" Type="Edm.String">
163 <Annotation Term="OData.Description" String="The current local encryption key on the storage subsystem."/>
164 <Annotation Term="OData.LongDescription" String="This parameter shall contain the current local encryption key on the storage subsystem. Services may reject the action request if this parameter is not provided."/>
165 <Annotation Term="Redfish.Revisions">
166 <Collection>
167 <Record>
168 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
169 <PropertyValue Property="Version" String="v1_14_0"/>
170 </Record>
171 </Collection>
172 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700173 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700174 </Action>
Gunnar Mills9d424662021-09-22 21:56:16 -0500175
176 <Action Name="ResetToDefaults" IsBound="true">
177 <Annotation Term="OData.Description" String="The reset action resets the storage device to factory defaults. This can cause the loss of data."/>
178 <Annotation Term="OData.LongDescription" String="This action shall reset the storage device. This action can impact other resources."/>
179 <Parameter Name="Storage" Type="Storage.v1_0_0.Actions"/>
180 <Parameter Name="ResetType" Type="Storage.v1_11_0.ResetToDefaultsType" Nullable="false">
181 <Annotation Term="OData.Description" String="The type of reset to defaults."/>
182 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset to defaults."/>
183 </Parameter>
184 <Annotation Term="Redfish.Revisions">
185 <Collection>
186 <Record>
187 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
188 <PropertyValue Property="Version" String="v1_11_0"/>
189 </Record>
190 </Collection>
191 </Annotation>
192 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700193 </Schema>
194
195 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_0">
196 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600197 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700198
199 <EntityType Name="Storage" BaseType="Storage.Storage">
Ed Tanous530520e2019-01-02 13:41:37 -0800200 <NavigationProperty Name="StorageControllers" Type="Collection(Storage.v1_0_0.StorageController)" ContainsTarget="true">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700201 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500202 <Annotation Term="OData.Description" String="The set of storage controllers that this resource represents."/>
203 <Annotation Term="OData.LongDescription" String="This property shall contain a set of the storage controllers that this resource represents."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700204 <Annotation Term="OData.AutoExpand"/>
Ed Tanoused761212022-09-23 15:03:29 -0700205 <Annotation Term="Redfish.Revisions">
206 <Collection>
207 <Record>
208 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
209 <PropertyValue Property="Version" String="v1_13_0"/>
210 <PropertyValue Property="Description" String="This property has been deprecated in favor of Controllers to allow for storage controllers to be represented as their own resources."/>
211 </Record>
212 </Collection>
213 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700214 </NavigationProperty>
215 <NavigationProperty Name="Drives" Type="Collection(Drive.Drive)" ContainsTarget="true">
216 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500217 <Annotation Term="OData.Description" String="The set of drives attached to the storage controllers that this resource represents."/>
218 <Annotation Term="OData.LongDescription" String="This property shall contain a set of the drives attached to the storage controllers that this resource represents."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700219 <Annotation Term="OData.AutoExpandReferences"/>
220 </NavigationProperty>
221 <NavigationProperty Name="Volumes" Type="VolumeCollection.VolumeCollection" ContainsTarget="true" Nullable="false">
222 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700223 <Annotation Term="OData.Description" String="The set of volumes that the storage controllers produce."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500224 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VolumeCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700225 <Annotation Term="OData.AutoExpandReferences"/>
226 </NavigationProperty>
227 <Property Name="Links" Type="Storage.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500228 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
229 <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 -0700230 </Property>
231 <Property Name="Actions" Type="Storage.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500232 <Annotation Term="OData.Description" String="The available actions for this resource."/>
233 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700234 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800235 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500236 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
237 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800238 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700239 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
240 <Annotation Term="OData.Description" String="Redundancy information for the storage subsystem."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800241 <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the storage subsystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700242 <Annotation Term="OData.AutoExpand"/>
243 </NavigationProperty>
244 </EntityType>
245
246 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500247 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
248 <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 -0700249 <NavigationProperty Name="Enclosures" Type="Collection(Chassis.Chassis)">
250 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700251 <Annotation Term="OData.Description" String="An array of links to the chassis to which this storage subsystem is attached."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500252 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Chassis that represent the physical containers attached to this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700253 <Annotation Term="OData.AutoExpandReferences"/>
254 </NavigationProperty>
255 </ComplexType>
256
257 <ComplexType Name="Actions">
258 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500259 <Annotation Term="OData.Description" String="The available actions for this resource."/>
260 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800261 <Property Name="Oem" Type="Storage.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500262 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
263 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800264 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700265 </ComplexType>
266
267 <ComplexType Name="OemActions">
268 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500269 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
270 <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 -0700271 </ComplexType>
272
273 <EntityType Name="StorageController" BaseType="Storage.StorageController">
Ed Tanous530520e2019-01-02 13:41:37 -0800274 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500275 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
276 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800277 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700278 <Property Name="SpeedGbps" Type="Edm.Decimal">
279 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800280 <Annotation Term="OData.Description" String="The maximum speed of the storage controller's device interface."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500281 <Annotation Term="OData.LongDescription" String="This property shall represent the maximum supported speed of the storage bus interface, in Gbit/s. The specified interface connects the controller to the storage devices, not the controller to a host. For example, SAS bus not PCIe host bus."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700282 <Annotation Term="Validation.Minimum" Int="0"/>
283 <Annotation Term="Measures.Unit" String="Gbit/s"/>
284 </Property>
285 <Property Name="FirmwareVersion" Type="Edm.String">
286 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700287 <Annotation Term="OData.Description" String="The firmware version of this storage controller."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600288 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the associated storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700289 </Property>
290 <Property Name="Manufacturer" Type="Edm.String">
291 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700292 <Annotation Term="OData.Description" String="The manufacturer of this storage controller."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500293 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the storage controller. This organization may be the entity from which the storage controller is purchased, but this is not necessarily true."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700294 </Property>
295 <Property Name="Model" Type="Edm.String">
296 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700297 <Annotation Term="OData.Description" String="The model number for the storage controller."/>
298 <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700299 </Property>
300 <Property Name="SKU" Type="Edm.String">
301 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700302 <Annotation Term="OData.Description" String="The SKU for this storage controller."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600303 <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit number for this storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700304 </Property>
305 <Property Name="SerialNumber" Type="Edm.String">
306 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
307 <Annotation Term="OData.Description" String="The serial number for this storage controller."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700308 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700309 </Property>
310 <Property Name="PartNumber" Type="Edm.String">
311 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
312 <Annotation Term="OData.Description" String="The part number for this storage controller."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700313 <Annotation Term="OData.LongDescription" String="This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700314 </Property>
315 <Property Name="AssetTag" Type="Edm.String">
316 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700317 <Annotation Term="OData.Description" String="The user-assigned asset tag for this storage controller."/>
318 <Annotation Term="OData.LongDescription" String="This property shall track the storage controller for inventory purposes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700319 </Property>
320 <Property Name="SupportedControllerProtocols" Type="Collection(Protocol.Protocol)" Nullable="false">
321 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600322 <Annotation Term="OData.Description" String="The supported set of protocols for communicating with this storage controller."/>
323 <Annotation Term="OData.LongDescription" String="This property shall contain the supported set of protocols for communicating with this storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700324 </Property>
325 <Property Name="SupportedDeviceProtocols" Type="Collection(Protocol.Protocol)" Nullable="false">
326 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700327 <Annotation Term="OData.Description" String="The protocols that the storage controller can use to communicate with attached devices."/>
328 <Annotation Term="OData.LongDescription" String="This property shall contain the set of protocols this storage controller can use to communicate with attached devices."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700329 </Property>
330 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500331 <Annotation Term="OData.Description" String="The durable names for the storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700332 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated storage controller."/>
333 </Property>
334 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700335 </Schema>
336
337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_1">
338 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
339 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
340 <EntityType Name="Storage" BaseType="Storage.v1_0_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500341 <EntityType Name="StorageController" BaseType="Storage.v1_0_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700342 </Schema>
343
344 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_2">
345 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
346 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
347 <EntityType Name="Storage" BaseType="Storage.v1_0_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500348 <EntityType Name="StorageController" BaseType="Storage.v1_0_1.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700349 </Schema>
350
351 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_3">
352 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700353 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700354 <EntityType Name="Storage" BaseType="Storage.v1_0_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500355 <EntityType Name="StorageController" BaseType="Storage.v1_0_2.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700356 </Schema>
357
358 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_4">
359 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500360 <Annotation Term="OData.Description" String="This version was created to change Identifier to its abstract base type, to add an abstract definition of StorageController, and to deprecate the versioned definition of Protocol to use an unversioned definition. It was also created to add requirements on the action parameters to show they are mandatory through Nullable=false. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700361 <EntityType Name="Storage" BaseType="Storage.v1_0_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500362 <EntityType Name="StorageController" BaseType="Storage.v1_0_3.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700363 </Schema>
364
Ed Tanous530520e2019-01-02 13:41:37 -0800365 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_5">
366 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
367 <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."/>
368 <EntityType Name="Storage" BaseType="Storage.v1_0_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500369 <EntityType Name="StorageController" BaseType="Storage.v1_0_4.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800370 </Schema>
371
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600372 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_6">
373 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500374 <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 -0600375 <EntityType Name="Storage" BaseType="Storage.v1_0_5.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500376 <EntityType Name="StorageController" BaseType="Storage.v1_0_5.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600377 </Schema>
378
Ed Tanouscb103132019-10-08 11:34:22 -0700379 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_7">
380 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
381 <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."/>
382 <EntityType Name="Storage" BaseType="Storage.v1_0_6.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500383 <EntityType Name="StorageController" BaseType="Storage.v1_0_6.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700384 </Schema>
385
386 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_8">
387 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
388 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
389 <EntityType Name="Storage" BaseType="Storage.v1_0_7.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500390 <EntityType Name="StorageController" BaseType="Storage.v1_0_7.StorageController"/>
391 </Schema>
392
393 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_9">
394 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
395 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
396 <EntityType Name="Storage" BaseType="Storage.v1_0_8.Storage"/>
397 <EntityType Name="StorageController" BaseType="Storage.v1_0_8.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700398 </Schema>
399
Gunnar Mills262d7d42021-01-20 16:28:41 -0600400 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_10">
401 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
402 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
403 <EntityType Name="Storage" BaseType="Storage.v1_0_9.Storage"/>
404 <EntityType Name="StorageController" BaseType="Storage.v1_0_9.StorageController"/>
405 </Schema>
406
Gunnar Mills10f270b2021-05-19 15:34:06 -0500407 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_11">
408 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600409 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500410 <EntityType Name="Storage" BaseType="Storage.v1_0_10.Storage"/>
411 <EntityType Name="StorageController" BaseType="Storage.v1_0_10.StorageController"/>
412 </Schema>
413
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600414 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_12">
415 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
416 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
417 <EntityType Name="Storage" BaseType="Storage.v1_0_11.Storage"/>
418 </Schema>
419
Jason M. Billsea4aa752018-06-05 13:29:11 -0700420 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_0">
421 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600422 <Annotation Term="Redfish.Release" String="2016.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500423
Jason M. Billsea4aa752018-06-05 13:29:11 -0700424 <EntityType Name="Storage" BaseType="Storage.v1_0_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500425
426 <EntityType Name="StorageController" BaseType="Storage.v1_0_1.StorageController">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700427 <Property Name="Links" Type="Storage.v1_1_0.StorageControllerLinks" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500428 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
429 <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 -0700430 </Property>
431 </EntityType>
432
433 <ComplexType Name="StorageControllerLinks" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500434 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
435 <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 -0700436 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
Ed Tanouscb103132019-10-08 11:34:22 -0700437 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this controller."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500438 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint with which this controller is associated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700439 <Annotation Term="OData.AutoExpandReferences"/>
440 </NavigationProperty>
441 </ComplexType>
442 </Schema>
443
444 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_1">
445 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
446 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
447 <EntityType Name="Storage" BaseType="Storage.v1_1_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500448 <EntityType Name="StorageController" BaseType="Storage.v1_1_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700449 </Schema>
450
451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_2">
452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700453 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700454 <EntityType Name="Storage" BaseType="Storage.v1_1_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500455 <EntityType Name="StorageController" BaseType="Storage.v1_1_1.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700456 </Schema>
457
458 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_3">
459 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500460 <Annotation Term="OData.Description" String="This version was created to change Identifier to its abstract base type, to add an abstract definition of StorageController, and to deprecate the versioned definition of Protocol to use an unversioned definition. It was also created to add requirements on the action parameters to show they are mandatory through Nullable=false. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700461 <EntityType Name="Storage" BaseType="Storage.v1_1_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500462 <EntityType Name="StorageController" BaseType="Storage.v1_1_2.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700463 </Schema>
464
Ed Tanous530520e2019-01-02 13:41:37 -0800465 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_4">
466 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
467 <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."/>
468 <EntityType Name="Storage" BaseType="Storage.v1_1_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500469 <EntityType Name="StorageController" BaseType="Storage.v1_1_3.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800470 </Schema>
471
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600472 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_5">
473 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500474 <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 -0600475 <EntityType Name="Storage" BaseType="Storage.v1_1_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500476 <EntityType Name="StorageController" BaseType="Storage.v1_1_4.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600477 </Schema>
478
Ed Tanouscb103132019-10-08 11:34:22 -0700479 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_6">
480 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
481 <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."/>
482 <EntityType Name="Storage" BaseType="Storage.v1_1_5.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500483 <EntityType Name="StorageController" BaseType="Storage.v1_1_5.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700484 </Schema>
485
486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_7">
487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
489 <EntityType Name="Storage" BaseType="Storage.v1_1_6.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500490 <EntityType Name="StorageController" BaseType="Storage.v1_1_6.StorageController"/>
491 </Schema>
492
493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_8">
494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
495 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
496 <EntityType Name="Storage" BaseType="Storage.v1_1_7.Storage"/>
497 <EntityType Name="StorageController" BaseType="Storage.v1_1_7.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700498 </Schema>
499
Gunnar Mills262d7d42021-01-20 16:28:41 -0600500 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_9">
501 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
502 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
503 <EntityType Name="Storage" BaseType="Storage.v1_1_8.Storage"/>
504 <EntityType Name="StorageController" BaseType="Storage.v1_1_8.StorageController"/>
505 </Schema>
506
Gunnar Mills10f270b2021-05-19 15:34:06 -0500507 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_10">
508 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600509 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500510 <EntityType Name="Storage" BaseType="Storage.v1_1_9.Storage"/>
511 <EntityType Name="StorageController" BaseType="Storage.v1_1_9.StorageController"/>
512 </Schema>
513
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600514 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_11">
515 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
516 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
517 <EntityType Name="Storage" BaseType="Storage.v1_1_10.Storage"/>
518 </Schema>
519
Jason M. Billsea4aa752018-06-05 13:29:11 -0700520 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_0">
521 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600522 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500523
Jason M. Billsea4aa752018-06-05 13:29:11 -0700524 <EntityType Name="Storage" BaseType="Storage.v1_1_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500525
526 <EntityType Name="StorageController" BaseType="Storage.v1_1_2.StorageController">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700527 <Property Name="Actions" Type="Storage.v1_2_0.StorageControllerActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500528 <Annotation Term="OData.Description" String="The available actions for this resource."/>
529 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700530 </Property>
531 </EntityType>
532
533 <ComplexType Name="StorageControllerActions">
534 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500535 <Annotation Term="OData.Description" String="The available actions for this resource."/>
536 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800537 <Property Name="Oem" Type="Storage.v1_2_0.StorageControllerOemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500538 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
539 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800540 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700541 </ComplexType>
542
543 <ComplexType Name="StorageControllerOemActions">
544 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500545 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
546 <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 -0700547 </ComplexType>
548 </Schema>
549
550 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_1">
551 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500552 <Annotation Term="OData.Description" String="This version was created to change Identifier to its abstract base type, to add an abstract definition of StorageController, and to deprecate the versioned definition of Protocol to use an unversioned definition. It was also created to add requirements on the action parameters to show they are mandatory through Nullable=false. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700553 <EntityType Name="Storage" BaseType="Storage.v1_2_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500554 <EntityType Name="StorageController" BaseType="Storage.v1_2_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700555 </Schema>
556
Ed Tanous530520e2019-01-02 13:41:37 -0800557 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_2">
558 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
559 <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."/>
560 <EntityType Name="Storage" BaseType="Storage.v1_2_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500561 <EntityType Name="StorageController" BaseType="Storage.v1_2_1.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800562 </Schema>
563
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600564 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_3">
565 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500566 <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 -0600567 <EntityType Name="Storage" BaseType="Storage.v1_2_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500568 <EntityType Name="StorageController" BaseType="Storage.v1_2_2.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600569 </Schema>
570
Ed Tanouscb103132019-10-08 11:34:22 -0700571 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.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="Storage" BaseType="Storage.v1_2_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500575 <EntityType Name="StorageController" BaseType="Storage.v1_2_3.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700576 </Schema>
577
578 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_5">
579 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
580 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
581 <EntityType Name="Storage" BaseType="Storage.v1_2_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500582 <EntityType Name="StorageController" BaseType="Storage.v1_2_4.StorageController"/>
583 </Schema>
584
585 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_6">
586 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
587 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
588 <EntityType Name="Storage" BaseType="Storage.v1_2_5.Storage"/>
589 <EntityType Name="StorageController" BaseType="Storage.v1_2_5.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700590 </Schema>
591
Gunnar Mills262d7d42021-01-20 16:28:41 -0600592 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_7">
593 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
594 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
595 <EntityType Name="Storage" BaseType="Storage.v1_2_6.Storage"/>
596 <EntityType Name="StorageController" BaseType="Storage.v1_2_6.StorageController"/>
597 </Schema>
598
Gunnar Mills10f270b2021-05-19 15:34:06 -0500599 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_8">
600 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600601 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500602 <EntityType Name="Storage" BaseType="Storage.v1_2_7.Storage"/>
603 <EntityType Name="StorageController" BaseType="Storage.v1_2_7.StorageController"/>
604 </Schema>
605
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600606 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_9">
607 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
608 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
609 <EntityType Name="Storage" BaseType="Storage.v1_2_8.Storage"/>
610 </Schema>
611
Jason M. Billsea4aa752018-06-05 13:29:11 -0700612 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_0">
613 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600614 <Annotation Term="Redfish.Release" String="2017.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500615
Jason M. Billsea4aa752018-06-05 13:29:11 -0700616 <EntityType Name="Storage" BaseType="Storage.v1_2_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500617
Jason M. Billsea4aa752018-06-05 13:29:11 -0700618 <EntityType Name="StorageController" BaseType="Storage.v1_2_0.StorageController">
619 <Property Name="Name" Type="Edm.String">
620 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500621 <Annotation Term="OData.Description" String="The name of the storage controller."/>
622 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700623 </Property>
624 </EntityType>
625 </Schema>
626
627 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_1">
628 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500629 <Annotation Term="OData.Description" String="This version was created to move Protocols to its own CSDL file. It was also created to add requirements on the action parameters to show they are mandatory through Nullable=false. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700630 <EntityType Name="Storage" BaseType="Storage.v1_3_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500631 <EntityType Name="StorageController" BaseType="Storage.v1_3_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700632 </Schema>
633
Ed Tanous530520e2019-01-02 13:41:37 -0800634 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_2">
635 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
636 <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."/>
637 <EntityType Name="Storage" BaseType="Storage.v1_3_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500638 <EntityType Name="StorageController" BaseType="Storage.v1_3_1.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800639 </Schema>
640
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600641 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_3">
642 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500643 <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 -0600644 <EntityType Name="Storage" BaseType="Storage.v1_3_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500645 <EntityType Name="StorageController" BaseType="Storage.v1_3_2.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600646 </Schema>
647
Ed Tanouscb103132019-10-08 11:34:22 -0700648 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_4">
649 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
650 <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."/>
651 <EntityType Name="Storage" BaseType="Storage.v1_3_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500652 <EntityType Name="StorageController" BaseType="Storage.v1_3_3.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700653 </Schema>
654
655 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_5">
656 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
657 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
658 <EntityType Name="Storage" BaseType="Storage.v1_3_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500659 <EntityType Name="StorageController" BaseType="Storage.v1_3_4.StorageController"/>
660 </Schema>
661
662 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_6">
663 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
664 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
665 <EntityType Name="Storage" BaseType="Storage.v1_3_5.Storage"/>
666 <EntityType Name="StorageController" BaseType="Storage.v1_3_5.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700667 </Schema>
668
Gunnar Mills262d7d42021-01-20 16:28:41 -0600669 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_7">
670 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
672 <EntityType Name="Storage" BaseType="Storage.v1_3_6.Storage"/>
673 <EntityType Name="StorageController" BaseType="Storage.v1_3_6.StorageController"/>
674 </Schema>
675
Gunnar Mills10f270b2021-05-19 15:34:06 -0500676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_8">
677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600678 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500679 <EntityType Name="Storage" BaseType="Storage.v1_3_7.Storage"/>
680 <EntityType Name="StorageController" BaseType="Storage.v1_3_7.StorageController"/>
681 </Schema>
682
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600683 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_9">
684 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
685 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
686 <EntityType Name="Storage" BaseType="Storage.v1_3_8.Storage"/>
687 </Schema>
688
Jason M. Billsea4aa752018-06-05 13:29:11 -0700689 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_0">
690 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600691 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500692
Jason M. Billsea4aa752018-06-05 13:29:11 -0700693 <EntityType Name="Storage" BaseType="Storage.v1_3_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500694
695 <EntityType Name="StorageController" BaseType="Storage.v1_3_1.StorageController">
Ed Tanous530520e2019-01-02 13:41:37 -0800696 <Property Name="Location" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700697 <Annotation Term="OData.Description" String="The location of the storage controller."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600698 <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated storage controller."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800699 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700700 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
701 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700702 <Annotation Term="OData.Description" String="The link to the assembly associated with this storage controller."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500703 <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 -0700704 <Annotation Term="OData.AutoExpandReferences"/>
705 </NavigationProperty>
706 </EntityType>
707
708 <ComplexType Name="StorageControllerLinks" BaseType="Storage.v1_1_0.StorageControllerLinks">
709 <NavigationProperty Name="StorageServices" Type="Collection(StorageService.StorageService)">
Gunnar Millsa778c022020-05-12 12:20:36 -0500710 <Annotation Term="OData.Description" String="An array of links to the storage services that connect to this controller."/>
711 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type StorageService with which this controller is associated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700712 <Annotation Term="OData.AutoExpandReferences"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500713 <Annotation Term="Redfish.Revisions">
714 <Collection>
715 <Record>
716 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
717 <PropertyValue Property="Version" String="v1_9_0"/>
718 <PropertyValue Property="Description" String="This property has been deprecated in favor of StorageServices within the Links property at the root level."/>
719 </Record>
720 </Collection>
721 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700722 </NavigationProperty>
723 </ComplexType>
724 </Schema>
725
Ed Tanous530520e2019-01-02 13:41:37 -0800726 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_1">
727 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
728 <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."/>
729 <EntityType Name="Storage" BaseType="Storage.v1_4_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500730 <EntityType Name="StorageController" BaseType="Storage.v1_4_0.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800731 </Schema>
732
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600733 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_2">
734 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500735 <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 -0600736 <EntityType Name="Storage" BaseType="Storage.v1_4_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500737 <EntityType Name="StorageController" BaseType="Storage.v1_4_1.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600738 </Schema>
739
Ed Tanouscb103132019-10-08 11:34:22 -0700740 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_3">
741 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
742 <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."/>
743 <EntityType Name="Storage" BaseType="Storage.v1_4_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500744 <EntityType Name="StorageController" BaseType="Storage.v1_4_2.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700745 </Schema>
746
747 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_4">
748 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
749 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
750 <EntityType Name="Storage" BaseType="Storage.v1_4_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500751 <EntityType Name="StorageController" BaseType="Storage.v1_4_3.StorageController"/>
752 </Schema>
753
754 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_5">
755 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
756 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
757 <EntityType Name="Storage" BaseType="Storage.v1_4_4.Storage"/>
758 <EntityType Name="StorageController" BaseType="Storage.v1_4_4.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700759 </Schema>
760
Gunnar Mills262d7d42021-01-20 16:28:41 -0600761 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_6">
762 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
763 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
764 <EntityType Name="Storage" BaseType="Storage.v1_4_5.Storage"/>
765 <EntityType Name="StorageController" BaseType="Storage.v1_4_5.StorageController"/>
766 </Schema>
767
Gunnar Mills10f270b2021-05-19 15:34:06 -0500768 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_8">
769 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600770 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500771 <EntityType Name="Storage" BaseType="Storage.v1_4_6.Storage"/>
772 <EntityType Name="StorageController" BaseType="Storage.v1_4_6.StorageController"/>
773 </Schema>
774
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600775 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_9">
776 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
777 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
778 <EntityType Name="Storage" BaseType="Storage.v1_4_8.Storage"/>
779 </Schema>
780
Ed Tanous530520e2019-01-02 13:41:37 -0800781 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_0">
782 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600783 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500784
Ed Tanous530520e2019-01-02 13:41:37 -0800785 <EntityType Name="Storage" BaseType="Storage.v1_4_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500786
787 <EntityType Name="StorageController" BaseType="Storage.v1_4_1.StorageController">
Ed Tanous530520e2019-01-02 13:41:37 -0800788 <Property Name="CacheSummary" Type="Storage.v1_5_0.CacheSummary" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700789 <Annotation Term="OData.Description" String="The cache memory of the storage controller in general detail."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500790 <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the cache memory for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800791 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700792 <Property Name="PCIeInterface" Type="PCIeDevice.PCIeInterface" Nullable="false">
Ed Tanous530520e2019-01-02 13:41:37 -0800793 <Annotation Term="OData.Description" String="The PCIe interface details for this controller."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700794 <Annotation Term="OData.LongDescription" String="This property shall contain details on the PCIe interface that connects this PCIe-based controller to its host."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800795 </Property>
796 </EntityType>
797
798 <ComplexType Name="CacheSummary">
799 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700800 <Annotation Term="OData.Description" String="This type describes the cache memory of the storage controller in general detail."/>
801 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the cache memory for a storage controller."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800802 <Property Name="TotalCacheSizeMiB" Type="Edm.Int64">
803 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
804 <Annotation Term="OData.Description" String="The total configured cache memory, measured in MiB."/>
805 <Annotation Term="OData.LongDescription" String="This property shall contain the amount of configured cache memory as measured in mebibytes."/>
806 <Annotation Term="Validation.Minimum" Int="0"/>
807 <Annotation Term="Measures.Unit" String="MiBy"/>
808 <Annotation Term="Redfish.Required"/>
809 </Property>
810 <Property Name="PersistentCacheSizeMiB" Type="Edm.Int64">
811 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
812 <Annotation Term="OData.Description" String="The portion of the cache memory that is persistent, measured in MiB."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600813 <Annotation Term="OData.LongDescription" String="This property shall contain the amount of cache memory that is persistent as measured in mebibytes. This size shall be less than or equal to the TotalCacheSizeMiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800814 <Annotation Term="Validation.Minimum" Int="0"/>
815 <Annotation Term="Measures.Unit" String="MiBy"/>
816 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700817 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500818 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
819 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800820 </Property>
821 </ComplexType>
Ed Tanous530520e2019-01-02 13:41:37 -0800822 </Schema>
823
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600824 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_1">
825 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500826 <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 -0600827 <EntityType Name="Storage" BaseType="Storage.v1_5_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500828 <EntityType Name="StorageController" BaseType="Storage.v1_5_0.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600829 </Schema>
830
Ed Tanouscb103132019-10-08 11:34:22 -0700831 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_2">
832 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600833 <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. It was also created to add a missing term on PCIeInterface to not allow it to be `null`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700834 <EntityType Name="Storage" BaseType="Storage.v1_5_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500835 <EntityType Name="StorageController" BaseType="Storage.v1_5_1.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700836 </Schema>
837
838 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_3">
839 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
840 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
841 <EntityType Name="Storage" BaseType="Storage.v1_5_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500842 <EntityType Name="StorageController" BaseType="Storage.v1_5_2.StorageController"/>
843 </Schema>
844
845 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_4">
846 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
847 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
848 <EntityType Name="Storage" BaseType="Storage.v1_5_3.Storage"/>
849 <EntityType Name="StorageController" BaseType="Storage.v1_5_3.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700850 </Schema>
851
Gunnar Mills262d7d42021-01-20 16:28:41 -0600852 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_5">
853 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
854 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
855 <EntityType Name="Storage" BaseType="Storage.v1_5_4.Storage"/>
856 <EntityType Name="StorageController" BaseType="Storage.v1_5_4.StorageController"/>
857 </Schema>
858
Gunnar Mills10f270b2021-05-19 15:34:06 -0500859 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_6">
860 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600861 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500862 <EntityType Name="Storage" BaseType="Storage.v1_5_5.Storage"/>
863 <EntityType Name="StorageController" BaseType="Storage.v1_5_5.StorageController"/>
864 </Schema>
865
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600866 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_7">
867 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
868 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
869 <EntityType Name="Storage" BaseType="Storage.v1_5_6.Storage"/>
870 </Schema>
871
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600872 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_0">
873 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
874 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500875
876 <EntityType Name="Storage" BaseType="Storage.v1_5_1.Storage"/>
877
878 <EntityType Name="StorageController" BaseType="Storage.v1_5_1.StorageController">
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600879 <Property Name="SupportedRAIDTypes" Type="Collection(Volume.RAIDType)">
880 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700881 <Annotation Term="OData.Description" String="The set of RAID types supported by the storage controller."/>
882 <Annotation Term="OData.LongDescription" String="This property shall contain an array of all the RAID types supported by this controller."/>
883 </Property>
884 </EntityType>
885 </Schema>
886
887 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_1">
888 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600889 <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. It was also created to add a missing term on PCIeInterface to not allow it to be `null`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700890 <EntityType Name="Storage" BaseType="Storage.v1_6_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500891 <EntityType Name="StorageController" BaseType="Storage.v1_6_0.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700892 </Schema>
893
894 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_2">
895 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
896 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
897 <EntityType Name="Storage" BaseType="Storage.v1_6_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500898 <EntityType Name="StorageController" BaseType="Storage.v1_6_1.StorageController"/>
899 </Schema>
900
901 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_3">
902 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
903 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
904 <EntityType Name="Storage" BaseType="Storage.v1_6_2.Storage"/>
905 <EntityType Name="StorageController" BaseType="Storage.v1_6_2.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700906 </Schema>
907
Gunnar Mills262d7d42021-01-20 16:28:41 -0600908 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_4">
909 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
910 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
911 <EntityType Name="Storage" BaseType="Storage.v1_6_3.Storage"/>
912 <EntityType Name="StorageController" BaseType="Storage.v1_6_3.StorageController"/>
913 </Schema>
914
Gunnar Mills10f270b2021-05-19 15:34:06 -0500915 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_5">
916 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600917 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500918 <EntityType Name="Storage" BaseType="Storage.v1_6_4.Storage"/>
919 <EntityType Name="StorageController" BaseType="Storage.v1_6_4.StorageController"/>
920 </Schema>
921
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600922 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_6">
923 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
924 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
925 <EntityType Name="Storage" BaseType="Storage.v1_6_5.Storage"/>
926 </Schema>
927
Ed Tanouscb103132019-10-08 11:34:22 -0700928 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_0">
929 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
930 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500931
Ed Tanouscb103132019-10-08 11:34:22 -0700932 <EntityType Name="Storage" BaseType="Storage.v1_6_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500933
934 <EntityType Name="StorageController" BaseType="Storage.v1_6_1.StorageController">
Ed Tanouscb103132019-10-08 11:34:22 -0700935 <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false">
936 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500937 <Annotation Term="OData.Description" String="The link to the collection of ports that exist on the storage controller."/>
938 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PortCollection."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700939 </NavigationProperty>
940 <Property Name="ControllerRates" Type="Storage.v1_7_0.Rates" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500941 <Annotation Term="OData.Description" String="This property describes the various controller rates used for processes such as volume rebuild or consistency checks."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700942 <Annotation Term="OData.LongDescription" String="This object shall contain all the rate settings available on the controller."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600943 </Property>
944 </EntityType>
945
Ed Tanouscb103132019-10-08 11:34:22 -0700946 <ComplexType Name="Rates">
947 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500948 <Annotation Term="OData.Description" String="This type describes the various controller rates used for processes such as volume rebuild or consistency checks."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700949 <Annotation Term="OData.LongDescription" String="This type shall contain all the rate settings available on the controller."/>
950 <Property Name="RebuildRatePercent" Type="Edm.Int64">
951 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500952 <Annotation Term="OData.Description" String="The percentage of controller resources used for rebuilding/repairing volumes."/>
953 <Annotation Term="OData.LongDescription" String="This property shall contain the percentage of controller resources used for rebuilding volumes."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700954 <Annotation Term="Validation.Minimum" Int="0"/>
955 <Annotation Term="Validation.Maximum" Int="100"/>
956 </Property>
957 <Property Name="TransformationRatePercent" Type="Edm.Int64">
958 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500959 <Annotation Term="OData.Description" String="The percentage of controller resources used for transforming volumes from one configuration to another."/>
960 <Annotation Term="OData.LongDescription" String="This property shall contain the percentage of controller resources used for transforming volumes."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700961 <Annotation Term="Validation.Minimum" Int="0"/>
962 <Annotation Term="Validation.Maximum" Int="100"/>
963 </Property>
964 <Property Name="ConsistencyCheckRatePercent" Type="Edm.Int64">
965 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500966 <Annotation Term="OData.Description" String="The percentage of controller resources used for performing a data consistency check on volumes."/>
967 <Annotation Term="OData.LongDescription" String="This property shall contain the percentage of controller resources used for checking data consistency on volumes."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700968 <Annotation Term="Validation.Minimum" Int="0"/>
969 <Annotation Term="Validation.Maximum" Int="100"/>
970 </Property>
971 </ComplexType>
972
973 <ComplexType Name="StorageControllerLinks" BaseType="Storage.v1_4_0.StorageControllerLinks">
974 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
Gunnar Millsa778c022020-05-12 12:20:36 -0500975 <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the storage controller produces."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600976 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type PCIeFunction that represent the PCIe functions associated with this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700977 <Annotation Term="OData.AutoExpandReferences"/>
978 </NavigationProperty>
979 </ComplexType>
980 </Schema>
981
982 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_1">
983 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
984 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
985 <EntityType Name="Storage" BaseType="Storage.v1_7_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500986 <EntityType Name="StorageController" BaseType="Storage.v1_7_0.StorageController"/>
987 </Schema>
988
989 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_2">
990 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
991 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
992 <EntityType Name="Storage" BaseType="Storage.v1_7_1.Storage"/>
993 <EntityType Name="StorageController" BaseType="Storage.v1_7_1.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600994 </Schema>
995
Gunnar Mills262d7d42021-01-20 16:28:41 -0600996 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_3">
997 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
998 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
999 <EntityType Name="Storage" BaseType="Storage.v1_7_2.Storage"/>
1000 <EntityType Name="StorageController" BaseType="Storage.v1_7_2.StorageController"/>
1001 </Schema>
1002
Gunnar Mills10f270b2021-05-19 15:34:06 -05001003 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_4">
1004 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001005 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001006 <EntityType Name="Storage" BaseType="Storage.v1_7_3.Storage"/>
1007 <EntityType Name="StorageController" BaseType="Storage.v1_7_3.StorageController"/>
1008 </Schema>
1009
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001010 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_5">
1011 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1012 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1013 <EntityType Name="Storage" BaseType="Storage.v1_7_4.Storage"/>
1014 </Schema>
1015
Gunnar Mills6f44b752020-02-06 16:50:51 -06001016 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_8_0">
1017 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1018 <Annotation Term="Redfish.Release" String="2019.3"/>
1019
1020 <EntityType Name="Storage" BaseType="Storage.v1_7_1.Storage">
1021 <NavigationProperty Name="FileSystems" Type="FileSystemCollection.FileSystemCollection" Nullable="false" ContainsTarget="true">
1022 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001023 <Annotation Term="OData.Description" String="All file systems that are allocated by this storage subsystem."/>
1024 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type FileSystemCollection. This property shall be used when file systems are shared or exported by the storage subsystem."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001025 <Annotation Term="OData.AutoExpandReferences"/>
1026 </NavigationProperty>
1027 <NavigationProperty Name="StoragePools" Type="StoragePoolCollection.StoragePoolCollection" Nullable="false" ContainsTarget="true">
1028 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1029 <Annotation Term="OData.Description" String="The set of all storage pools that are allocated by this storage subsystem. A storage pool is the set of storage capacity that can be used to produce volumes or other storage pools."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001030 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type StoragePoolCollection. This property shall be used when an abstraction of media, rather than references to individual media, are used as the storage data source."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001031 <Annotation Term="OData.AutoExpandReferences"/>
1032 </NavigationProperty>
1033 <NavigationProperty Name="StorageGroups" Type="StorageGroupCollection.StorageGroupCollection" ContainsTarget="true" Nullable="false">
1034 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1035 <Annotation Term="OData.Description" String="All of the storage groups, each of which contains a set of volumes and endpoints that are managed as a group for mapping and masking, that belong to this storage subsystem."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001036 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type StorageGroupsCollection. This property shall be used when implementing mapping and masking."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001037 <Annotation Term="OData.AutoExpandReferences"/>
Ed Tanousf263e092023-05-22 09:56:29 -07001038 <Annotation Term="Redfish.Revisions">
1039 <Collection>
1040 <Record>
1041 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1042 <PropertyValue Property="Version" String="v1_15_0"/>
1043 <PropertyValue Property="Description" String="This property was deprecated in favor of the Connections property."/>
1044 </Record>
1045 </Collection>
1046 </Annotation>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001047 </NavigationProperty>
1048 <NavigationProperty Name="EndpointGroups" Type="EndpointGroupCollection.EndpointGroupCollection" Nullable="false" ContainsTarget="true">
1049 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1050 <Annotation Term="OData.Description" String="All of the endpoint groups, each of which contains a set of endpoints that are used for a common purpose such as an ACL or logical identification, that belong to this storage subsystem."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001051 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type EndpointGroupCollection. This property shall be implemented when atomic control is needed to perform mapping, masking, and zoning operations."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001052 <Annotation Term="OData.AutoExpandReferences"/>
1053 </NavigationProperty>
1054 <NavigationProperty Name="ConsistencyGroups" Type="ConsistencyGroupCollection.ConsistencyGroupCollection" ContainsTarget="true" Nullable="false">
1055 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1056 <Annotation Term="OData.Description" String="The consistency groups, each of which contains a set of volumes that are treated by an application or set of applications as a single resource, that are managed by this storage subsystem."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001057 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ConsistencyGroupCollection. The property shall be used when groups of volumes are treated as a single resource by an application or set of applications."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001058 <Annotation Term="OData.AutoExpandReferences"/>
1059 </NavigationProperty>
1060 </EntityType>
Gunnar Millsa778c022020-05-12 12:20:36 -05001061
1062 <EntityType Name="StorageController" BaseType="Storage.v1_7_1.StorageController"/>
1063 </Schema>
1064
1065 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_8_1">
1066 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1067 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1068 <EntityType Name="Storage" BaseType="Storage.v1_8_0.Storage"/>
1069 <EntityType Name="StorageController" BaseType="Storage.v1_8_0.StorageController"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001070 </Schema>
1071
Gunnar Mills262d7d42021-01-20 16:28:41 -06001072 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_8_2">
1073 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1074 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1075 <EntityType Name="Storage" BaseType="Storage.v1_8_1.Storage"/>
1076 <EntityType Name="StorageController" BaseType="Storage.v1_8_1.StorageController"/>
1077 </Schema>
1078
Gunnar Mills10f270b2021-05-19 15:34:06 -05001079 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_8_3">
1080 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001081 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001082 <EntityType Name="Storage" BaseType="Storage.v1_8_2.Storage"/>
1083 <EntityType Name="StorageController" BaseType="Storage.v1_8_2.StorageController"/>
1084 </Schema>
1085
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001086 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_8_4">
1087 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1088 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1089 <EntityType Name="Storage" BaseType="Storage.v1_8_3.Storage"/>
1090 </Schema>
1091
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001092 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_9_0">
1093 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1094 <Annotation Term="Redfish.Release" String="2020.3"/>
1095
1096 <EntityType Name="Storage" BaseType="Storage.v1_8_1.Storage">
1097 <NavigationProperty Name="Controllers" Type="StorageControllerCollection.StorageControllerCollection" ContainsTarget="true" Nullable="false">
1098 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1099 <Annotation Term="OData.Description" String="The set of controllers instantiated by this storage subsystem."/>
1100 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type StorageControllerCollection that contains the set of storage controllers allocated to this storage subsystem."/>
1101 <Annotation Term="OData.AutoExpandReferences"/>
1102 </NavigationProperty>
1103 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
1104 <Annotation Term="OData.Description" String="The durable names for the storage subsystem."/>
1105 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the storage subsystem."/>
1106 </Property>
1107 </EntityType>
1108
1109 <ComplexType Name="Links" BaseType="Storage.v1_0_0.Links">
1110 <NavigationProperty Name="SimpleStorage" Type="SimpleStorage.SimpleStorage" Nullable="false">
1111 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1112 <Annotation Term="OData.Description" String="The link to the simple storage instance that corresponds to this storage."/>
1113 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type SimpleStorage that represents the same storage subsystem as this resource."/>
1114 <Annotation Term="OData.AutoExpandReferences"/>
1115 </NavigationProperty>
1116 <NavigationProperty Name="StorageServices" Type="Collection(StorageService.StorageService)">
1117 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1118 <Annotation Term="OData.Description" String="An array of links to the storage services that connect to this storage subsystem."/>
1119 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type StorageService with which this storage subsystem is associated."/>
1120 <Annotation Term="OData.AutoExpandReferences"/>
1121 </NavigationProperty>
1122 </ComplexType>
1123 </Schema>
1124
Gunnar Mills262d7d42021-01-20 16:28:41 -06001125 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_9_1">
1126 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1127 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1128 <EntityType Name="Storage" BaseType="Storage.v1_9_0.Storage"/>
1129 <EntityType Name="StorageController" BaseType="Storage.v1_8_2.StorageController"/>
1130 </Schema>
1131
Gunnar Mills10f270b2021-05-19 15:34:06 -05001132 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_9_2">
1133 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001134 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001135 <EntityType Name="Storage" BaseType="Storage.v1_9_1.Storage"/>
1136 <EntityType Name="StorageController" BaseType="Storage.v1_9_1.StorageController"/>
1137 </Schema>
1138
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001139 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_9_3">
1140 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1141 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1142 <EntityType Name="Storage" BaseType="Storage.v1_9_2.Storage"/>
1143 </Schema>
1144
Gunnar Mills262d7d42021-01-20 16:28:41 -06001145 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_10_0">
1146 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1147 <Annotation Term="Redfish.Release" String="2020.4"/>
1148 <Annotation Term="OData.Description" String="This version was created to add Certificates and Measurements to devices for attestation and identity management."/>
1149
1150 <EntityType Name="Storage" BaseType="Storage.v1_9_1.Storage"/>
1151
1152 <EntityType Name="StorageController" BaseType="Storage.v1_9_1.StorageController">
1153 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1154 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1155 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1156 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that contains certificates for device identity and attestation."/>
1157 <Annotation Term="OData.AutoExpandReferences"/>
1158 </NavigationProperty>
1159 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1160 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1161 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
Sui Chen141d9432022-02-03 22:01:27 -08001162 <Annotation Term="Redfish.Revisions">
1163 <Collection>
1164 <Record>
1165 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1166 <PropertyValue Property="Version" String="v1_12_0"/>
1167 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/>
1168 </Record>
1169 </Collection>
1170 </Annotation>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001171 </Property>
1172 </EntityType>
1173 </Schema>
1174
Gunnar Mills10f270b2021-05-19 15:34:06 -05001175 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_10_1">
1176 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001177 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001178 <EntityType Name="Storage" BaseType="Storage.v1_10_0.Storage"/>
1179 <EntityType Name="StorageController" BaseType="Storage.v1_10_0.StorageController"/>
1180 </Schema>
1181
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001182 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_10_2">
1183 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1184 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1185 <EntityType Name="Storage" BaseType="Storage.v1_10_1.Storage"/>
1186 </Schema>
1187
Gunnar Mills9d424662021-09-22 21:56:16 -05001188 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_11_0">
1189 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1190 <Annotation Term="Redfish.Release" String="2021.2"/>
1191 <Annotation Term="OData.Description" String="This version was created to add the ResetToDefaults action."/>
1192
1193 <EntityType Name="Storage" BaseType="Storage.v1_10_1.Storage"/>
1194
1195 <EnumType Name="ResetToDefaultsType">
1196 <Member Name="ResetAll">
1197 <Annotation Term="OData.Description" String="Reset all settings to factory defaults and remove all volumes."/>
1198 </Member>
1199 <Member Name="PreserveVolumes">
1200 <Annotation Term="OData.Description" String="Reset all settings to factory defaults but preserve the configured volumes on the controllers."/>
1201 </Member>
1202 </EnumType>
1203
1204 <ComplexType Name="Links" BaseType="Storage.v1_9_0.Links">
1205 <NavigationProperty Name="HostingStorageSystems" Type="Collection(ComputerSystem.ComputerSystem)">
1206 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1207 <Annotation Term="OData.Description" String="The storage systems that host this storage subsystem."/>
1208 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type ComputerSystem that represent the storage systems that host this storage subsystem. The members of this array shall be in the StorageSystems resource collection off the service root."/>
1209 <Annotation Term="OData.AutoExpandReferences"/>
1210 </NavigationProperty>
1211 </ComplexType>
1212 </Schema>
1213
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001214 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_11_1">
1215 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1216 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1217 <EntityType Name="Storage" BaseType="Storage.v1_11_0.Storage"/>
1218 </Schema>
1219
Sui Chen141d9432022-02-03 22:01:27 -08001220 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_12_0">
1221 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1222 <Annotation Term="Redfish.Release" String="2021.4"/>
1223 <Annotation Term="OData.Description" String="This version was created to deprecate Measurements in favor of measurement reporting in the ComponentIntegrity resource."/>
1224
1225 <EntityType Name="Storage" BaseType="Storage.v1_11_0.Storage"/>
1226 </Schema>
1227
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001228 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_12_1">
1229 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1230 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1231 <EntityType Name="Storage" BaseType="Storage.v1_12_0.Storage"/>
1232 </Schema>
1233
Ed Tanoused761212022-09-23 15:03:29 -07001234 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_13_0">
1235 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1236 <Annotation Term="Redfish.Release" String="2022.1"/>
1237 <Annotation Term="OData.Description" String="This version was created to deprecate the StorageControllers array property in favor of the StorageController resource collection provided by the Controllers property."/>
1238
1239 <EntityType Name="Storage" BaseType="Storage.v1_12_0.Storage"/>
1240 </Schema>
1241
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001242 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_13_1">
1243 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1244 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1245 <EntityType Name="Storage" BaseType="Storage.v1_13_0.Storage"/>
1246 </Schema>
1247
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001248 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_14_0">
1249 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1250 <Annotation Term="Redfish.Release" String="2022.3"/>
1251
1252 <EntityType Name="Storage" BaseType="Storage.v1_13_0.Storage">
1253 <Property Name="HotspareActivationPolicy" Type="Storage.v1_14_0.HotspareActivationPolicy">
1254 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1255 <Annotation Term="OData.Description" String="The policy under which hot spare drives in this storage domain will activate."/>
1256 <Annotation Term="OData.LongDescription" String="This property shall contain the policy under which all drives operating as hot spares in this storage domain will activate."/>
1257 </Property>
1258 <Property Name="EncryptionMode" Type="Storage.v1_14_0.EncryptionMode">
1259 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1260 <Annotation Term="OData.Description" String="The encryption mode of this storage subsystem."/>
1261 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption mode of this storage subsystem."/>
1262 </Property>
1263 <Property Name="LocalEncryptionKeyIdentifier" Type="Edm.String">
1264 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1265 <Annotation Term="OData.Description" String="The local encryption key identifier used by the storage subsystem."/>
1266 <Annotation Term="OData.LongDescription" String="This property shall contain the local encryption key identifier used by the storage subsystem when EncryptionMode contains `UseLocalKey`."/>
1267 </Property>
1268 </EntityType>
1269
1270 <EnumType Name="HotspareActivationPolicy">
1271 <Member Name="OnDriveFailure">
1272 <Annotation Term="OData.Description" String="The hot spare drive will take over for the original drive when the original drive has been marked as failed by the storage domain."/>
1273 </Member>
1274 <Member Name="OnDrivePredictedFailure">
1275 <Annotation Term="OData.Description" String="The hot spare drive will take over for the original drive when the original drive has been predicted to fail in the future by the storage domain."/>
1276 </Member>
1277 <Member Name="OEM">
1278 <Annotation Term="OData.Description" String="The hot spare drive will take over for the original drive in an algorithm custom to the OEM."/>
1279 </Member>
1280 </EnumType>
1281
1282 <EnumType Name="EncryptionMode">
1283 <Member Name="Disabled">
1284 <Annotation Term="OData.Description" String="Encryption is disabled on the storage subsystem."/>
1285 </Member>
1286 <Member Name="UseExternalKey">
1287 <Annotation Term="OData.Description" String="The storage subsystem uses one or more external keys for encryption."/>
1288 </Member>
1289 <Member Name="UseLocalKey">
1290 <Annotation Term="OData.Description" String="The storage subsystem uses a local key for encryption."/>
1291 </Member>
1292 </EnumType>
1293 </Schema>
1294
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001295 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_14_1">
1296 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1297 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1298 <EntityType Name="Storage" BaseType="Storage.v1_14_0.Storage"/>
1299 </Schema>
1300
Ed Tanousf263e092023-05-22 09:56:29 -07001301 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_15_0">
1302 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1303 <Annotation Term="Redfish.Release" String="2023.1"/>
1304
1305 <EntityType Name="Storage" BaseType="Storage.v1_14_0.Storage">
1306 <NavigationProperty Name="Connections" Type="ConnectionCollection.ConnectionCollection" ContainsTarget="true" Nullable="false">
1307 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1308 <Annotation Term="OData.Description" String="The collection of links to the connections that this storage subsystem contains."/>
1309 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ConnectionCollection. The members of this collection shall reference Connection resources subordinate to Fabric resources."/>
1310 <Annotation Term="OData.AutoExpandReferences"/>
1311 </NavigationProperty>
1312 <Property Name="AutoVolumeCreate" Type="Storage.v1_15_0.AutoVolumeCreate">
1313 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001314 <Annotation Term="OData.Description" String="Indicates if this storage subsystem automatically creates new volumes for unassigned drives."/>
Ed Tanousf263e092023-05-22 09:56:29 -07001315 <Annotation Term="OData.LongDescription" String="This property shall indicate if volumes are created automatically for each unassigned drive attached to this storage subsystem."/>
1316 </Property>
1317 </EntityType>
1318
1319 <ComplexType Name="Links" BaseType="Storage.v1_11_0.Links">
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001320 <NavigationProperty Name="NVMeoFDiscoverySubsystems" Type="Collection(Storage.Storage)">
Ed Tanousf263e092023-05-22 09:56:29 -07001321 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1322 <Annotation Term="OData.Description" String="An array of links to the discovery subsystems that discovered this subsystem in an NVMe-oF environment."/>
1323 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Storage that represent the discovery subsystems that discovered this subsystem in an NVMe-oF environment."/>
1324 </NavigationProperty>
1325 </ComplexType>
1326
1327 <EnumType Name="AutoVolumeCreate">
1328 <Member Name="Disabled">
1329 <Annotation Term="OData.Description" String="Do not automatically create volumes."/>
1330 </Member>
1331 <Member Name="NonRAID">
1332 <Annotation Term="OData.Description" String="Automatically create non-RAID volumes."/>
1333 </Member>
1334 <Member Name="RAID0">
1335 <Annotation Term="OData.Description" String="Automatically create RAID0 volumes."/>
1336 </Member>
1337 <Member Name="RAID1">
1338 <Annotation Term="OData.Description" String="Automatically create RAID1 volumes."/>
1339 </Member>
1340 </EnumType>
1341 </Schema>
1342
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_15_1">
1344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1345 <Annotation Term="OData.Description" String="This version was created to correct the spelling of the NVMeoFDiscoverySubsystems property. It was also created to correct various typographical errors."/>
1346 <EntityType Name="Storage" BaseType="Storage.v1_15_0.Storage"/>
1347 </Schema>
1348
Jason M. Billsea4aa752018-06-05 13:29:11 -07001349 </edmx:DataServices>
1350</edmx:Edmx>