blob: c87a322ddceeb85b7a69e8b0f737552e50fdada3 [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 Mills262d7d42021-01-20 16:28:41 -06004<!--# Redfish Schema: Storage v1.10.0 -->
Gunnar Mills6f44b752020-02-06 16:50:51 -06005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF in cooperation with the Storage Networking Industry Association (SNIA). -->
Gunnar Mills6f44b752020-02-06 16:50:51 -06009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
Jason M. Billsea4aa752018-06-05 13:29:11 -070011<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://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>
Jason M. Billsea4aa752018-06-05 13:29:11 -070094
95 <edmx:DataServices>
96
97 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage">
98 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
99
100 <EntityType Name="Storage" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500101 <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."/>
102 <Annotation Term="OData.LongDescription" String="This resource shall represent a storage subsystem in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700103 <Annotation Term="Capabilities.InsertRestrictions">
104 <Record>
105 <PropertyValue Property="Insertable" Bool="false"/>
106 </Record>
107 </Annotation>
108 <Annotation Term="Capabilities.UpdateRestrictions">
109 <Record>
110 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700111 <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 -0700112 </Record>
113 </Annotation>
114 <Annotation Term="Capabilities.DeleteRestrictions">
115 <Record>
116 <PropertyValue Property="Deletable" Bool="false"/>
117 </Record>
118 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800119 <Annotation Term="Redfish.Uris">
120 <Collection>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500121 <String>/redfish/v1/Storage/{StorageId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800122 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}</String>
123 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}</String>
124 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600125 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}</String>
126 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800127 </Collection>
128 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700129 </EntityType>
130
131 <EntityType Name="StorageController" BaseType="Resource.v1_0_0.ReferenceableMember" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700132 <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 Millsa778c022020-05-12 12:20:36 -0500133 <Annotation Term="OData.LongDescription" String="This resource shall represent a resource that represents a storage controller in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700134 </EntityType>
135
136 <Action Name="SetEncryptionKey" IsBound="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500137 <Annotation Term="OData.Description" String="This action sets the encryption key for the storage subsystem."/>
138 <Annotation Term="OData.LongDescription" String="This action shall set the encryption key for the storage subsystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700139 <Parameter Name="Storage" Type="Storage.v1_0_0.Actions"/>
140 <Parameter Name="EncryptionKey" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700141 <Annotation Term="OData.Description" String="The encryption key to set on the storage subsystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700142 <Annotation Term="OData.LongDescription" String="This parameter shall contain the encryption key to set on the storage subsystem."/>
143 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700144 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700145 </Schema>
146
147 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_0">
148 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600149 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700150
151 <EntityType Name="Storage" BaseType="Storage.Storage">
Ed Tanous530520e2019-01-02 13:41:37 -0800152 <NavigationProperty Name="StorageControllers" Type="Collection(Storage.v1_0_0.StorageController)" ContainsTarget="true">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700153 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500154 <Annotation Term="OData.Description" String="The set of storage controllers that this resource represents."/>
155 <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 -0700156 <Annotation Term="OData.AutoExpand"/>
157 </NavigationProperty>
158 <NavigationProperty Name="Drives" Type="Collection(Drive.Drive)" ContainsTarget="true">
159 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500160 <Annotation Term="OData.Description" String="The set of drives attached to the storage controllers that this resource represents."/>
161 <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 -0700162 <Annotation Term="OData.AutoExpandReferences"/>
163 </NavigationProperty>
164 <NavigationProperty Name="Volumes" Type="VolumeCollection.VolumeCollection" ContainsTarget="true" Nullable="false">
165 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700166 <Annotation Term="OData.Description" String="The set of volumes that the storage controllers produce."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500167 <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 -0700168 <Annotation Term="OData.AutoExpandReferences"/>
169 </NavigationProperty>
170 <Property Name="Links" Type="Storage.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500171 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
172 <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 -0700173 </Property>
174 <Property Name="Actions" Type="Storage.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500175 <Annotation Term="OData.Description" String="The available actions for this resource."/>
176 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700177 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800178 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500179 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
180 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800181 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700182 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
183 <Annotation Term="OData.Description" String="Redundancy information for the storage subsystem."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800184 <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the storage subsystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700185 <Annotation Term="OData.AutoExpand"/>
186 </NavigationProperty>
187 </EntityType>
188
189 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500190 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
191 <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 -0700192 <NavigationProperty Name="Enclosures" Type="Collection(Chassis.Chassis)">
193 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700194 <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 -0500195 <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 -0700196 <Annotation Term="OData.AutoExpandReferences"/>
197 </NavigationProperty>
198 </ComplexType>
199
200 <ComplexType Name="Actions">
201 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500202 <Annotation Term="OData.Description" String="The available actions for this resource."/>
203 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800204 <Property Name="Oem" Type="Storage.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500205 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
206 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800207 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700208 </ComplexType>
209
210 <ComplexType Name="OemActions">
211 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500212 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
213 <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 -0700214 </ComplexType>
215
216 <EntityType Name="StorageController" BaseType="Storage.StorageController">
Ed Tanous530520e2019-01-02 13:41:37 -0800217 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500218 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
219 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800220 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700221 <Property Name="SpeedGbps" Type="Edm.Decimal">
222 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800223 <Annotation Term="OData.Description" String="The maximum speed of the storage controller's device interface."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500224 <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 -0700225 <Annotation Term="Validation.Minimum" Int="0"/>
226 <Annotation Term="Measures.Unit" String="Gbit/s"/>
227 </Property>
228 <Property Name="FirmwareVersion" Type="Edm.String">
229 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700230 <Annotation Term="OData.Description" String="The firmware version of this storage controller."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600231 <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 -0700232 </Property>
233 <Property Name="Manufacturer" Type="Edm.String">
234 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700235 <Annotation Term="OData.Description" String="The manufacturer of this storage controller."/>
236 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the storage controller. This organization might be the entity from which the storage controller is purchased, but this is not necessarily true."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700237 </Property>
238 <Property Name="Model" Type="Edm.String">
239 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700240 <Annotation Term="OData.Description" String="The model number for the storage controller."/>
241 <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 -0700242 </Property>
243 <Property Name="SKU" Type="Edm.String">
244 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700245 <Annotation Term="OData.Description" String="The SKU for this storage controller."/>
246 <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit number for this storage storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700247 </Property>
248 <Property Name="SerialNumber" Type="Edm.String">
249 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
250 <Annotation Term="OData.Description" String="The serial number for this storage controller."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700251 <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 -0700252 </Property>
253 <Property Name="PartNumber" Type="Edm.String">
254 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
255 <Annotation Term="OData.Description" String="The part number for this storage controller."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700256 <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 -0700257 </Property>
258 <Property Name="AssetTag" Type="Edm.String">
259 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700260 <Annotation Term="OData.Description" String="The user-assigned asset tag for this storage controller."/>
261 <Annotation Term="OData.LongDescription" String="This property shall track the storage controller for inventory purposes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700262 </Property>
263 <Property Name="SupportedControllerProtocols" Type="Collection(Protocol.Protocol)" Nullable="false">
264 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700265 <Annotation Term="OData.Description" String="The supported set of protocols for communicating to this storage controller."/>
266 <Annotation Term="OData.LongDescription" String="This property shall contain the supported set of protocols for communicating to this storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700267 </Property>
268 <Property Name="SupportedDeviceProtocols" Type="Collection(Protocol.Protocol)" Nullable="false">
269 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700270 <Annotation Term="OData.Description" String="The protocols that the storage controller can use to communicate with attached devices."/>
271 <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 -0700272 </Property>
273 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500274 <Annotation Term="OData.Description" String="The durable names for the storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700275 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated storage controller."/>
276 </Property>
277 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700278 </Schema>
279
280 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_1">
281 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
282 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
283 <EntityType Name="Storage" BaseType="Storage.v1_0_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500284 <EntityType Name="StorageController" BaseType="Storage.v1_0_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700285 </Schema>
286
287 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_2">
288 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
289 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
290 <EntityType Name="Storage" BaseType="Storage.v1_0_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500291 <EntityType Name="StorageController" BaseType="Storage.v1_0_1.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700292 </Schema>
293
294 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_3">
295 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700296 <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 -0700297 <EntityType Name="Storage" BaseType="Storage.v1_0_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500298 <EntityType Name="StorageController" BaseType="Storage.v1_0_2.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700299 </Schema>
300
301 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_4">
302 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500303 <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 -0700304 <EntityType Name="Storage" BaseType="Storage.v1_0_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500305 <EntityType Name="StorageController" BaseType="Storage.v1_0_3.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700306 </Schema>
307
Ed Tanous530520e2019-01-02 13:41:37 -0800308 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_5">
309 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
310 <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."/>
311 <EntityType Name="Storage" BaseType="Storage.v1_0_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500312 <EntityType Name="StorageController" BaseType="Storage.v1_0_4.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800313 </Schema>
314
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600315 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_6">
316 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500317 <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 -0600318 <EntityType Name="Storage" BaseType="Storage.v1_0_5.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500319 <EntityType Name="StorageController" BaseType="Storage.v1_0_5.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600320 </Schema>
321
Ed Tanouscb103132019-10-08 11:34:22 -0700322 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_7">
323 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
324 <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."/>
325 <EntityType Name="Storage" BaseType="Storage.v1_0_6.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500326 <EntityType Name="StorageController" BaseType="Storage.v1_0_6.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700327 </Schema>
328
329 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_8">
330 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
331 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
332 <EntityType Name="Storage" BaseType="Storage.v1_0_7.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500333 <EntityType Name="StorageController" BaseType="Storage.v1_0_7.StorageController"/>
334 </Schema>
335
336 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_9">
337 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
338 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
339 <EntityType Name="Storage" BaseType="Storage.v1_0_8.Storage"/>
340 <EntityType Name="StorageController" BaseType="Storage.v1_0_8.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700341 </Schema>
342
Gunnar Mills262d7d42021-01-20 16:28:41 -0600343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_10">
344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
346 <EntityType Name="Storage" BaseType="Storage.v1_0_9.Storage"/>
347 <EntityType Name="StorageController" BaseType="Storage.v1_0_9.StorageController"/>
348 </Schema>
349
Jason M. Billsea4aa752018-06-05 13:29:11 -0700350 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_0">
351 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600352 <Annotation Term="Redfish.Release" String="2016.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500353
Jason M. Billsea4aa752018-06-05 13:29:11 -0700354 <EntityType Name="Storage" BaseType="Storage.v1_0_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500355
356 <EntityType Name="StorageController" BaseType="Storage.v1_0_1.StorageController">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700357 <Property Name="Links" Type="Storage.v1_1_0.StorageControllerLinks" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500358 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
359 <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 -0700360 </Property>
361 </EntityType>
362
363 <ComplexType Name="StorageControllerLinks" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500364 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
365 <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 -0700366 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
Ed Tanouscb103132019-10-08 11:34:22 -0700367 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this controller."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500368 <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 -0700369 <Annotation Term="OData.AutoExpandReferences"/>
370 </NavigationProperty>
371 </ComplexType>
372 </Schema>
373
374 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_1">
375 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
376 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
377 <EntityType Name="Storage" BaseType="Storage.v1_1_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500378 <EntityType Name="StorageController" BaseType="Storage.v1_1_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700379 </Schema>
380
381 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_2">
382 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700383 <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 -0700384 <EntityType Name="Storage" BaseType="Storage.v1_1_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500385 <EntityType Name="StorageController" BaseType="Storage.v1_1_1.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700386 </Schema>
387
388 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_3">
389 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500390 <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 -0700391 <EntityType Name="Storage" BaseType="Storage.v1_1_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500392 <EntityType Name="StorageController" BaseType="Storage.v1_1_2.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700393 </Schema>
394
Ed Tanous530520e2019-01-02 13:41:37 -0800395 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_4">
396 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397 <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."/>
398 <EntityType Name="Storage" BaseType="Storage.v1_1_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500399 <EntityType Name="StorageController" BaseType="Storage.v1_1_3.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800400 </Schema>
401
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600402 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_5">
403 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500404 <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 -0600405 <EntityType Name="Storage" BaseType="Storage.v1_1_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500406 <EntityType Name="StorageController" BaseType="Storage.v1_1_4.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600407 </Schema>
408
Ed Tanouscb103132019-10-08 11:34:22 -0700409 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_6">
410 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
411 <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."/>
412 <EntityType Name="Storage" BaseType="Storage.v1_1_5.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500413 <EntityType Name="StorageController" BaseType="Storage.v1_1_5.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700414 </Schema>
415
416 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_7">
417 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
418 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
419 <EntityType Name="Storage" BaseType="Storage.v1_1_6.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500420 <EntityType Name="StorageController" BaseType="Storage.v1_1_6.StorageController"/>
421 </Schema>
422
423 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_8">
424 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
425 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
426 <EntityType Name="Storage" BaseType="Storage.v1_1_7.Storage"/>
427 <EntityType Name="StorageController" BaseType="Storage.v1_1_7.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700428 </Schema>
429
Gunnar Mills262d7d42021-01-20 16:28:41 -0600430 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_9">
431 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
432 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
433 <EntityType Name="Storage" BaseType="Storage.v1_1_8.Storage"/>
434 <EntityType Name="StorageController" BaseType="Storage.v1_1_8.StorageController"/>
435 </Schema>
436
Jason M. Billsea4aa752018-06-05 13:29:11 -0700437 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_0">
438 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600439 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500440
Jason M. Billsea4aa752018-06-05 13:29:11 -0700441 <EntityType Name="Storage" BaseType="Storage.v1_1_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500442
443 <EntityType Name="StorageController" BaseType="Storage.v1_1_2.StorageController">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700444 <Property Name="Actions" Type="Storage.v1_2_0.StorageControllerActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500445 <Annotation Term="OData.Description" String="The available actions for this resource."/>
446 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700447 </Property>
448 </EntityType>
449
450 <ComplexType Name="StorageControllerActions">
451 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500452 <Annotation Term="OData.Description" String="The available actions for this resource."/>
453 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800454 <Property Name="Oem" Type="Storage.v1_2_0.StorageControllerOemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500455 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
456 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800457 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700458 </ComplexType>
459
460 <ComplexType Name="StorageControllerOemActions">
461 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500462 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
463 <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 -0700464 </ComplexType>
465 </Schema>
466
467 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_1">
468 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500469 <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 -0700470 <EntityType Name="Storage" BaseType="Storage.v1_2_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500471 <EntityType Name="StorageController" BaseType="Storage.v1_2_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700472 </Schema>
473
Ed Tanous530520e2019-01-02 13:41:37 -0800474 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_2">
475 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
476 <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."/>
477 <EntityType Name="Storage" BaseType="Storage.v1_2_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500478 <EntityType Name="StorageController" BaseType="Storage.v1_2_1.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800479 </Schema>
480
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600481 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_3">
482 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500483 <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 -0600484 <EntityType Name="Storage" BaseType="Storage.v1_2_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500485 <EntityType Name="StorageController" BaseType="Storage.v1_2_2.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600486 </Schema>
487
Ed Tanouscb103132019-10-08 11:34:22 -0700488 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_4">
489 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
490 <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."/>
491 <EntityType Name="Storage" BaseType="Storage.v1_2_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500492 <EntityType Name="StorageController" BaseType="Storage.v1_2_3.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700493 </Schema>
494
495 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_5">
496 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
497 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
498 <EntityType Name="Storage" BaseType="Storage.v1_2_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500499 <EntityType Name="StorageController" BaseType="Storage.v1_2_4.StorageController"/>
500 </Schema>
501
502 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_6">
503 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
504 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
505 <EntityType Name="Storage" BaseType="Storage.v1_2_5.Storage"/>
506 <EntityType Name="StorageController" BaseType="Storage.v1_2_5.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700507 </Schema>
508
Gunnar Mills262d7d42021-01-20 16:28:41 -0600509 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_7">
510 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
511 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
512 <EntityType Name="Storage" BaseType="Storage.v1_2_6.Storage"/>
513 <EntityType Name="StorageController" BaseType="Storage.v1_2_6.StorageController"/>
514 </Schema>
515
Jason M. Billsea4aa752018-06-05 13:29:11 -0700516 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_0">
517 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600518 <Annotation Term="Redfish.Release" String="2017.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500519
Jason M. Billsea4aa752018-06-05 13:29:11 -0700520 <EntityType Name="Storage" BaseType="Storage.v1_2_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500521
Jason M. Billsea4aa752018-06-05 13:29:11 -0700522 <EntityType Name="StorageController" BaseType="Storage.v1_2_0.StorageController">
523 <Property Name="Name" Type="Edm.String">
524 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500525 <Annotation Term="OData.Description" String="The name of the storage controller."/>
526 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700527 </Property>
528 </EntityType>
529 </Schema>
530
531 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_1">
532 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500533 <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 -0700534 <EntityType Name="Storage" BaseType="Storage.v1_3_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500535 <EntityType Name="StorageController" BaseType="Storage.v1_3_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700536 </Schema>
537
Ed Tanous530520e2019-01-02 13:41:37 -0800538 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_2">
539 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
540 <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."/>
541 <EntityType Name="Storage" BaseType="Storage.v1_3_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500542 <EntityType Name="StorageController" BaseType="Storage.v1_3_1.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800543 </Schema>
544
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600545 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_3">
546 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500547 <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 -0600548 <EntityType Name="Storage" BaseType="Storage.v1_3_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500549 <EntityType Name="StorageController" BaseType="Storage.v1_3_2.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600550 </Schema>
551
Ed Tanouscb103132019-10-08 11:34:22 -0700552 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_4">
553 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
554 <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."/>
555 <EntityType Name="Storage" BaseType="Storage.v1_3_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500556 <EntityType Name="StorageController" BaseType="Storage.v1_3_3.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700557 </Schema>
558
559 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_5">
560 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
561 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
562 <EntityType Name="Storage" BaseType="Storage.v1_3_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500563 <EntityType Name="StorageController" BaseType="Storage.v1_3_4.StorageController"/>
564 </Schema>
565
566 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_6">
567 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
569 <EntityType Name="Storage" BaseType="Storage.v1_3_5.Storage"/>
570 <EntityType Name="StorageController" BaseType="Storage.v1_3_5.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700571 </Schema>
572
Gunnar Mills262d7d42021-01-20 16:28:41 -0600573 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_7">
574 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
575 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
576 <EntityType Name="Storage" BaseType="Storage.v1_3_6.Storage"/>
577 <EntityType Name="StorageController" BaseType="Storage.v1_3_6.StorageController"/>
578 </Schema>
579
Jason M. Billsea4aa752018-06-05 13:29:11 -0700580 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_0">
581 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600582 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500583
Jason M. Billsea4aa752018-06-05 13:29:11 -0700584 <EntityType Name="Storage" BaseType="Storage.v1_3_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500585
586 <EntityType Name="StorageController" BaseType="Storage.v1_3_1.StorageController">
Ed Tanous530520e2019-01-02 13:41:37 -0800587 <Property Name="Location" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700588 <Annotation Term="OData.Description" String="The location of the storage controller."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800589 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated storage controller."/>
590 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700591 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
592 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700593 <Annotation Term="OData.Description" String="The link to the assembly associated with this storage controller."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500594 <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 -0700595 <Annotation Term="OData.AutoExpandReferences"/>
596 </NavigationProperty>
597 </EntityType>
598
599 <ComplexType Name="StorageControllerLinks" BaseType="Storage.v1_1_0.StorageControllerLinks">
600 <NavigationProperty Name="StorageServices" Type="Collection(StorageService.StorageService)">
Gunnar Millsa778c022020-05-12 12:20:36 -0500601 <Annotation Term="OData.Description" String="An array of links to the storage services that connect to this controller."/>
602 <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 -0700603 <Annotation Term="OData.AutoExpandReferences"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500604 <Annotation Term="Redfish.Revisions">
605 <Collection>
606 <Record>
607 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
608 <PropertyValue Property="Version" String="v1_9_0"/>
609 <PropertyValue Property="Description" String="This property has been deprecated in favor of StorageServices within the Links property at the root level."/>
610 </Record>
611 </Collection>
612 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700613 </NavigationProperty>
614 </ComplexType>
615 </Schema>
616
Ed Tanous530520e2019-01-02 13:41:37 -0800617 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_1">
618 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
619 <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."/>
620 <EntityType Name="Storage" BaseType="Storage.v1_4_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500621 <EntityType Name="StorageController" BaseType="Storage.v1_4_0.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800622 </Schema>
623
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600624 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_2">
625 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500626 <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 -0600627 <EntityType Name="Storage" BaseType="Storage.v1_4_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500628 <EntityType Name="StorageController" BaseType="Storage.v1_4_1.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600629 </Schema>
630
Ed Tanouscb103132019-10-08 11:34:22 -0700631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_3">
632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
633 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
634 <EntityType Name="Storage" BaseType="Storage.v1_4_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500635 <EntityType Name="StorageController" BaseType="Storage.v1_4_2.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700636 </Schema>
637
638 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_4">
639 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
640 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
641 <EntityType Name="Storage" BaseType="Storage.v1_4_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500642 <EntityType Name="StorageController" BaseType="Storage.v1_4_3.StorageController"/>
643 </Schema>
644
645 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_5">
646 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
647 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
648 <EntityType Name="Storage" BaseType="Storage.v1_4_4.Storage"/>
649 <EntityType Name="StorageController" BaseType="Storage.v1_4_4.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700650 </Schema>
651
Gunnar Mills262d7d42021-01-20 16:28:41 -0600652 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_6">
653 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
654 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
655 <EntityType Name="Storage" BaseType="Storage.v1_4_5.Storage"/>
656 <EntityType Name="StorageController" BaseType="Storage.v1_4_5.StorageController"/>
657 </Schema>
658
Ed Tanous530520e2019-01-02 13:41:37 -0800659 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_0">
660 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600661 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500662
Ed Tanous530520e2019-01-02 13:41:37 -0800663 <EntityType Name="Storage" BaseType="Storage.v1_4_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500664
665 <EntityType Name="StorageController" BaseType="Storage.v1_4_1.StorageController">
Ed Tanous530520e2019-01-02 13:41:37 -0800666 <Property Name="CacheSummary" Type="Storage.v1_5_0.CacheSummary" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700667 <Annotation Term="OData.Description" String="The cache memory of the storage controller in general detail."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500668 <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 -0800669 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700670 <Property Name="PCIeInterface" Type="PCIeDevice.PCIeInterface" Nullable="false">
Ed Tanous530520e2019-01-02 13:41:37 -0800671 <Annotation Term="OData.Description" String="The PCIe interface details for this controller."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700672 <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 -0800673 </Property>
674 </EntityType>
675
676 <ComplexType Name="CacheSummary">
677 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700678 <Annotation Term="OData.Description" String="This type describes the cache memory of the storage controller in general detail."/>
679 <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 -0800680 <Property Name="TotalCacheSizeMiB" Type="Edm.Int64">
681 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
682 <Annotation Term="OData.Description" String="The total configured cache memory, measured in MiB."/>
683 <Annotation Term="OData.LongDescription" String="This property shall contain the amount of configured cache memory as measured in mebibytes."/>
684 <Annotation Term="Validation.Minimum" Int="0"/>
685 <Annotation Term="Measures.Unit" String="MiBy"/>
686 <Annotation Term="Redfish.Required"/>
687 </Property>
688 <Property Name="PersistentCacheSizeMiB" Type="Edm.Int64">
689 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
690 <Annotation Term="OData.Description" String="The portion of the cache memory that is persistent, measured in MiB."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600691 <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 -0800692 <Annotation Term="Validation.Minimum" Int="0"/>
693 <Annotation Term="Measures.Unit" String="MiBy"/>
694 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700695 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500696 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
697 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800698 </Property>
699 </ComplexType>
Ed Tanous530520e2019-01-02 13:41:37 -0800700 </Schema>
701
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600702 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_1">
703 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500704 <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 -0600705 <EntityType Name="Storage" BaseType="Storage.v1_5_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500706 <EntityType Name="StorageController" BaseType="Storage.v1_5_0.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600707 </Schema>
708
Ed Tanouscb103132019-10-08 11:34:22 -0700709 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_2">
710 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
711 <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."/>
712 <EntityType Name="Storage" BaseType="Storage.v1_5_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500713 <EntityType Name="StorageController" BaseType="Storage.v1_5_1.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700714 </Schema>
715
716 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_3">
717 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
718 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
719 <EntityType Name="Storage" BaseType="Storage.v1_5_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500720 <EntityType Name="StorageController" BaseType="Storage.v1_5_2.StorageController"/>
721 </Schema>
722
723 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_4">
724 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
725 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
726 <EntityType Name="Storage" BaseType="Storage.v1_5_3.Storage"/>
727 <EntityType Name="StorageController" BaseType="Storage.v1_5_3.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700728 </Schema>
729
Gunnar Mills262d7d42021-01-20 16:28:41 -0600730 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_5">
731 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
732 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
733 <EntityType Name="Storage" BaseType="Storage.v1_5_4.Storage"/>
734 <EntityType Name="StorageController" BaseType="Storage.v1_5_4.StorageController"/>
735 </Schema>
736
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600737 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_0">
738 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
739 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500740
741 <EntityType Name="Storage" BaseType="Storage.v1_5_1.Storage"/>
742
743 <EntityType Name="StorageController" BaseType="Storage.v1_5_1.StorageController">
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600744 <Property Name="SupportedRAIDTypes" Type="Collection(Volume.RAIDType)">
745 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700746 <Annotation Term="OData.Description" String="The set of RAID types supported by the storage controller."/>
747 <Annotation Term="OData.LongDescription" String="This property shall contain an array of all the RAID types supported by this controller."/>
748 </Property>
749 </EntityType>
750 </Schema>
751
752 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_1">
753 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
754 <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."/>
755 <EntityType Name="Storage" BaseType="Storage.v1_6_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500756 <EntityType Name="StorageController" BaseType="Storage.v1_6_0.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700757 </Schema>
758
759 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_2">
760 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
761 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
762 <EntityType Name="Storage" BaseType="Storage.v1_6_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500763 <EntityType Name="StorageController" BaseType="Storage.v1_6_1.StorageController"/>
764 </Schema>
765
766 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_3">
767 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
768 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
769 <EntityType Name="Storage" BaseType="Storage.v1_6_2.Storage"/>
770 <EntityType Name="StorageController" BaseType="Storage.v1_6_2.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700771 </Schema>
772
Gunnar Mills262d7d42021-01-20 16:28:41 -0600773 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_4">
774 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
775 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
776 <EntityType Name="Storage" BaseType="Storage.v1_6_3.Storage"/>
777 <EntityType Name="StorageController" BaseType="Storage.v1_6_3.StorageController"/>
778 </Schema>
779
Ed Tanouscb103132019-10-08 11:34:22 -0700780 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_0">
781 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
782 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500783
Ed Tanouscb103132019-10-08 11:34:22 -0700784 <EntityType Name="Storage" BaseType="Storage.v1_6_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500785
786 <EntityType Name="StorageController" BaseType="Storage.v1_6_1.StorageController">
Ed Tanouscb103132019-10-08 11:34:22 -0700787 <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false">
788 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500789 <Annotation Term="OData.Description" String="The link to the collection of ports that exist on the storage controller."/>
790 <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 -0700791 </NavigationProperty>
792 <Property Name="ControllerRates" Type="Storage.v1_7_0.Rates" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500793 <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 -0700794 <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 -0600795 </Property>
796 </EntityType>
797
Ed Tanouscb103132019-10-08 11:34:22 -0700798 <ComplexType Name="Rates">
799 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500800 <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 -0700801 <Annotation Term="OData.LongDescription" String="This type shall contain all the rate settings available on the controller."/>
802 <Property Name="RebuildRatePercent" Type="Edm.Int64">
803 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500804 <Annotation Term="OData.Description" String="The percentage of controller resources used for rebuilding/repairing volumes."/>
805 <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 -0700806 <Annotation Term="Validation.Minimum" Int="0"/>
807 <Annotation Term="Validation.Maximum" Int="100"/>
808 </Property>
809 <Property Name="TransformationRatePercent" Type="Edm.Int64">
810 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500811 <Annotation Term="OData.Description" String="The percentage of controller resources used for transforming volumes from one configuration to another."/>
812 <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 -0700813 <Annotation Term="Validation.Minimum" Int="0"/>
814 <Annotation Term="Validation.Maximum" Int="100"/>
815 </Property>
816 <Property Name="ConsistencyCheckRatePercent" Type="Edm.Int64">
817 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500818 <Annotation Term="OData.Description" String="The percentage of controller resources used for performing a data consistency check on volumes."/>
819 <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 -0700820 <Annotation Term="Validation.Minimum" Int="0"/>
821 <Annotation Term="Validation.Maximum" Int="100"/>
822 </Property>
823 </ComplexType>
824
825 <ComplexType Name="StorageControllerLinks" BaseType="Storage.v1_4_0.StorageControllerLinks">
826 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
Gunnar Millsa778c022020-05-12 12:20:36 -0500827 <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the storage controller produces."/>
828 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type PCIeFunction that represents the PCIe functions associated with this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700829 <Annotation Term="OData.AutoExpandReferences"/>
830 </NavigationProperty>
831 </ComplexType>
832 </Schema>
833
834 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_1">
835 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
836 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
837 <EntityType Name="Storage" BaseType="Storage.v1_7_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500838 <EntityType Name="StorageController" BaseType="Storage.v1_7_0.StorageController"/>
839 </Schema>
840
841 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_2">
842 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
843 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
844 <EntityType Name="Storage" BaseType="Storage.v1_7_1.Storage"/>
845 <EntityType Name="StorageController" BaseType="Storage.v1_7_1.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600846 </Schema>
847
Gunnar Mills262d7d42021-01-20 16:28:41 -0600848 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_3">
849 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
850 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
851 <EntityType Name="Storage" BaseType="Storage.v1_7_2.Storage"/>
852 <EntityType Name="StorageController" BaseType="Storage.v1_7_2.StorageController"/>
853 </Schema>
854
Gunnar Mills6f44b752020-02-06 16:50:51 -0600855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_8_0">
856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
857 <Annotation Term="Redfish.Release" String="2019.3"/>
858
859 <EntityType Name="Storage" BaseType="Storage.v1_7_1.Storage">
860 <NavigationProperty Name="FileSystems" Type="FileSystemCollection.FileSystemCollection" Nullable="false" ContainsTarget="true">
861 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500862 <Annotation Term="OData.Description" String="All file systems that are allocated by this storage subsystem."/>
863 <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 -0600864 <Annotation Term="OData.AutoExpandReferences"/>
865 </NavigationProperty>
866 <NavigationProperty Name="StoragePools" Type="StoragePoolCollection.StoragePoolCollection" Nullable="false" ContainsTarget="true">
867 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
868 <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 -0500869 <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 -0600870 <Annotation Term="OData.AutoExpandReferences"/>
871 </NavigationProperty>
872 <NavigationProperty Name="StorageGroups" Type="StorageGroupCollection.StorageGroupCollection" ContainsTarget="true" Nullable="false">
873 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
874 <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 -0500875 <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 -0600876 <Annotation Term="OData.AutoExpandReferences"/>
877 </NavigationProperty>
878 <NavigationProperty Name="EndpointGroups" Type="EndpointGroupCollection.EndpointGroupCollection" Nullable="false" ContainsTarget="true">
879 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
880 <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 Millsa778c022020-05-12 12:20:36 -0500881 <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 -0600882 <Annotation Term="OData.AutoExpandReferences"/>
883 </NavigationProperty>
884 <NavigationProperty Name="ConsistencyGroups" Type="ConsistencyGroupCollection.ConsistencyGroupCollection" ContainsTarget="true" Nullable="false">
885 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
886 <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 -0500887 <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 -0600888 <Annotation Term="OData.AutoExpandReferences"/>
889 </NavigationProperty>
890 </EntityType>
Gunnar Millsa778c022020-05-12 12:20:36 -0500891
892 <EntityType Name="StorageController" BaseType="Storage.v1_7_1.StorageController"/>
893 </Schema>
894
895 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_8_1">
896 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
897 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
898 <EntityType Name="Storage" BaseType="Storage.v1_8_0.Storage"/>
899 <EntityType Name="StorageController" BaseType="Storage.v1_8_0.StorageController"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600900 </Schema>
901
Gunnar Mills262d7d42021-01-20 16:28:41 -0600902 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_8_2">
903 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
904 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
905 <EntityType Name="Storage" BaseType="Storage.v1_8_1.Storage"/>
906 <EntityType Name="StorageController" BaseType="Storage.v1_8_1.StorageController"/>
907 </Schema>
908
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500909 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_9_0">
910 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
911 <Annotation Term="Redfish.Release" String="2020.3"/>
912
913 <EntityType Name="Storage" BaseType="Storage.v1_8_1.Storage">
914 <NavigationProperty Name="Controllers" Type="StorageControllerCollection.StorageControllerCollection" ContainsTarget="true" Nullable="false">
915 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
916 <Annotation Term="OData.Description" String="The set of controllers instantiated by this storage subsystem."/>
917 <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."/>
918 <Annotation Term="OData.AutoExpandReferences"/>
919 </NavigationProperty>
920 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
921 <Annotation Term="OData.Description" String="The durable names for the storage subsystem."/>
922 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the storage subsystem."/>
923 </Property>
924 </EntityType>
925
926 <ComplexType Name="Links" BaseType="Storage.v1_0_0.Links">
927 <NavigationProperty Name="SimpleStorage" Type="SimpleStorage.SimpleStorage" Nullable="false">
928 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
929 <Annotation Term="OData.Description" String="The link to the simple storage instance that corresponds to this storage."/>
930 <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."/>
931 <Annotation Term="OData.AutoExpandReferences"/>
932 </NavigationProperty>
933 <NavigationProperty Name="StorageServices" Type="Collection(StorageService.StorageService)">
934 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
935 <Annotation Term="OData.Description" String="An array of links to the storage services that connect to this storage subsystem."/>
936 <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."/>
937 <Annotation Term="OData.AutoExpandReferences"/>
938 </NavigationProperty>
939 </ComplexType>
940 </Schema>
941
Gunnar Mills262d7d42021-01-20 16:28:41 -0600942 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_9_1">
943 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
945 <EntityType Name="Storage" BaseType="Storage.v1_9_0.Storage"/>
946 <EntityType Name="StorageController" BaseType="Storage.v1_8_2.StorageController"/>
947 </Schema>
948
949 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_10_0">
950 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
951 <Annotation Term="Redfish.Release" String="2020.4"/>
952 <Annotation Term="OData.Description" String="This version was created to add Certificates and Measurements to devices for attestation and identity management."/>
953
954 <EntityType Name="Storage" BaseType="Storage.v1_9_1.Storage"/>
955
956 <EntityType Name="StorageController" BaseType="Storage.v1_9_1.StorageController">
957 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
958 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
959 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
960 <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."/>
961 <Annotation Term="OData.AutoExpandReferences"/>
962 </NavigationProperty>
963 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
964 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
965 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
966 </Property>
967 </EntityType>
968 </Schema>
969
Jason M. Billsea4aa752018-06-05 13:29:11 -0700970 </edmx:DataServices>
971</edmx:Edmx>