1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  StorageController v1.7.3                                            -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2024 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
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/Endpoint_v1.xml">
32    <edmx:Include Namespace="Endpoint"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
35    <edmx:Include Namespace="Assembly"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
38    <edmx:Include Namespace="Protocol"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
41    <edmx:Include Namespace="PCIeDevice"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
44    <edmx:Include Namespace="PCIeFunction"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml">
47    <edmx:Include Namespace="PortCollection"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/Volume_v1.xml">
50    <edmx:Include Namespace="Volume"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
53    <edmx:Include Namespace="CertificateCollection"/>
54  </edmx:Reference>
55  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
56    <edmx:Include Namespace="SoftwareInventory"/>
57  </edmx:Reference>
58  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
59    <edmx:Include Namespace="EnvironmentMetrics"/>
60  </edmx:Reference>
61  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
62    <edmx:Include Namespace="NetworkDeviceFunction"/>
63  </edmx:Reference>
64  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Battery_v1.xml">
65    <edmx:Include Namespace="Battery"/>
66  </edmx:Reference>
67  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/StorageControllerMetrics_v1.xml">
68    <edmx:Include Namespace="StorageControllerMetrics"/>
69  </edmx:Reference>
70  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
71    <edmx:Include Namespace="Storage"/>
72  </edmx:Reference>
73
74  <edmx:DataServices>
75
76    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController">
77      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
78      <Annotation Term="Redfish.Language" String="en"/>
79
80      <EntityType Name="StorageController" BaseType="Resource.v1_0_0.Resource" Abstract="true">
81        <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."/>
82        <Annotation Term="OData.LongDescription" String="This resource shall represent a storage controller in the Redfish Specification."/>
83        <Annotation Term="Capabilities.InsertRestrictions">
84          <Record>
85            <PropertyValue Property="Insertable" Bool="false"/>
86          </Record>
87        </Annotation>
88        <Annotation Term="Capabilities.UpdateRestrictions">
89          <Record>
90            <PropertyValue Property="Updatable" Bool="true"/>
91          </Record>
92        </Annotation>
93        <Annotation Term="Capabilities.DeleteRestrictions">
94          <Record>
95            <PropertyValue Property="Deletable" Bool="false"/>
96          </Record>
97        </Annotation>
98        <Annotation Term="Redfish.Uris">
99          <Collection>
100            <String>/redfish/v1/Storage/{StorageId}/Controllers/{ControllerId}</String>
101            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{ControllerId}</String>
102            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{ControllerId}</String>
103            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{ControllerId}</String>
104            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{ControllerId}</String>
105            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{ControllerId}</String>
106          </Collection>
107        </Annotation>
108      </EntityType>
109
110      <ComplexType Name="NVMeSMARTCriticalWarnings"  Abstract="true">
111        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
112        <Annotation Term="OData.Description" String="The NVMe SMART Critical Warnings for a storage controller."/>
113        <Annotation Term="OData.LongDescription" String="This type shall contain the NVMe SMART Critical Warnings for a storage controller."/>
114      </ComplexType>
115
116      <Action Name="AttachNamespaces" IsBound="true">
117        <Annotation Term="OData.Description" String="This action attaches referenced namespaces to the storage controller.  Attached namespaces are added to the `AttachedVolumes` property in `Links`."/>
118        <Annotation Term="OData.LongDescription" String="This action shall attach referenced namespaces to the storage controller.  Services shall add the attached namespaces to the `AttachedVolumes` property in `Links`."/>
119        <Parameter Name="StorageController" Type="StorageController.v1_0_0.Actions"/>
120        <Parameter Name="Namespaces" Type="Collection(Volume.Volume)" Nullable="false">
121          <Annotation Term="OData.Description" String="The namespaces to attach to the storage controller."/>
122          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of links to resources of type `Volume` that represent the namespaces to attach to the storage controller."/>
123        </Parameter>
124        <ReturnType Type="StorageController.v1_7_0.AttachDetachNamespacesResponse" Nullable="false"/>
125        <Annotation Term="Redfish.Revisions">
126          <Collection>
127            <Record>
128              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
129              <PropertyValue Property="Version" String="v1_7_0"/>
130            </Record>
131          </Collection>
132        </Annotation>
133      </Action>
134
135      <Action Name="DetachNamespaces" IsBound="true">
136        <Annotation Term="OData.Description" String="This action detaches referenced namespaces from the storage controller.  Detached namespaces are removed from the `AttachedVolumes` property in `Links`."/>
137        <Annotation Term="OData.LongDescription" String="This action shall detach referenced namespaces from the storage controller.  Services shall remove the detached namespaces from the `AttachedVolumes` property in `Links`."/>
138        <Parameter Name="StorageController" Type="StorageController.v1_0_0.Actions"/>
139        <Parameter Name="Namespaces" Type="Collection(Volume.Volume)" Nullable="false">
140          <Annotation Term="OData.Description" String="The namespaces to detach from the storage controller."/>
141          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of links to resources of type `Volume` that represent the namespaces to detach from the storage controller."/>
142        </Parameter>
143        <ReturnType Type="StorageController.v1_7_0.AttachDetachNamespacesResponse" Nullable="false"/>
144        <Annotation Term="Redfish.Revisions">
145          <Collection>
146            <Record>
147              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
148              <PropertyValue Property="Version" String="v1_7_0"/>
149            </Record>
150          </Collection>
151        </Annotation>
152      </Action>
153
154      <Action Name="SecuritySend" IsBound="true">
155        <Annotation Term="OData.Description" String="This action transfers security protocol data to the controller.  The data transferred to the controller contains security protocol-specific commands to be performed by the controller."/>
156        <Annotation Term="OData.LongDescription" String="This action shall transfer security protocol data to the controller.  The contents of the request are specified by the 'SECURITY PROTOCOL OUT command' section of the SPC-5 Specification."/>
157        <Parameter Name="StorageController" Type="StorageController.v1_0_0.Actions"/>
158        <Parameter Name="SecurityProtocol" Type="Edm.Int64" Nullable="false">
159          <Annotation Term="OData.Description" String="The security protocol number."/>
160          <Annotation Term="OData.LongDescription" String="This parameter shall contain the numeric identifier of the security protocol, as defined by the 'SECURITY PROTOCOL field in SECURITY PROTOCOL OUT command' table of the SPC-5 Specification, and possibly extended by transport-specific standards.  Services shall only accept the values `1` or `2`."/>
161        </Parameter>
162        <Parameter Name="SecurityProtocolSpecific" Type="Edm.Int64" Nullable="false">
163          <Annotation Term="OData.Description" String="The security protocol-specific parameter."/>
164          <Annotation Term="OData.LongDescription" String="This parameter shall contain the security protocol-specific data for the transfer operation.  The value is defined by the protocol specified by the SecurityProtocolSpecific parameter."/>
165        </Parameter>
166        <Parameter Name="Data" Type="Edm.String" Nullable="false">
167          <Annotation Term="OData.Description" String="The data to transfer."/>
168          <Annotation Term="OData.LongDescription" String="This parameter shall contain a Base64-encoded string of the security protocol data to transfer."/>
169        </Parameter>
170        <Annotation Term="Redfish.Revisions">
171          <Collection>
172            <Record>
173              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
174              <PropertyValue Property="Version" String="v1_7_0"/>
175            </Record>
176          </Collection>
177        </Annotation>
178      </Action>
179
180      <Action Name="SecurityReceive" IsBound="true">
181        <Annotation Term="OData.Description" String="This action transfers security protocol data from the controller.  The data transferred from the controller contains the status and data result of one or more `SecuritySend` action requests that were previously submitted to the controller."/>
182        <Annotation Term="OData.LongDescription" String="This action shall transfer security protocol data from the controller.  The contents of the request are specified by the 'SECURITY PROTOCOL IN command' section of the SPC-5 Specification."/>
183        <Parameter Name="StorageController" Type="StorageController.v1_0_0.Actions"/>
184        <Parameter Name="SecurityProtocol" Type="Edm.Int64" Nullable="false">
185          <Annotation Term="OData.Description" String="The security protocol number."/>
186          <Annotation Term="OData.LongDescription" String="This parameter shall contain the numeric identifier of the security protocol, as defined by the 'SECURITY PROTOCOL field in SECURITY PROTOCOL IN command' table of the SPC-5 Specification, and possibly extended by transport-specific standards.  Services shall only accept the values `0`, `1`, or `2`."/>
187        </Parameter>
188        <Parameter Name="SecurityProtocolSpecific" Type="Edm.Int64" Nullable="false">
189          <Annotation Term="OData.Description" String="The security protocol-specific parameter."/>
190          <Annotation Term="OData.LongDescription" String="This parameter shall contain the security protocol-specific data for the transfer operation.  The value is defined by the protocol specified by the SecurityProtocolSpecific parameter."/>
191        </Parameter>
192        <Parameter Name="AllocationLength" Type="Edm.Int64" Nullable="false">
193          <Annotation Term="OData.Description" String="Allocated size for received data."/>
194          <Annotation Term="OData.LongDescription" String="This parameter shall contain the allocated size of the received data, which imposes a maximum length of the data.  The response may contain padding to meet this length."/>
195        </Parameter>
196        <ReturnType Type="StorageController.v1_7_0.SecurityReceiveResponse" Nullable="false"/>
197        <Annotation Term="Redfish.Revisions">
198          <Collection>
199            <Record>
200              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
201              <PropertyValue Property="Version" String="v1_7_0"/>
202            </Record>
203          </Collection>
204        </Annotation>
205      </Action>
206    </Schema>
207
208    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_0_0">
209      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
210      <Annotation Term="Redfish.Release" String="2020.3"/>
211
212      <EntityType Name="StorageController" BaseType="StorageController.StorageController">
213        <Property Name="Status" Type="Resource.Status" Nullable="false">
214          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
215          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
216        </Property>
217        <Property Name="SpeedGbps" Type="Edm.Decimal">
218          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
219          <Annotation Term="OData.Description" String="The maximum speed of the storage controller's device interface."/>
220          <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."/>
221          <Annotation Term="Validation.Minimum" Int="0"/>
222          <Annotation Term="Measures.Unit" String="Gbit/s"/>
223        </Property>
224        <Property Name="FirmwareVersion" Type="Edm.String">
225          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
226          <Annotation Term="OData.Description" String="The firmware version of this storage controller."/>
227          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the associated storage controller."/>
228        </Property>
229        <Property Name="Manufacturer" Type="Edm.String">
230          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
231          <Annotation Term="OData.Description" String="The manufacturer of this storage controller."/>
232          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the storage controller.  This organization may be the entity from which the storage controller is purchased, but this is not necessarily true."/>
233        </Property>
234        <Property Name="Model" Type="Edm.String">
235          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
236          <Annotation Term="OData.Description" String="The model number for the storage controller."/>
237          <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the storage controller."/>
238        </Property>
239        <Property Name="SKU" Type="Edm.String">
240          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
241          <Annotation Term="OData.Description" String="The SKU for this storage controller."/>
242          <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit number for this storage controller."/>
243        </Property>
244        <Property Name="SerialNumber" Type="Edm.String">
245          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
246          <Annotation Term="OData.Description" String="The serial number for this storage controller."/>
247          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the storage controller."/>
248        </Property>
249        <Property Name="PartNumber" Type="Edm.String">
250          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
251          <Annotation Term="OData.Description" String="The part number for this storage controller."/>
252          <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."/>
253        </Property>
254        <Property Name="AssetTag" Type="Edm.String">
255          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
256          <Annotation Term="OData.Description" String="The user-assigned asset tag for this storage controller."/>
257          <Annotation Term="OData.LongDescription" String="This property shall track the storage controller for inventory purposes."/>
258        </Property>
259        <Property Name="SupportedControllerProtocols" Type="Collection(Protocol.Protocol)" Nullable="false">
260          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
261          <Annotation Term="OData.Description" String="The supported set of protocols for communicating with this storage controller."/>
262          <Annotation Term="OData.LongDescription" String="This property shall contain the supported set of protocols for communicating with this storage controller."/>
263        </Property>
264        <Property Name="SupportedDeviceProtocols" Type="Collection(Protocol.Protocol)" Nullable="false">
265          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
266          <Annotation Term="OData.Description" String="The protocols that the storage controller can use to communicate with attached devices."/>
267          <Annotation Term="OData.LongDescription" String="This property shall contain the set of protocols this storage controller can use to communicate with attached devices."/>
268        </Property>
269        <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
270          <Annotation Term="OData.Description" String="The durable names for the storage controller."/>
271          <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated storage controller."/>
272        </Property>
273        <Property Name="Location" Type="Resource.Location" Nullable="false">
274          <Annotation Term="OData.Description" String="The location of the storage controller."/>
275          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated storage controller."/>
276        </Property>
277        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
278          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
279          <Annotation Term="OData.Description" String="The link to the assembly associated with this storage controller."/>
280          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
281          <Annotation Term="OData.AutoExpandReferences"/>
282        </NavigationProperty>
283        <Property Name="CacheSummary" Type="StorageController.v1_0_0.CacheSummary" Nullable="false">
284          <Annotation Term="OData.Description" String="The cache memory of the storage controller in general detail."/>
285          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the cache memory for this resource."/>
286        </Property>
287        <Property Name="PCIeInterface" Type="PCIeDevice.PCIeInterface" Nullable="false">
288          <Annotation Term="OData.Description" String="The PCIe interface details for this controller."/>
289          <Annotation Term="OData.LongDescription" String="This property shall contain details on the PCIe interface that connects this PCIe-based controller to its host."/>
290        </Property>
291        <Property Name="SupportedRAIDTypes" Type="Collection(Volume.RAIDType)">
292          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
293          <Annotation Term="OData.Description" String="The set of RAID types supported by the storage controller."/>
294          <Annotation Term="OData.LongDescription" String="This property shall contain an array of all the RAID types supported by this controller."/>
295        </Property>
296        <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false">
297          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
298          <Annotation Term="OData.Description" String="The link to the collection of ports that exist on the storage controller."/>
299          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PortCollection`."/>
300        </NavigationProperty>
301        <Property Name="ControllerRates" Type="StorageController.v1_0_0.Rates" Nullable="false">
302          <Annotation Term="OData.Description" String="This property describes the various controller rates used for processes such as volume rebuild or consistency checks."/>
303          <Annotation Term="OData.LongDescription" String="This object shall contain all the rate settings available on the controller."/>
304        </Property>
305        <Property Name="NVMeControllerProperties" Type="StorageController.v1_0_0.NVMeControllerProperties" Nullable="false">
306          <Annotation Term="OData.Description" String="The NVMe-related properties for this storage controller."/>
307          <Annotation Term="OData.LongDescription" String="This property shall contain NVMe-related properties for this storage controller."/>
308        </Property>
309        <Property Name="Links" Type="StorageController.v1_0_0.Links" Nullable="false">
310          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
311          <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."/>
312        </Property>
313        <Property Name="Actions" Type="StorageController.v1_0_0.Actions" Nullable="false">
314          <Annotation Term="OData.Description" String="The available actions for this resource."/>
315          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
316        </Property>
317      </EntityType>
318
319      <ComplexType Name="Links" BaseType="Resource.Links">
320        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
321        <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."/>
322        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
323          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
324          <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this controller."/>
325          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Endpoint` with which this controller is associated."/>
326          <Annotation Term="OData.AutoExpandReferences"/>
327        </NavigationProperty>
328        <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
329          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
330          <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the storage controller produces."/>
331          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `PCIeFunction` that represent the PCIe functions associated with this resource."/>
332          <Annotation Term="OData.AutoExpandReferences"/>
333        </NavigationProperty>
334        <NavigationProperty Name="AttachedVolumes" Type="Collection(Volume.Volume)">
335          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
336          <Annotation Term="OData.Description" String="An array of links to volumes that are attached to this controller instance."/>
337          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Volume` that are attached to this instance of storage controller."/>
338          <Annotation Term="OData.AutoExpandReferences"/>
339        </NavigationProperty>
340      </ComplexType>
341
342      <ComplexType Name="Actions">
343        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
344        <Annotation Term="OData.Description" String="The available actions for this resource."/>
345        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
346        <Property Name="Oem" Type="StorageController.v1_0_0.OemActions" Nullable="false">
347          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
348          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
349        </Property>
350      </ComplexType>
351
352      <ComplexType Name="OemActions">
353        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
354        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
355        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
356      </ComplexType>
357
358      <ComplexType Name="CacheSummary">
359        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
360        <Annotation Term="OData.Description" String="This type describes the cache memory of the storage controller in general detail."/>
361        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the cache memory for a storage controller."/>
362        <Property Name="TotalCacheSizeMiB" Type="Edm.Int64">
363          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
364          <Annotation Term="OData.Description" String="The total configured cache memory, measured in MiB."/>
365          <Annotation Term="OData.LongDescription" String="This property shall contain the amount of configured cache memory as measured in mebibytes."/>
366          <Annotation Term="Validation.Minimum" Int="0"/>
367          <Annotation Term="Measures.Unit" String="MiBy"/>
368          <Annotation Term="Redfish.Required"/>
369        </Property>
370        <Property Name="PersistentCacheSizeMiB" Type="Edm.Int64">
371          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
372          <Annotation Term="OData.Description" String="The portion of the cache memory that is persistent, measured in MiB."/>
373          <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`."/>
374          <Annotation Term="Validation.Minimum" Int="0"/>
375          <Annotation Term="Measures.Unit" String="MiBy"/>
376        </Property>
377        <Property Name="Status" Type="Resource.Status" Nullable="false">
378          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
379          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
380        </Property>
381      </ComplexType>
382
383      <ComplexType Name="Rates">
384        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
385        <Annotation Term="OData.Description" String="This type describes the various controller rates used for processes such as volume rebuild or consistency checks."/>
386        <Annotation Term="OData.LongDescription" String="This type shall contain all the rate settings available on the controller."/>
387        <Property Name="RebuildRatePercent" Type="Edm.Int64">
388          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
389          <Annotation Term="OData.Description" String="The percentage of controller resources used for rebuilding/repairing volumes."/>
390          <Annotation Term="OData.LongDescription" String="This property shall contain the percentage, `0` to `100`, of controller resources used for rebuilding volumes."/>
391          <Annotation Term="Measures.Unit" String="%"/>
392          <Annotation Term="Validation.Minimum" Int="0"/>
393          <Annotation Term="Validation.Maximum" Int="100"/>
394        </Property>
395        <Property Name="TransformationRatePercent" Type="Edm.Int64">
396          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
397          <Annotation Term="OData.Description" String="The percentage of controller resources used for transforming volumes from one configuration to another."/>
398          <Annotation Term="OData.LongDescription" String="This property shall contain the percentage, `0` to `100`, of controller resources used for transforming volumes."/>
399          <Annotation Term="Measures.Unit" String="%"/>
400          <Annotation Term="Validation.Minimum" Int="0"/>
401          <Annotation Term="Validation.Maximum" Int="100"/>
402        </Property>
403        <Property Name="ConsistencyCheckRatePercent" Type="Edm.Int64">
404          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
405          <Annotation Term="OData.Description" String="The percentage of controller resources used for performing a data consistency check on volumes."/>
406          <Annotation Term="OData.LongDescription" String="This property shall contain the percentage, `0` to `100`, of controller resources used for checking data consistency on volumes."/>
407          <Annotation Term="Measures.Unit" String="%"/>
408          <Annotation Term="Validation.Minimum" Int="0"/>
409          <Annotation Term="Validation.Maximum" Int="100"/>
410        </Property>
411      </ComplexType>
412
413      <ComplexType Name="NVMeControllerProperties">
414        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
415        <Annotation Term="OData.Description" String="NVMe-related properties for a storage controller."/>
416        <Annotation Term="OData.LongDescription" String="This type shall contain NVMe-related properties for a storage controller."/>
417        <Property Name="ControllerType" Type="StorageController.v1_0_0.NVMeControllerType">
418          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
419          <Annotation Term="OData.Description" String="The type of NVMe controller."/>
420          <Annotation Term="OData.LongDescription" String="This property shall contain the type of NVMe controller."/>
421        </Property>
422        <Property Name="NVMeVersion" Type="Edm.String">
423          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
424          <Annotation Term="OData.Description" String="The version of the NVMe Base Specification supported."/>
425          <Annotation Term="OData.LongDescription" String="This property shall contain the version of the NVMe Base Specification supported."/>
426        </Property>
427        <Property Name="NVMeControllerAttributes" Type="StorageController.v1_0_0.NVMeControllerAttributes">
428          <Annotation Term="OData.Description" String="The NVMe controller attributes."/>
429          <Annotation Term="OData.LongDescription" String="This property shall contain NVMe controller attributes."/>
430        </Property>
431        <Property Name="MaxQueueSize" Type="Edm.Int64">
432          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
433          <Annotation Term="OData.Description" String="The maximum individual queue size that an NVMe I/O controller supports."/>
434          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum individual queue entry size supported per queue.  This is a zero-based value, where the minimum value is one, indicating two entries.  For PCIe, this applies to both submission and completion queues.  For NVMe-oF, this applies only to submission queues."/>
435        </Property>
436        <Property Name="ANACharacteristics" Type="Collection(StorageController.v1_0_0.ANACharacteristics)">
437          <Annotation Term="OData.Description" String="The ANA characteristics and volume information."/>
438          <Annotation Term="OData.LongDescription" String="This property shall contain the ANA characteristics and volume information."/>
439        </Property>
440        <Property Name="NVMeSMARTCriticalWarnings" Type="StorageController.v1_0_0.NVMeSMARTCriticalWarnings">
441          <Annotation Term="OData.Description" String="The NVMe SMART Critical Warnings for this storage controller.  This property contains possible triggers for the predictive drive failure warning for the corresponding drive."/>
442          <Annotation Term="OData.LongDescription" String="This property shall contain the NVMe SMART Critical Warnings for this storage controller.  This property can contain possible triggers for the predictive drive failure warning for the corresponding drive."/>
443        </Property>
444      </ComplexType>
445
446      <ComplexType Name="ANACharacteristics">
447        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
448        <Annotation Term="OData.Description" String="The ANA characteristics and volume information for a storage controller."/>
449        <Annotation Term="OData.LongDescription" String="This type shall contain the ANA characteristics and volume information for a storage controller."/>
450        <Property Name="AccessState" Type="StorageController.v1_0_0.ANAAccessState">
451          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
452          <Annotation Term="OData.Description" String="Reported ANA access state."/>
453          <Annotation Term="OData.LongDescription" String="This property shall contain the reported ANA access state."/>
454        </Property>
455        <NavigationProperty Name="Volume" Type="Volume.Volume" Nullable="false">
456          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
457          <Annotation Term="OData.Description" String="The specified volume."/>
458          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Volume`."/>
459        </NavigationProperty>
460      </ComplexType>
461
462      <ComplexType Name="NVMeControllerAttributes">
463        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
464        <Annotation Term="OData.Description" String="The NVMe controller attributes for a storage controller."/>
465        <Annotation Term="OData.LongDescription" String="This type shall contain NVMe controller attributes for a storage controller."/>
466        <Property Name="ReportsUUIDList" Type="Edm.Boolean">
467          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
468          <Annotation Term="OData.Description" String="Indicates whether or not the controller supports reporting of a UUID list."/>
469          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the controller supports reporting of a UUID list."/>
470        </Property>
471        <Property Name="SupportsSQAssociations" Type="Edm.Boolean">
472          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
473          <Annotation Term="OData.Description" String="Indicates whether or not the controller supports SQ Associations."/>
474          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the controller supports SQ Associations."/>
475        </Property>
476        <Property Name="ReportsNamespaceGranularity" Type="Edm.Boolean">
477          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
478          <Annotation Term="OData.Description" String="Indicates whether or not the controller supports reporting of Namespace Granularity."/>
479          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the controller supports reporting of Namespace Granularity."/>
480        </Property>
481        <Property Name="SupportsTrafficBasedKeepAlive" Type="Edm.Boolean">
482          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
483          <Annotation Term="OData.Description" String="Indicates whether or not the controller supports restarting the Keep Alive Timer if traffic is processed from an admin command or I/O during a Keep Alive Timeout interval."/>
484          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the controller supports restarting the Keep Alive Timer if traffic is processed from an admin command or I/O during a Keep Alive Timeout interval."/>
485        </Property>
486        <Property Name="SupportsPredictableLatencyMode" Type="Edm.Boolean">
487          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
488          <Annotation Term="OData.Description" String="Indicates whether or not the controller supports Predictable Latency Mode."/>
489          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the controller supports Predictable Latency Mode."/>
490        </Property>
491        <Property Name="SupportsEnduranceGroups" Type="Edm.Boolean">
492          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
493          <Annotation Term="OData.Description" String="Indicates whether or not the controller supports Endurance Groups."/>
494          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the controller supports Endurance Groups."/>
495        </Property>
496        <Property Name="SupportsReadRecoveryLevels" Type="Edm.Boolean">
497          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
498          <Annotation Term="OData.Description" String="Indicates whether or not the controller supports Read Recovery Levels."/>
499          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the controller supports Read Recovery Levels."/>
500        </Property>
501        <Property Name="SupportsNVMSets" Type="Edm.Boolean">
502          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
503          <Annotation Term="OData.Description" String="Indicates whether or not the controller supports NVM Sets."/>
504          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the controller supports NVM Sets."/>
505        </Property>
506        <Property Name="SupportsExceedingPowerOfNonOperationalState" Type="Edm.Boolean">
507          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
508          <Annotation Term="OData.Description" String="Indicates whether or not the controller supports exceeding Power of Non-Operational State in order to execute controller-initiated background operations in a non-operational power state."/>
509          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the controller supports exceeding Power of Non-Operational State in order to execute controller-initiated background operations in a non-operational power state."/>
510        </Property>
511        <Property Name="Supports128BitHostId" Type="Edm.Boolean">
512          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
513          <Annotation Term="OData.Description" String="Indicates whether or not the controller supports a 128-bit Host Identifier."/>
514          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the controller supports a 128-bit Host Identifier."/>
515        </Property>
516      </ComplexType>
517
518      <ComplexType Name="NVMeSMARTCriticalWarnings" BaseType="StorageController.NVMeSMARTCriticalWarnings">
519        <Property Name="PMRUnreliable" Type="Edm.Boolean">
520          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
521          <Annotation Term="OData.Description" String="The Persistent Memory Region has become unreliable."/>
522          <Annotation Term="OData.LongDescription" String="This property shall indicate that the Persistent Memory Region has become unreliable.  PCIe memory reads can return invalid data or generate poisoned PCIe TLP(s).  Persistent Memory Region memory writes might not update memory or might update memory with undefined data.  The Persistent Memory Region might also have become non-persistent."/>
523        </Property>
524        <Property Name="PowerBackupFailed" Type="Edm.Boolean">
525          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
526          <Annotation Term="OData.Description" String="Indicates that the volatile memory backup device has failed."/>
527          <Annotation Term="OData.LongDescription" String="This property shall indicate that the volatile memory backup device has failed."/>
528        </Property>
529        <Property Name="MediaInReadOnly" Type="Edm.Boolean">
530          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
531          <Annotation Term="OData.Description" String="Indicates the media has been placed in read-only mode."/>
532          <Annotation Term="OData.LongDescription" String="This property shall indicate the media has been placed in read-only mode.  This is not set when the read-only condition of the media is a result of a change in the write protection state of a namespace."/>
533        </Property>
534        <Property Name="OverallSubsystemDegraded" Type="Edm.Boolean">
535          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
536          <Annotation Term="OData.Description" String="Indicates that the NVM subsystem reliability has been compromised."/>
537          <Annotation Term="OData.LongDescription" String="This property shall indicate that the NVM subsystem reliability has been compromised."/>
538        </Property>
539        <Property Name="SpareCapacityWornOut" Type="Edm.Boolean">
540          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
541          <Annotation Term="OData.Description" String="Indicates that the available spare capacity has fallen below the threshold."/>
542          <Annotation Term="OData.LongDescription" String="This property shall indicate that the available spare capacity has fallen below the threshold."/>
543        </Property>
544      </ComplexType>
545
546      <EnumType Name="NVMeControllerType">
547        <Member Name="Admin">
548          <Annotation Term="OData.Description" String="The NVMe controller is an admin controller."/>
549        </Member>
550        <Member Name="Discovery">
551          <Annotation Term="OData.Description" String="The NVMe controller is a discovery controller."/>
552        </Member>
553        <Member Name="IO">
554          <Annotation Term="OData.Description" String="The NVMe controller is an I/O controller."/>
555        </Member>
556      </EnumType>
557
558      <EnumType Name="ANAAccessState">
559        <Member Name="Optimized">
560          <Annotation Term="OData.Description" String="Commands processed by a controller provide optimized access to any namespace in the ANA group."/>
561        </Member>
562        <Member Name="NonOptimized">
563          <Annotation Term="OData.Description" String="Commands processed by a controller that reports this state for an ANA group provide non-optimized access characteristics, such as lower performance or non-optimal use of subsystem resources, to any namespace in the ANA group."/>
564        </Member>
565        <Member Name="Inaccessible">
566          <Annotation Term="OData.Description" String="Namespaces in this group are inaccessible.  Commands are not able to access user data of namespaces in the ANA group."/>
567        </Member>
568        <Member Name="PersistentLoss">
569          <Annotation Term="OData.Description" String="The group is persistently inaccessible.  Commands are persistently not able to access user data of namespaces in the ANA group."/>
570        </Member>
571      </EnumType>
572    </Schema>
573
574    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_0_1">
575      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
576      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors.  It was also created to correct the spelling of the enumeration value `Inaccessible`."/>
577      <EntityType Name="StorageController" BaseType="StorageController.v1_0_0.StorageController"/>
578    </Schema>
579
580    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_0_2">
581      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
582      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
583      <EntityType Name="StorageController" BaseType="StorageController.v1_0_1.StorageController"/>
584    </Schema>
585
586    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_0_3">
587      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
588      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
589      <EntityType Name="StorageController" BaseType="StorageController.v1_0_2.StorageController"/>
590    </Schema>
591
592    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_0_4">
593      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
594      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
595      <EntityType Name="StorageController" BaseType="StorageController.v1_0_3.StorageController"/>
596    </Schema>
597
598    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_0_5">
599      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
600      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
601      <EntityType Name="StorageController" BaseType="StorageController.v1_0_4.StorageController"/>
602    </Schema>
603
604    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_1_0">
605      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
606      <Annotation Term="Redfish.Release" String="2020.4"/>
607      <Annotation Term="OData.Description" String="This version was created to add Certificates and Measurements to devices for attestation and identity management."/>
608
609      <EntityType Name="StorageController" BaseType="StorageController.v1_0_1.StorageController">
610        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
611          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
612          <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
613          <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."/>
614          <Annotation Term="OData.AutoExpandReferences"/>
615        </NavigationProperty>
616        <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
617          <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
618          <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
619          <Annotation Term="Redfish.Revisions">
620            <Collection>
621              <Record>
622                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
623                <PropertyValue Property="Version" String="v1_5_0"/>
624                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/>
625              </Record>
626            </Collection>
627          </Annotation>
628        </Property>
629      </EntityType>
630    </Schema>
631
632    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_1_1">
633      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
634      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
635      <EntityType Name="StorageController" BaseType="StorageController.v1_1_0.StorageController"/>
636    </Schema>
637
638    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_1_2">
639      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
640      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
641      <EntityType Name="StorageController" BaseType="StorageController.v1_1_1.StorageController"/>
642    </Schema>
643
644    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_1_3">
645      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
646      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
647      <EntityType Name="StorageController" BaseType="StorageController.v1_1_2.StorageController"/>
648    </Schema>
649
650    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_1_4">
651      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
652      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
653      <EntityType Name="StorageController" BaseType="StorageController.v1_1_3.StorageController"/>
654    </Schema>
655
656    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_2_0">
657      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
658      <Annotation Term="Redfish.Release" String="2021.1"/>
659
660      <EntityType Name="StorageController" BaseType="StorageController.v1_1_1.StorageController">
661        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
662          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
663          <Annotation Term="OData.Description" String="The link to the environment metrics for this storage controller."/>
664          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `EnvironmentMetrics` that represents the environment metrics for this storage controller."/>
665          <Annotation Term="OData.AutoExpandReferences"/>
666        </NavigationProperty>
667      </EntityType>
668
669      <ComplexType Name="NVMeControllerAttributes" BaseType="StorageController.v1_0_0.NVMeControllerAttributes">
670        <Property Name="SupportsReservations" Type="Edm.Boolean">
671          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
672          <Annotation Term="OData.Description" String="Indicates if the controller supports reservations."/>
673          <Annotation Term="OData.LongDescription" String="This property shall indicate if the controller supports reservations."/>
674        </Property>
675      </ComplexType>
676    </Schema>
677
678    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_2_1">
679      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
680      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
681      <EntityType Name="StorageController" BaseType="StorageController.v1_2_0.StorageController"/>
682    </Schema>
683
684    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_2_2">
685      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
686      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
687      <EntityType Name="StorageController" BaseType="StorageController.v1_2_1.StorageController"/>
688    </Schema>
689
690    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_2_3">
691      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
692      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
693      <EntityType Name="StorageController" BaseType="StorageController.v1_2_2.StorageController"/>
694    </Schema>
695
696    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_3_0">
697      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
698      <Annotation Term="Redfish.Release" String="2021.2"/>
699
700      <EntityType Name="StorageController" BaseType="StorageController.v1_2_0.StorageController"/>
701
702      <ComplexType Name="Links" BaseType="StorageController.v1_0_0.Links">
703        <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
704          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
705          <Annotation Term="OData.Description" String="The network device functions that provide connectivity to this controller."/>
706          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `NetworkDeviceFunction` that represent the devices that provide connectivity to this controller."/>
707          <Annotation Term="OData.AutoExpandReferences"/>
708        </NavigationProperty>
709      </ComplexType>
710    </Schema>
711
712    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_3_1">
713      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
714      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
715      <EntityType Name="StorageController" BaseType="StorageController.v1_3_0.StorageController"/>
716    </Schema>
717
718    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_3_2">
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="StorageController" BaseType="StorageController.v1_3_1.StorageController"/>
722    </Schema>
723
724    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_3_3">
725      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
726      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
727      <EntityType Name="StorageController" BaseType="StorageController.v1_3_2.StorageController"/>
728    </Schema>
729
730    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_4_0">
731      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
732      <Annotation Term="Redfish.Release" String="2021.3"/>
733
734      <EntityType Name="StorageController" BaseType="StorageController.v1_3_0.StorageController"/>
735
736      <ComplexType Name="NVMeControllerProperties" BaseType="StorageController.v1_0_0.NVMeControllerProperties">
737        <Property Name="AllocatedSubmissionQueues" Type="Edm.Int64">
738          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
739          <Annotation Term="OData.Description" String="The number of I/O submission queues allocated to this NVMe I/O controller."/>
740          <Annotation Term="OData.LongDescription" String="This property shall contain the number of I/O submission queues allocated to this NVMe I/O controller."/>
741        </Property>
742        <Property Name="AllocatedCompletionQueues" Type="Edm.Int64">
743          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
744          <Annotation Term="OData.Description" String="The number of I/O completion queues allocated to this NVMe I/O controller."/>
745          <Annotation Term="OData.LongDescription" String="This property shall contain the number of I/O completion queues allocated to this NVMe I/O controller."/>
746        </Property>
747      </ComplexType>
748    </Schema>
749
750    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_4_1">
751      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
752      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
753      <EntityType Name="StorageController" BaseType="StorageController.v1_4_0.StorageController"/>
754    </Schema>
755
756    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_4_2">
757      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
758      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
759      <EntityType Name="StorageController" BaseType="StorageController.v1_4_1.StorageController"/>
760    </Schema>
761
762    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_4_3">
763      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
764      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
765      <EntityType Name="StorageController" BaseType="StorageController.v1_4_2.StorageController"/>
766    </Schema>
767
768    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_5_0">
769      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
770      <Annotation Term="Redfish.Release" String="2021.4"/>
771      <Annotation Term="OData.Description" String="This version was created to deprecate `Measurements` in favor of measurement reporting in the `ComponentIntegrity` resource."/>
772
773      <EntityType Name="StorageController" BaseType="StorageController.v1_4_0.StorageController"/>
774    </Schema>
775
776    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_5_1">
777      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
778      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
779      <EntityType Name="StorageController" BaseType="StorageController.v1_5_0.StorageController"/>
780    </Schema>
781
782    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_5_2">
783      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
784      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
785      <EntityType Name="StorageController" BaseType="StorageController.v1_5_1.StorageController"/>
786    </Schema>
787
788    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_5_3">
789      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
790      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
791      <EntityType Name="StorageController" BaseType="StorageController.v1_5_2.StorageController"/>
792    </Schema>
793
794    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_6_0">
795      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
796      <Annotation Term="Redfish.Release" String="2022.1"/>
797
798      <EntityType Name="StorageController" BaseType="StorageController.v1_5_0.StorageController"/>
799
800      <ComplexType Name="Links" BaseType="StorageController.v1_3_0.Links">
801        <NavigationProperty Name="Batteries" Type="Collection(Battery.Battery)">
802          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
803          <Annotation Term="OData.Description" String="The batteries that provide power to this storage controller during a power-loss event."/>
804          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Battery` that represent the batteries that provide power to this storage controller during a power-loss event, such as with battery-backed RAID controllers.  This property shall not be present if the batteries power the containing chassis as a whole rather than the individual storage controller."/>
805          <Annotation Term="OData.AutoExpandReferences"/>
806        </NavigationProperty>
807      </ComplexType>
808    </Schema>
809
810    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_6_1">
811      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
812      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
813      <EntityType Name="StorageController" BaseType="StorageController.v1_6_0.StorageController"/>
814    </Schema>
815
816    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_6_2">
817      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
818      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
819      <EntityType Name="StorageController" BaseType="StorageController.v1_6_1.StorageController"/>
820    </Schema>
821
822    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_6_3">
823      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
824      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
825      <EntityType Name="StorageController" BaseType="StorageController.v1_6_2.StorageController"/>
826    </Schema>
827
828    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_7_0">
829      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
830      <Annotation Term="Redfish.Release" String="2023.1"/>
831      <Annotation Term="OData.Description" String="This version was created to add the `AttachNamespaces`, `DetachNamespaces`, `SecuritySend`, and `SecurityReceive` actions."/>
832
833      <EntityType Name="StorageController" BaseType="StorageController.v1_6_0.StorageController">
834        <NavigationProperty Name="Metrics" Type="StorageControllerMetrics.StorageControllerMetrics">
835          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
836          <Annotation Term="OData.Description" String="The link to the metrics associated with this storage controller."/>
837          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with this storage controller."/>
838          <Annotation Term="OData.AutoExpandReferences"/>
839        </NavigationProperty>
840      </EntityType>
841
842      <ComplexType Name="Links" BaseType="StorageController.v1_6_0.Links">
843        <NavigationProperty Name="NVMeDiscoveredSubsystems" Type="Collection(Storage.Storage)">
844          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
845          <Annotation Term="OData.Description" String="The NVMe subsystems discovered by this discovery controller."/>
846          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Storage` that represent the NVMe subsystems discovered by this discovery controller.  This property shall only be present if `ControllerType` in `NVMeControllerProperties` contains `Discovery`."/>
847        </NavigationProperty>
848      </ComplexType>
849
850      <ComplexType Name="AttachDetachNamespacesResponse">
851        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
852        <Annotation Term="OData.Description" String="The response body for the `AttachNamespaces` and `DetachNamespaces` actions."/>
853        <Annotation Term="OData.LongDescription" String="This type shall contain the properties found in the response body for the `AttachNamespaces` and `DetachNamespaces` actions."/>
854        <NavigationProperty Name="AttachedVolumes" Type="Collection(Volume.Volume)">
855          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
856          <Annotation Term="OData.Description" String="An array of links to volumes that are attached to this controller instance."/>
857          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Volume` that are attached to this instance of storage controller."/>
858          <Annotation Term="OData.AutoExpandReferences"/>
859          <Annotation Term="Redfish.Required"/>
860        </NavigationProperty>
861      </ComplexType>
862
863      <ComplexType Name="SecurityReceiveResponse">
864        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
865        <Annotation Term="OData.Description" String="The security data transferred from a controller."/>
866        <Annotation Term="OData.LongDescription" String="This object shall contain the security data transferred from a controller."/>
867        <Property Name="Data" Type="Edm.String" Nullable="false">
868          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
869          <Annotation Term="OData.Description" String="The Base64-encoded security protocol data."/>
870          <Annotation Term="OData.LongDescription" String="This property shall contain a Base64-encoded string of the security protocol data transferred from a controller."/>
871        </Property>
872      </ComplexType>
873    </Schema>
874
875    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_7_1">
876      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
877      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
878      <EntityType Name="StorageController" BaseType="StorageController.v1_7_0.StorageController"/>
879    </Schema>
880
881    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_7_2">
882      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
883      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
884      <EntityType Name="StorageController" BaseType="StorageController.v1_7_1.StorageController"/>
885    </Schema>
886
887    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageController.v1_7_3">
888      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
889      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
890      <EntityType Name="StorageController" BaseType="StorageController.v1_7_2.StorageController"/>
891    </Schema>
892
893  </edmx:DataServices>
894</edmx:Edmx>
895