blob: 110a7da09b2812caeb202e7a0c88f09cd7483a88 [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<!--################################################################################ -->
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05004<!--# Redfish Schema: Storage v1.9.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>
Jason M. Billsea4aa752018-06-05 13:29:11 -070088
89 <edmx:DataServices>
90
91 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage">
92 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
93
94 <EntityType Name="Storage" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -050095 <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."/>
96 <Annotation Term="OData.LongDescription" String="This resource shall represent a storage subsystem in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070097 <Annotation Term="Capabilities.InsertRestrictions">
98 <Record>
99 <PropertyValue Property="Insertable" Bool="false"/>
100 </Record>
101 </Annotation>
102 <Annotation Term="Capabilities.UpdateRestrictions">
103 <Record>
104 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700105 <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 -0700106 </Record>
107 </Annotation>
108 <Annotation Term="Capabilities.DeleteRestrictions">
109 <Record>
110 <PropertyValue Property="Deletable" Bool="false"/>
111 </Record>
112 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800113 <Annotation Term="Redfish.Uris">
114 <Collection>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500115 <String>/redfish/v1/Storage/{StorageId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800116 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}</String>
117 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}</String>
118 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600119 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}</String>
120 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800121 </Collection>
122 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700123 </EntityType>
124
125 <EntityType Name="StorageController" BaseType="Resource.v1_0_0.ReferenceableMember" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700126 <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 -0500127 <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 -0700128 </EntityType>
129
130 <Action Name="SetEncryptionKey" IsBound="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500131 <Annotation Term="OData.Description" String="This action sets the encryption key for the storage subsystem."/>
132 <Annotation Term="OData.LongDescription" String="This action shall set the encryption key for the storage subsystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700133 <Parameter Name="Storage" Type="Storage.v1_0_0.Actions"/>
134 <Parameter Name="EncryptionKey" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700135 <Annotation Term="OData.Description" String="The encryption key to set on the storage subsystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700136 <Annotation Term="OData.LongDescription" String="This parameter shall contain the encryption key to set on the storage subsystem."/>
137 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700138 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700139 </Schema>
140
141 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_0">
142 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600143 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700144
145 <EntityType Name="Storage" BaseType="Storage.Storage">
Ed Tanous530520e2019-01-02 13:41:37 -0800146 <NavigationProperty Name="StorageControllers" Type="Collection(Storage.v1_0_0.StorageController)" ContainsTarget="true">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500148 <Annotation Term="OData.Description" String="The set of storage controllers that this resource represents."/>
149 <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 -0700150 <Annotation Term="OData.AutoExpand"/>
151 </NavigationProperty>
152 <NavigationProperty Name="Drives" Type="Collection(Drive.Drive)" ContainsTarget="true">
153 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500154 <Annotation Term="OData.Description" String="The set of drives attached to the storage controllers that this resource represents."/>
155 <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 -0700156 <Annotation Term="OData.AutoExpandReferences"/>
157 </NavigationProperty>
158 <NavigationProperty Name="Volumes" Type="VolumeCollection.VolumeCollection" ContainsTarget="true" Nullable="false">
159 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700160 <Annotation Term="OData.Description" String="The set of volumes that the storage controllers produce."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500161 <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 -0700162 <Annotation Term="OData.AutoExpandReferences"/>
163 </NavigationProperty>
164 <Property Name="Links" Type="Storage.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500165 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
166 <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 -0700167 </Property>
168 <Property Name="Actions" Type="Storage.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500169 <Annotation Term="OData.Description" String="The available actions for this resource."/>
170 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700171 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800172 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500173 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
174 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800175 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700176 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
177 <Annotation Term="OData.Description" String="Redundancy information for the storage subsystem."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800178 <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the storage subsystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700179 <Annotation Term="OData.AutoExpand"/>
180 </NavigationProperty>
181 </EntityType>
182
183 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500184 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
185 <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 -0700186 <NavigationProperty Name="Enclosures" Type="Collection(Chassis.Chassis)">
187 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700188 <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 -0500189 <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 -0700190 <Annotation Term="OData.AutoExpandReferences"/>
191 </NavigationProperty>
192 </ComplexType>
193
194 <ComplexType Name="Actions">
195 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500196 <Annotation Term="OData.Description" String="The available actions for this resource."/>
197 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800198 <Property Name="Oem" Type="Storage.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500199 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
200 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800201 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700202 </ComplexType>
203
204 <ComplexType Name="OemActions">
205 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500206 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
207 <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 -0700208 </ComplexType>
209
210 <EntityType Name="StorageController" BaseType="Storage.StorageController">
Ed Tanous530520e2019-01-02 13:41:37 -0800211 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500212 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
213 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800214 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700215 <Property Name="SpeedGbps" Type="Edm.Decimal">
216 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800217 <Annotation Term="OData.Description" String="The maximum speed of the storage controller's device interface."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500218 <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 -0700219 <Annotation Term="Validation.Minimum" Int="0"/>
220 <Annotation Term="Measures.Unit" String="Gbit/s"/>
221 </Property>
222 <Property Name="FirmwareVersion" Type="Edm.String">
223 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700224 <Annotation Term="OData.Description" String="The firmware version of this storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700225 <Annotation Term="OData.LongDescription" String="This property shall contain the firwmare version as defined by the manufacturer for the associated storage controller."/>
226 </Property>
227 <Property Name="Manufacturer" Type="Edm.String">
228 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700229 <Annotation Term="OData.Description" String="The manufacturer of this storage controller."/>
230 <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 -0700231 </Property>
232 <Property Name="Model" Type="Edm.String">
233 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700234 <Annotation Term="OData.Description" String="The model number for the storage controller."/>
235 <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 -0700236 </Property>
237 <Property Name="SKU" Type="Edm.String">
238 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700239 <Annotation Term="OData.Description" String="The SKU for this storage controller."/>
240 <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 -0700241 </Property>
242 <Property Name="SerialNumber" Type="Edm.String">
243 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
244 <Annotation Term="OData.Description" String="The serial number for this storage controller."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700245 <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 -0700246 </Property>
247 <Property Name="PartNumber" Type="Edm.String">
248 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
249 <Annotation Term="OData.Description" String="The part number for this storage controller."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700250 <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 -0700251 </Property>
252 <Property Name="AssetTag" Type="Edm.String">
253 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700254 <Annotation Term="OData.Description" String="The user-assigned asset tag for this storage controller."/>
255 <Annotation Term="OData.LongDescription" String="This property shall track the storage controller for inventory purposes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700256 </Property>
257 <Property Name="SupportedControllerProtocols" Type="Collection(Protocol.Protocol)" Nullable="false">
258 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700259 <Annotation Term="OData.Description" String="The supported set of protocols for communicating to this storage controller."/>
260 <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 -0700261 </Property>
262 <Property Name="SupportedDeviceProtocols" Type="Collection(Protocol.Protocol)" Nullable="false">
263 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700264 <Annotation Term="OData.Description" String="The protocols that the storage controller can use to communicate with attached devices."/>
265 <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 -0700266 </Property>
267 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500268 <Annotation Term="OData.Description" String="The durable names for the storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700269 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated storage controller."/>
270 </Property>
271 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700272 </Schema>
273
274 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_1">
275 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
276 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
277 <EntityType Name="Storage" BaseType="Storage.v1_0_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500278 <EntityType Name="StorageController" BaseType="Storage.v1_0_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700279 </Schema>
280
281 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_2">
282 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
283 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
284 <EntityType Name="Storage" BaseType="Storage.v1_0_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500285 <EntityType Name="StorageController" BaseType="Storage.v1_0_1.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700286 </Schema>
287
288 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_3">
289 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700290 <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 -0700291 <EntityType Name="Storage" BaseType="Storage.v1_0_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500292 <EntityType Name="StorageController" BaseType="Storage.v1_0_2.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700293 </Schema>
294
295 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_4">
296 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500297 <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 -0700298 <EntityType Name="Storage" BaseType="Storage.v1_0_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500299 <EntityType Name="StorageController" BaseType="Storage.v1_0_3.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700300 </Schema>
301
Ed Tanous530520e2019-01-02 13:41:37 -0800302 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_5">
303 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
304 <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."/>
305 <EntityType Name="Storage" BaseType="Storage.v1_0_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500306 <EntityType Name="StorageController" BaseType="Storage.v1_0_4.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800307 </Schema>
308
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_6">
310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500311 <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 -0600312 <EntityType Name="Storage" BaseType="Storage.v1_0_5.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500313 <EntityType Name="StorageController" BaseType="Storage.v1_0_5.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600314 </Schema>
315
Ed Tanouscb103132019-10-08 11:34:22 -0700316 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_7">
317 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
318 <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."/>
319 <EntityType Name="Storage" BaseType="Storage.v1_0_6.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500320 <EntityType Name="StorageController" BaseType="Storage.v1_0_6.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700321 </Schema>
322
323 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_8">
324 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
325 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
326 <EntityType Name="Storage" BaseType="Storage.v1_0_7.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500327 <EntityType Name="StorageController" BaseType="Storage.v1_0_7.StorageController"/>
328 </Schema>
329
330 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_0_9">
331 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
332 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
333 <EntityType Name="Storage" BaseType="Storage.v1_0_8.Storage"/>
334 <EntityType Name="StorageController" BaseType="Storage.v1_0_8.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700335 </Schema>
336
Jason M. Billsea4aa752018-06-05 13:29:11 -0700337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_0">
338 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600339 <Annotation Term="Redfish.Release" String="2016.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500340
Jason M. Billsea4aa752018-06-05 13:29:11 -0700341 <EntityType Name="Storage" BaseType="Storage.v1_0_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500342
343 <EntityType Name="StorageController" BaseType="Storage.v1_0_1.StorageController">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700344 <Property Name="Links" Type="Storage.v1_1_0.StorageControllerLinks" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500345 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
346 <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 -0700347 </Property>
348 </EntityType>
349
350 <ComplexType Name="StorageControllerLinks" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500351 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
352 <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 -0700353 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
Ed Tanouscb103132019-10-08 11:34:22 -0700354 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this controller."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500355 <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 -0700356 <Annotation Term="OData.AutoExpandReferences"/>
357 </NavigationProperty>
358 </ComplexType>
359 </Schema>
360
361 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_1">
362 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
363 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
364 <EntityType Name="Storage" BaseType="Storage.v1_1_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500365 <EntityType Name="StorageController" BaseType="Storage.v1_1_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700366 </Schema>
367
368 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_2">
369 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700370 <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 -0700371 <EntityType Name="Storage" BaseType="Storage.v1_1_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500372 <EntityType Name="StorageController" BaseType="Storage.v1_1_1.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700373 </Schema>
374
375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_3">
376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500377 <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 -0700378 <EntityType Name="Storage" BaseType="Storage.v1_1_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500379 <EntityType Name="StorageController" BaseType="Storage.v1_1_2.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700380 </Schema>
381
Ed Tanous530520e2019-01-02 13:41:37 -0800382 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_4">
383 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
384 <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."/>
385 <EntityType Name="Storage" BaseType="Storage.v1_1_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500386 <EntityType Name="StorageController" BaseType="Storage.v1_1_3.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800387 </Schema>
388
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_5">
390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500391 <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 -0600392 <EntityType Name="Storage" BaseType="Storage.v1_1_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500393 <EntityType Name="StorageController" BaseType="Storage.v1_1_4.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600394 </Schema>
395
Ed Tanouscb103132019-10-08 11:34:22 -0700396 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_6">
397 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
398 <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."/>
399 <EntityType Name="Storage" BaseType="Storage.v1_1_5.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500400 <EntityType Name="StorageController" BaseType="Storage.v1_1_5.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700401 </Schema>
402
403 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_7">
404 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
405 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
406 <EntityType Name="Storage" BaseType="Storage.v1_1_6.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500407 <EntityType Name="StorageController" BaseType="Storage.v1_1_6.StorageController"/>
408 </Schema>
409
410 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_1_8">
411 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
412 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
413 <EntityType Name="Storage" BaseType="Storage.v1_1_7.Storage"/>
414 <EntityType Name="StorageController" BaseType="Storage.v1_1_7.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700415 </Schema>
416
Jason M. Billsea4aa752018-06-05 13:29:11 -0700417 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_0">
418 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600419 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500420
Jason M. Billsea4aa752018-06-05 13:29:11 -0700421 <EntityType Name="Storage" BaseType="Storage.v1_1_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500422
423 <EntityType Name="StorageController" BaseType="Storage.v1_1_2.StorageController">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700424 <Property Name="Actions" Type="Storage.v1_2_0.StorageControllerActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500425 <Annotation Term="OData.Description" String="The available actions for this resource."/>
426 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700427 </Property>
428 </EntityType>
429
430 <ComplexType Name="StorageControllerActions">
431 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500432 <Annotation Term="OData.Description" String="The available actions for this resource."/>
433 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800434 <Property Name="Oem" Type="Storage.v1_2_0.StorageControllerOemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500435 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
436 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800437 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700438 </ComplexType>
439
440 <ComplexType Name="StorageControllerOemActions">
441 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500442 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
443 <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 -0700444 </ComplexType>
445 </Schema>
446
447 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_1">
448 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500449 <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 -0700450 <EntityType Name="Storage" BaseType="Storage.v1_2_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500451 <EntityType Name="StorageController" BaseType="Storage.v1_2_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700452 </Schema>
453
Ed Tanous530520e2019-01-02 13:41:37 -0800454 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_2">
455 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
456 <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."/>
457 <EntityType Name="Storage" BaseType="Storage.v1_2_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500458 <EntityType Name="StorageController" BaseType="Storage.v1_2_1.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800459 </Schema>
460
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600461 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_3">
462 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500463 <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 -0600464 <EntityType Name="Storage" BaseType="Storage.v1_2_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500465 <EntityType Name="StorageController" BaseType="Storage.v1_2_2.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600466 </Schema>
467
Ed Tanouscb103132019-10-08 11:34:22 -0700468 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_4">
469 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
470 <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."/>
471 <EntityType Name="Storage" BaseType="Storage.v1_2_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500472 <EntityType Name="StorageController" BaseType="Storage.v1_2_3.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700473 </Schema>
474
475 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_5">
476 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
477 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
478 <EntityType Name="Storage" BaseType="Storage.v1_2_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500479 <EntityType Name="StorageController" BaseType="Storage.v1_2_4.StorageController"/>
480 </Schema>
481
482 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_2_6">
483 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
484 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
485 <EntityType Name="Storage" BaseType="Storage.v1_2_5.Storage"/>
486 <EntityType Name="StorageController" BaseType="Storage.v1_2_5.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700487 </Schema>
488
Jason M. Billsea4aa752018-06-05 13:29:11 -0700489 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_0">
490 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600491 <Annotation Term="Redfish.Release" String="2017.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500492
Jason M. Billsea4aa752018-06-05 13:29:11 -0700493 <EntityType Name="Storage" BaseType="Storage.v1_2_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500494
Jason M. Billsea4aa752018-06-05 13:29:11 -0700495 <EntityType Name="StorageController" BaseType="Storage.v1_2_0.StorageController">
496 <Property Name="Name" Type="Edm.String">
497 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500498 <Annotation Term="OData.Description" String="The name of the storage controller."/>
499 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the storage controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700500 </Property>
501 </EntityType>
502 </Schema>
503
504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_1">
505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500506 <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 -0700507 <EntityType Name="Storage" BaseType="Storage.v1_3_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500508 <EntityType Name="StorageController" BaseType="Storage.v1_3_0.StorageController"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700509 </Schema>
510
Ed Tanous530520e2019-01-02 13:41:37 -0800511 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_2">
512 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
513 <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."/>
514 <EntityType Name="Storage" BaseType="Storage.v1_3_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500515 <EntityType Name="StorageController" BaseType="Storage.v1_3_1.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800516 </Schema>
517
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600518 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_3">
519 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500520 <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 -0600521 <EntityType Name="Storage" BaseType="Storage.v1_3_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500522 <EntityType Name="StorageController" BaseType="Storage.v1_3_2.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600523 </Schema>
524
Ed Tanouscb103132019-10-08 11:34:22 -0700525 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_4">
526 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
527 <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."/>
528 <EntityType Name="Storage" BaseType="Storage.v1_3_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500529 <EntityType Name="StorageController" BaseType="Storage.v1_3_3.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700530 </Schema>
531
532 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_5">
533 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
534 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
535 <EntityType Name="Storage" BaseType="Storage.v1_3_4.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500536 <EntityType Name="StorageController" BaseType="Storage.v1_3_4.StorageController"/>
537 </Schema>
538
539 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_3_6">
540 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
541 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
542 <EntityType Name="Storage" BaseType="Storage.v1_3_5.Storage"/>
543 <EntityType Name="StorageController" BaseType="Storage.v1_3_5.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700544 </Schema>
545
Jason M. Billsea4aa752018-06-05 13:29:11 -0700546 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_0">
547 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600548 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500549
Jason M. Billsea4aa752018-06-05 13:29:11 -0700550 <EntityType Name="Storage" BaseType="Storage.v1_3_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500551
552 <EntityType Name="StorageController" BaseType="Storage.v1_3_1.StorageController">
Ed Tanous530520e2019-01-02 13:41:37 -0800553 <Property Name="Location" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700554 <Annotation Term="OData.Description" String="The location of the storage controller."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800555 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated storage controller."/>
556 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700557 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
558 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700559 <Annotation Term="OData.Description" String="The link to the assembly associated with this storage controller."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500560 <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 -0700561 <Annotation Term="OData.AutoExpandReferences"/>
562 </NavigationProperty>
563 </EntityType>
564
565 <ComplexType Name="StorageControllerLinks" BaseType="Storage.v1_1_0.StorageControllerLinks">
566 <NavigationProperty Name="StorageServices" Type="Collection(StorageService.StorageService)">
Gunnar Millsa778c022020-05-12 12:20:36 -0500567 <Annotation Term="OData.Description" String="An array of links to the storage services that connect to this controller."/>
568 <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 -0700569 <Annotation Term="OData.AutoExpandReferences"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500570 <Annotation Term="Redfish.Revisions">
571 <Collection>
572 <Record>
573 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
574 <PropertyValue Property="Version" String="v1_9_0"/>
575 <PropertyValue Property="Description" String="This property has been deprecated in favor of StorageServices within the Links property at the root level."/>
576 </Record>
577 </Collection>
578 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700579 </NavigationProperty>
580 </ComplexType>
581 </Schema>
582
Ed Tanous530520e2019-01-02 13:41:37 -0800583 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_1">
584 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
585 <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."/>
586 <EntityType Name="Storage" BaseType="Storage.v1_4_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500587 <EntityType Name="StorageController" BaseType="Storage.v1_4_0.StorageController"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800588 </Schema>
589
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600590 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_2">
591 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500592 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600593 <EntityType Name="Storage" BaseType="Storage.v1_4_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500594 <EntityType Name="StorageController" BaseType="Storage.v1_4_1.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600595 </Schema>
596
Ed Tanouscb103132019-10-08 11:34:22 -0700597 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_3">
598 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
599 <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."/>
600 <EntityType Name="Storage" BaseType="Storage.v1_4_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500601 <EntityType Name="StorageController" BaseType="Storage.v1_4_2.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700602 </Schema>
603
604 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_4">
605 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
606 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
607 <EntityType Name="Storage" BaseType="Storage.v1_4_3.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500608 <EntityType Name="StorageController" BaseType="Storage.v1_4_3.StorageController"/>
609 </Schema>
610
611 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_4_5">
612 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
613 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
614 <EntityType Name="Storage" BaseType="Storage.v1_4_4.Storage"/>
615 <EntityType Name="StorageController" BaseType="Storage.v1_4_4.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700616 </Schema>
617
Ed Tanous530520e2019-01-02 13:41:37 -0800618 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_0">
619 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600620 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500621
Ed Tanous530520e2019-01-02 13:41:37 -0800622 <EntityType Name="Storage" BaseType="Storage.v1_4_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500623
624 <EntityType Name="StorageController" BaseType="Storage.v1_4_1.StorageController">
Ed Tanous530520e2019-01-02 13:41:37 -0800625 <Property Name="CacheSummary" Type="Storage.v1_5_0.CacheSummary" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700626 <Annotation Term="OData.Description" String="The cache memory of the storage controller in general detail."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500627 <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 -0800628 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700629 <Property Name="PCIeInterface" Type="PCIeDevice.PCIeInterface" Nullable="false">
Ed Tanous530520e2019-01-02 13:41:37 -0800630 <Annotation Term="OData.Description" String="The PCIe interface details for this controller."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700631 <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 -0800632 </Property>
633 </EntityType>
634
635 <ComplexType Name="CacheSummary">
636 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700637 <Annotation Term="OData.Description" String="This type describes the cache memory of the storage controller in general detail."/>
638 <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 -0800639 <Property Name="TotalCacheSizeMiB" Type="Edm.Int64">
640 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
641 <Annotation Term="OData.Description" String="The total configured cache memory, measured in MiB."/>
642 <Annotation Term="OData.LongDescription" String="This property shall contain the amount of configured cache memory as measured in mebibytes."/>
643 <Annotation Term="Validation.Minimum" Int="0"/>
644 <Annotation Term="Measures.Unit" String="MiBy"/>
645 <Annotation Term="Redfish.Required"/>
646 </Property>
647 <Property Name="PersistentCacheSizeMiB" Type="Edm.Int64">
648 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
649 <Annotation Term="OData.Description" String="The portion of the cache memory that is persistent, measured in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700650 <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 -0800651 <Annotation Term="Validation.Minimum" Int="0"/>
652 <Annotation Term="Measures.Unit" String="MiBy"/>
653 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700654 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500655 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
656 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800657 </Property>
658 </ComplexType>
Ed Tanous530520e2019-01-02 13:41:37 -0800659 </Schema>
660
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600661 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_1">
662 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500663 <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 -0600664 <EntityType Name="Storage" BaseType="Storage.v1_5_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500665 <EntityType Name="StorageController" BaseType="Storage.v1_5_0.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600666 </Schema>
667
Ed Tanouscb103132019-10-08 11:34:22 -0700668 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_2">
669 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
670 <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."/>
671 <EntityType Name="Storage" BaseType="Storage.v1_5_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500672 <EntityType Name="StorageController" BaseType="Storage.v1_5_1.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700673 </Schema>
674
675 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_3">
676 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
677 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
678 <EntityType Name="Storage" BaseType="Storage.v1_5_2.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500679 <EntityType Name="StorageController" BaseType="Storage.v1_5_2.StorageController"/>
680 </Schema>
681
682 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_5_4">
683 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
684 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
685 <EntityType Name="Storage" BaseType="Storage.v1_5_3.Storage"/>
686 <EntityType Name="StorageController" BaseType="Storage.v1_5_3.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700687 </Schema>
688
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600689 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_0">
690 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
691 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500692
693 <EntityType Name="Storage" BaseType="Storage.v1_5_1.Storage"/>
694
695 <EntityType Name="StorageController" BaseType="Storage.v1_5_1.StorageController">
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600696 <Property Name="SupportedRAIDTypes" Type="Collection(Volume.RAIDType)">
697 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700698 <Annotation Term="OData.Description" String="The set of RAID types supported by the storage controller."/>
699 <Annotation Term="OData.LongDescription" String="This property shall contain an array of all the RAID types supported by this controller."/>
700 </Property>
701 </EntityType>
702 </Schema>
703
704 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_1">
705 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
706 <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."/>
707 <EntityType Name="Storage" BaseType="Storage.v1_6_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500708 <EntityType Name="StorageController" BaseType="Storage.v1_6_0.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700709 </Schema>
710
711 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_2">
712 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
713 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
714 <EntityType Name="Storage" BaseType="Storage.v1_6_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500715 <EntityType Name="StorageController" BaseType="Storage.v1_6_1.StorageController"/>
716 </Schema>
717
718 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_6_3">
719 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
720 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
721 <EntityType Name="Storage" BaseType="Storage.v1_6_2.Storage"/>
722 <EntityType Name="StorageController" BaseType="Storage.v1_6_2.StorageController"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700723 </Schema>
724
725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_0">
726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
727 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500728
Ed Tanouscb103132019-10-08 11:34:22 -0700729 <EntityType Name="Storage" BaseType="Storage.v1_6_1.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500730
731 <EntityType Name="StorageController" BaseType="Storage.v1_6_1.StorageController">
Ed Tanouscb103132019-10-08 11:34:22 -0700732 <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false">
733 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500734 <Annotation Term="OData.Description" String="The link to the collection of ports that exist on the storage controller."/>
735 <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 -0700736 </NavigationProperty>
737 <Property Name="ControllerRates" Type="Storage.v1_7_0.Rates" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500738 <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 -0700739 <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 -0600740 </Property>
741 </EntityType>
742
Ed Tanouscb103132019-10-08 11:34:22 -0700743 <ComplexType Name="Rates">
744 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500745 <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 -0700746 <Annotation Term="OData.LongDescription" String="This type shall contain all the rate settings available on the controller."/>
747 <Property Name="RebuildRatePercent" Type="Edm.Int64">
748 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500749 <Annotation Term="OData.Description" String="The percentage of controller resources used for rebuilding/repairing volumes."/>
750 <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 -0700751 <Annotation Term="Validation.Minimum" Int="0"/>
752 <Annotation Term="Validation.Maximum" Int="100"/>
753 </Property>
754 <Property Name="TransformationRatePercent" Type="Edm.Int64">
755 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500756 <Annotation Term="OData.Description" String="The percentage of controller resources used for transforming volumes from one configuration to another."/>
757 <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 -0700758 <Annotation Term="Validation.Minimum" Int="0"/>
759 <Annotation Term="Validation.Maximum" Int="100"/>
760 </Property>
761 <Property Name="ConsistencyCheckRatePercent" Type="Edm.Int64">
762 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500763 <Annotation Term="OData.Description" String="The percentage of controller resources used for performing a data consistency check on volumes."/>
764 <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 -0700765 <Annotation Term="Validation.Minimum" Int="0"/>
766 <Annotation Term="Validation.Maximum" Int="100"/>
767 </Property>
768 </ComplexType>
769
770 <ComplexType Name="StorageControllerLinks" BaseType="Storage.v1_4_0.StorageControllerLinks">
771 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
Gunnar Millsa778c022020-05-12 12:20:36 -0500772 <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the storage controller produces."/>
773 <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 -0700774 <Annotation Term="OData.AutoExpandReferences"/>
775 </NavigationProperty>
776 </ComplexType>
777 </Schema>
778
779 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_1">
780 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
781 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
782 <EntityType Name="Storage" BaseType="Storage.v1_7_0.Storage"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500783 <EntityType Name="StorageController" BaseType="Storage.v1_7_0.StorageController"/>
784 </Schema>
785
786 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_7_2">
787 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
788 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
789 <EntityType Name="Storage" BaseType="Storage.v1_7_1.Storage"/>
790 <EntityType Name="StorageController" BaseType="Storage.v1_7_1.StorageController"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600791 </Schema>
792
Gunnar Mills6f44b752020-02-06 16:50:51 -0600793 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_8_0">
794 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
795 <Annotation Term="Redfish.Release" String="2019.3"/>
796
797 <EntityType Name="Storage" BaseType="Storage.v1_7_1.Storage">
798 <NavigationProperty Name="FileSystems" Type="FileSystemCollection.FileSystemCollection" Nullable="false" ContainsTarget="true">
799 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500800 <Annotation Term="OData.Description" String="All file systems that are allocated by this storage subsystem."/>
801 <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 -0600802 <Annotation Term="OData.AutoExpandReferences"/>
803 </NavigationProperty>
804 <NavigationProperty Name="StoragePools" Type="StoragePoolCollection.StoragePoolCollection" Nullable="false" ContainsTarget="true">
805 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
806 <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 -0500807 <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 -0600808 <Annotation Term="OData.AutoExpandReferences"/>
809 </NavigationProperty>
810 <NavigationProperty Name="StorageGroups" Type="StorageGroupCollection.StorageGroupCollection" ContainsTarget="true" Nullable="false">
811 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
812 <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 -0500813 <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 -0600814 <Annotation Term="OData.AutoExpandReferences"/>
815 </NavigationProperty>
816 <NavigationProperty Name="EndpointGroups" Type="EndpointGroupCollection.EndpointGroupCollection" Nullable="false" ContainsTarget="true">
817 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
818 <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 -0500819 <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 -0600820 <Annotation Term="OData.AutoExpandReferences"/>
821 </NavigationProperty>
822 <NavigationProperty Name="ConsistencyGroups" Type="ConsistencyGroupCollection.ConsistencyGroupCollection" ContainsTarget="true" Nullable="false">
823 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
824 <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 -0500825 <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 -0600826 <Annotation Term="OData.AutoExpandReferences"/>
827 </NavigationProperty>
828 </EntityType>
Gunnar Millsa778c022020-05-12 12:20:36 -0500829
830 <EntityType Name="StorageController" BaseType="Storage.v1_7_1.StorageController"/>
831 </Schema>
832
833 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_8_1">
834 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
835 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
836 <EntityType Name="Storage" BaseType="Storage.v1_8_0.Storage"/>
837 <EntityType Name="StorageController" BaseType="Storage.v1_8_0.StorageController"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600838 </Schema>
839
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500840 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage.v1_9_0">
841 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
842 <Annotation Term="Redfish.Release" String="2020.3"/>
843
844 <EntityType Name="Storage" BaseType="Storage.v1_8_1.Storage">
845 <NavigationProperty Name="Controllers" Type="StorageControllerCollection.StorageControllerCollection" ContainsTarget="true" Nullable="false">
846 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
847 <Annotation Term="OData.Description" String="The set of controllers instantiated by this storage subsystem."/>
848 <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."/>
849 <Annotation Term="OData.AutoExpandReferences"/>
850 </NavigationProperty>
851 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
852 <Annotation Term="OData.Description" String="The durable names for the storage subsystem."/>
853 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the storage subsystem."/>
854 </Property>
855 </EntityType>
856
857 <ComplexType Name="Links" BaseType="Storage.v1_0_0.Links">
858 <NavigationProperty Name="SimpleStorage" Type="SimpleStorage.SimpleStorage" Nullable="false">
859 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
860 <Annotation Term="OData.Description" String="The link to the simple storage instance that corresponds to this storage."/>
861 <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."/>
862 <Annotation Term="OData.AutoExpandReferences"/>
863 </NavigationProperty>
864 <NavigationProperty Name="StorageServices" Type="Collection(StorageService.StorageService)">
865 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
866 <Annotation Term="OData.Description" String="An array of links to the storage services that connect to this storage subsystem."/>
867 <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."/>
868 <Annotation Term="OData.AutoExpandReferences"/>
869 </NavigationProperty>
870 </ComplexType>
871 </Schema>
872
Jason M. Billsea4aa752018-06-05 13:29:11 -0700873 </edmx:DataServices>
874</edmx:Edmx>