1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: PCIeDevice v1.15.0 --> 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/Resource_v1.xml"> 24 <edmx:Include Namespace="Resource"/> 25 <edmx:Include Namespace="Resource.v1_0_0"/> 26 </edmx:Reference> 27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 28 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 29 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 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/PCIeFunction_v1.xml"> 35 <edmx:Include Namespace="PCIeFunction"/> 36 </edmx:Reference> 37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunctionCollection_v1.xml"> 38 <edmx:Include Namespace="PCIeFunctionCollection"/> 39 </edmx:Reference> 40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml"> 41 <edmx:Include Namespace="Assembly"/> 42 </edmx:Reference> 43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml"> 44 <edmx:Include Namespace="EnvironmentMetrics"/> 45 </edmx:Reference> 46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Switch_v1.xml"> 47 <edmx:Include Namespace="Switch"/> 48 </edmx:Reference> 49 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CXLLogicalDeviceCollection_v1.xml"> 50 <edmx:Include Namespace="CXLLogicalDeviceCollection"/> 51 </edmx:Reference> 52 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Processor_v1.xml"> 53 <edmx:Include Namespace="Processor"/> 54 </edmx:Reference> 55 56 <edmx:DataServices> 57 58 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice"> 59 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 60 <Annotation Term="Redfish.Language" String="en"/> 61 62 <EntityType Name="PCIeDevice" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 63 <Annotation Term="OData.Description" String="The `PCIeDevice` schema describes the properties of a PCIe device that is attached to a system. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/> 64 <Annotation Term="OData.LongDescription" String="This resource shall represent a PCIe device in a Redfish implementation. It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`."/> 65 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 66 <Annotation Term="Capabilities.InsertRestrictions"> 67 <Record> 68 <PropertyValue Property="Insertable" Bool="false"/> 69 </Record> 70 </Annotation> 71 <Annotation Term="Capabilities.UpdateRestrictions"> 72 <Record> 73 <PropertyValue Property="Updatable" Bool="true"/> 74 </Record> 75 </Annotation> 76 <Annotation Term="Capabilities.DeleteRestrictions"> 77 <Record> 78 <PropertyValue Property="Deletable" Bool="false"/> 79 </Record> 80 </Annotation> 81 <Annotation Term="Redfish.Uris"> 82 <Collection> 83 <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}</String> 84 <String>/redfish/v1/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String> 85 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String> 86 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String> 87 </Collection> 88 </Annotation> 89 </EntityType> 90 91 <ComplexType Name="PCIeInterface" Abstract="true"> 92 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 93 <Annotation Term="OData.Description" String="This type describes a PCIe Interface."/> 94 <Annotation Term="OData.LongDescription" String="This type shall describe the PCIe interface characteristics of a PCIe device."/> 95 </ComplexType> 96 97 <ComplexType Name="PCIeErrors" Abstract="true"> 98 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 99 <Annotation Term="OData.Description" String="The PCIe errors associated with this device."/> 100 <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the PCIe errors associated with this device."/> 101 </ComplexType> 102 103 <EnumType Name="PCIeTypes"> 104 <Annotation Term="Redfish.Revisions"> 105 <Collection> 106 <Record> 107 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 108 <PropertyValue Property="Version" String="v1_3_0"/> 109 </Record> 110 </Collection> 111 </Annotation> 112 <Member Name="Gen1"> 113 <Annotation Term="OData.Description" String="A PCIe v1.0 slot."/> 114 </Member> 115 <Member Name="Gen2"> 116 <Annotation Term="OData.Description" String="A PCIe v2.0 slot."/> 117 </Member> 118 <Member Name="Gen3"> 119 <Annotation Term="OData.Description" String="A PCIe v3.0 slot."/> 120 </Member> 121 <Member Name="Gen4"> 122 <Annotation Term="OData.Description" String="A PCIe v4.0 slot."/> 123 </Member> 124 <Member Name="Gen5"> 125 <Annotation Term="OData.Description" String="A PCIe v5.0 slot."/> 126 </Member> 127 </EnumType> 128 129 </Schema> 130 131 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_0"> 132 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 133 <Annotation Term="Redfish.Release" String="2016.2"/> 134 135 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.PCIeDevice"> 136 <Property Name="Manufacturer" Type="Edm.String"> 137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 138 <Annotation Term="OData.Description" String="The manufacturer of this PCIe device."/> 139 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the PCIe device. This organization may be the entity from whom the PCIe device is purchased, but this is not necessarily true."/> 140 </Property> 141 <Property Name="Model" Type="Edm.String"> 142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 143 <Annotation Term="OData.Description" String="The model number for the PCIe device."/> 144 <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the PCIe device."/> 145 </Property> 146 <Property Name="SKU" Type="Edm.String"> 147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 148 <Annotation Term="OData.Description" String="The SKU for this PCIe device."/> 149 <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit number for this PCIe device."/> 150 </Property> 151 <Property Name="SerialNumber" Type="Edm.String"> 152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 153 <Annotation Term="OData.Description" String="The serial number for this PCIe device."/> 154 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the PCIe device."/> 155 </Property> 156 <Property Name="PartNumber" Type="Edm.String"> 157 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 158 <Annotation Term="OData.Description" String="The part number for this PCIe device."/> 159 <Annotation Term="OData.LongDescription" String="This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the PCIe device."/> 160 </Property> 161 <Property Name="AssetTag" Type="Edm.String"> 162 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 163 <Annotation Term="OData.Description" String="The user-assigned asset tag for this PCIe device."/> 164 <Annotation Term="OData.LongDescription" String="This property shall contain an identifying string that tracks the PCIe device for inventory purposes."/> 165 </Property> 166 167 <Property Name="DeviceType" Type="PCIeDevice.v1_0_0.DeviceType" Nullable="false"> 168 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 169 <Annotation Term="OData.Description" String="The device type for this PCIe device."/> 170 <Annotation Term="OData.LongDescription" String="This property shall contain the device type of the PCIe device such as `SingleFunction` or `MultiFunction`."/> 171 </Property> 172 <Property Name="FirmwareVersion" Type="Edm.String"> 173 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 174 <Annotation Term="OData.Description" String="The version of firmware for this PCIe device."/> 175 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version of the PCIe device."/> 176 </Property> 177 178 <Property Name="Status" Type="Resource.Status" Nullable="false"> 179 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 180 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 181 </Property> 182 <Property Name="Links" Type="PCIeDevice.v1_0_0.Links" Nullable="false"> 183 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 184 <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."/> 185 </Property> 186 </EntityType> 187 188 <ComplexType Name="Links" BaseType="Resource.Links"> 189 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 190 <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."/> 191 <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)"> 192 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 193 <Annotation Term="OData.Description" String="An array of links to the chassis in which the PCIe device is contained."/> 194 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Chassis` that represent the physical containers associated with this resource."/> 195 <Annotation Term="OData.AutoExpandReferences"/> 196 </NavigationProperty> 197 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)"> 198 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 199 <Annotation Term="OData.Description" String="An array of links to PCIe functions exposed by this device."/> 200 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `PCIeFunction` that represent the PCIe functions this device exposes."/> 201 <Annotation Term="OData.AutoExpandReferences"/> 202 <Annotation Term="Redfish.Revisions"> 203 <Collection> 204 <Record> 205 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 206 <PropertyValue Property="Version" String="v1_4_0"/> 207 <PropertyValue Property="Description" String="This property has been deprecated in favor of the `PCIeFunctions` property in the root that provides a link to a resource collection."/> 208 </Record> 209 </Collection> 210 </Annotation> 211 </NavigationProperty> 212 </ComplexType> 213 214 <EnumType Name="DeviceType"> 215 <Member Name="SingleFunction"> 216 <Annotation Term="OData.Description" String="A single-function PCIe device."/> 217 </Member> 218 <Member Name="MultiFunction"> 219 <Annotation Term="OData.Description" String="A multi-function PCIe device."/> 220 </Member> 221 <Member Name="Simulated"> 222 <Annotation Term="OData.Description" String="A PCIe device that is not currently physically present, but is being simulated by the PCIe infrastructure."/> 223 </Member> 224 <Member Name="Retimer"> 225 <Annotation Term="OData.Description" String="A PCIe retimer device."/> 226 <Annotation Term="Redfish.Revisions"> 227 <Collection> 228 <Record> 229 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 230 <PropertyValue Property="Version" String="v1_10_0"/> 231 </Record> 232 </Collection> 233 </Annotation> 234 </Member> 235 </EnumType> 236 237 </Schema> 238 239 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_1"> 240 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 241 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 242 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_0.PCIeDevice"/> 243 </Schema> 244 245 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_2"> 246 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 247 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 248 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_1.PCIeDevice"/> 249 </Schema> 250 251 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_3"> 252 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 253 <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."/> 254 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice"/> 255 </Schema> 256 257 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_4"> 258 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 259 <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."/> 260 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_3.PCIeDevice"/> 261 </Schema> 262 263 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_5"> 264 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 265 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 266 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_4.PCIeDevice"/> 267 </Schema> 268 269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_6"> 270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 271 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 272 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_5.PCIeDevice"/> 273 </Schema> 274 275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_7"> 276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 277 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 278 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_6.PCIeDevice"/> 279 </Schema> 280 281 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_8"> 282 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 283 <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."/> 284 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_7.PCIeDevice"/> 285 </Schema> 286 287 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_0"> 288 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 289 <Annotation Term="Redfish.Release" String="2017.1"/> 290 291 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice"> 292 <Property Name="Actions" Type="PCIeDevice.v1_1_0.Actions" Nullable="false"> 293 <Annotation Term="OData.Description" String="The available actions for this resource."/> 294 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 295 </Property> 296 </EntityType> 297 298 <ComplexType Name="Actions"> 299 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 300 <Annotation Term="OData.Description" String="The available actions for this resource."/> 301 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 302 <Property Name="Oem" Type="PCIeDevice.v1_1_0.OemActions" Nullable="false"> 303 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 304 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 305 </Property> 306 </ComplexType> 307 308 <ComplexType Name="OemActions"> 309 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 310 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 311 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 312 </ComplexType> 313 </Schema> 314 315 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_1"> 316 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 317 <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."/> 318 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice"/> 319 </Schema> 320 321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_2"> 322 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 323 <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."/> 324 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_1.PCIeDevice"/> 325 </Schema> 326 327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_3"> 328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 329 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 330 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_2.PCIeDevice"/> 331 </Schema> 332 333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_4"> 334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 335 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 336 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_3.PCIeDevice"/> 337 </Schema> 338 339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_5"> 340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 341 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 342 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_4.PCIeDevice"/> 343 </Schema> 344 345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_6"> 346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 347 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 348 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_5.PCIeDevice"/> 349 </Schema> 350 351 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_7"> 352 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 353 <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."/> 354 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_6.PCIeDevice"/> 355 </Schema> 356 357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_0"> 358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 359 <Annotation Term="Redfish.Release" String="2017.3"/> 360 361 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice"> 362 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false"> 363 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 364 <Annotation Term="OData.Description" String="The link to the assembly associated with this PCIe device."/> 365 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/> 366 <Annotation Term="OData.AutoExpandReferences"/> 367 </NavigationProperty> 368 </EntityType> 369 </Schema> 370 371 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_1"> 372 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 373 <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."/> 374 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_0.PCIeDevice"/> 375 </Schema> 376 377 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_2"> 378 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 379 <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."/> 380 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice"/> 381 </Schema> 382 383 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_3"> 384 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 385 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 386 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_2.PCIeDevice"/> 387 </Schema> 388 389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_4"> 390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 391 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 392 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_3.PCIeDevice"/> 393 </Schema> 394 395 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_5"> 396 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 397 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 398 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_4.PCIeDevice"/> 399 </Schema> 400 401 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_6"> 402 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 403 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 404 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_5.PCIeDevice"/> 405 </Schema> 406 407 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_7"> 408 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 409 <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."/> 410 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_6.PCIeDevice"/> 411 </Schema> 412 413 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_0"> 414 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 415 <Annotation Term="Redfish.Release" String="2018.2"/> 416 417 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice"> 418 <Property Name="PCIeInterface" Type="PCIeDevice.v1_3_0.PCIeInterface" Nullable="false"> 419 <Annotation Term="OData.Description" String="The PCIe interface details for this PCIe device."/> 420 <Annotation Term="OData.LongDescription" String="This property shall contain details for the PCIe interface that connects this PCIe device to its host or upstream switch."/> 421 </Property> 422 </EntityType> 423 424 <ComplexType Name="PCIeInterface" BaseType="PCIeDevice.PCIeInterface"> 425 <Annotation Term="OData.Description" String="Properties that describe a PCIe interface."/> 426 <Annotation Term="OData.LongDescription" String="This type shall contain the definition for a PCIe interface for a Redfish implementation."/> 427 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 428 <Annotation Term="OData.Description" String="The OEM extension property."/> 429 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/> 430 </Property> 431 <Property Name="MaxPCIeType" Type="PCIeDevice.PCIeTypes"> 432 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 433 <Annotation Term="OData.Description" String="The highest version of the PCIe specification supported by this device."/> 434 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this device supports."/> 435 </Property> 436 <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes"> 437 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 438 <Annotation Term="OData.Description" String="The version of the PCIe specification in use by this device."/> 439 <Annotation Term="OData.LongDescription" String="This property shall contain the negotiated PCIe interface version in use by this device."/> 440 </Property> 441 <Property Name="MaxLanes" Type="Edm.Int64"> 442 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 443 <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this device."/> 444 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by this device."/> 445 <Annotation Term="Validation.Maximum" Int="32"/> 446 </Property> 447 <Property Name="LanesInUse" Type="Edm.Int64"> 448 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 449 <Annotation Term="OData.Description" String="The number of PCIe lanes in use by this device."/> 450 <Annotation Term="OData.LongDescription" String="This property shall contain the number of PCIe lanes in use by this device, which shall be equal to or less than the `MaxLanes` property value."/> 451 <Annotation Term="Validation.Maximum" Int="32"/> 452 </Property> 453 </ComplexType> 454 </Schema> 455 456 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_1"> 457 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 458 <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, and to add a missing term to `PCIeInterface` to disallow it from being `null`."/> 459 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_0.PCIeDevice"/> 460 </Schema> 461 462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_2"> 463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 464 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 465 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_1.PCIeDevice"/> 466 </Schema> 467 468 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_3"> 469 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 470 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 471 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice"/> 472 </Schema> 473 474 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_4"> 475 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 476 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 477 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_3.PCIeDevice"/> 478 </Schema> 479 480 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_5"> 481 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 482 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 483 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_4.PCIeDevice"/> 484 </Schema> 485 486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_6"> 487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 488 <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."/> 489 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_5.PCIeDevice"/> 490 </Schema> 491 492 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_0"> 493 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 494 <Annotation Term="Redfish.Release" String="2019.2"/> 495 <Annotation Term="OData.Description" String="This version was created to deprecate `PCIeFunctions` in `Links` in favor of the new `PCIeFunctions` at the root of the resource."/> 496 497 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice"> 498 <NavigationProperty Name="PCIeFunctions" Type="PCIeFunctionCollection.PCIeFunctionCollection" ContainsTarget="true" Nullable="false"> 499 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 500 <Annotation Term="OData.Description" String="The link to the collection of PCIe functions associated with this PCIe device."/> 501 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PCIeFunctionCollection`. This property should not be present if `DeviceType` contains `Retimer`."/> 502 <Annotation Term="OData.AutoExpandReferences"/> 503 </NavigationProperty> 504 </EntityType> 505 </Schema> 506 507 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_1"> 508 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 509 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 510 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice"/> 511 </Schema> 512 513 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_2"> 514 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 515 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 516 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_1.PCIeDevice"/> 517 </Schema> 518 519 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_3"> 520 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 521 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 522 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_2.PCIeDevice"/> 523 </Schema> 524 525 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_4"> 526 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 527 <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."/> 528 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_3.PCIeDevice"/> 529 </Schema> 530 531 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_0"> 532 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 533 <Annotation Term="Redfish.Release" String="2020.3"/> 534 535 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice"> 536 <Property Name="UUID" Type="Resource.UUID"> 537 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 538 <Annotation Term="OData.Description" String="The UUID for this PCIe device."/> 539 <Annotation Term="OData.LongDescription" String="This property shall contain the universally unique identifier number for this PCIe device."/> 540 </Property> 541 </EntityType> 542 </Schema> 543 544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_1"> 545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 546 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 547 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice"/> 548 </Schema> 549 550 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_2"> 551 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 552 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 553 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_1.PCIeDevice"/> 554 </Schema> 555 556 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_3"> 557 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 558 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 559 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_2.PCIeDevice"/> 560 </Schema> 561 562 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_4"> 563 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 564 <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."/> 565 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_3.PCIeDevice"/> 566 </Schema> 567 568 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_0"> 569 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 570 <Annotation Term="Redfish.Release" String="2020.4"/> 571 572 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice"> 573 <Property Name="SparePartNumber" Type="Edm.String"> 574 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 575 <Annotation Term="OData.Description" String="The spare part number of the PCIe device."/> 576 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the PCIe device."/> 577 </Property> 578 </EntityType> 579 </Schema> 580 581 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_1"> 582 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 583 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 584 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_0.PCIeDevice"/> 585 </Schema> 586 587 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_2"> 588 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 589 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 590 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_1.PCIeDevice"/> 591 </Schema> 592 593 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_3"> 594 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 595 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 596 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_2.PCIeDevice"/> 597 </Schema> 598 599 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_4"> 600 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 601 <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."/> 602 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_3.PCIeDevice"/> 603 </Schema> 604 605 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_0"> 606 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 607 <Annotation Term="Redfish.Release" String="2021.1"/> 608 609 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_1.PCIeDevice"> 610 <Property Name="ReadyToRemove" Type="Edm.Boolean"> 611 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 612 <Annotation Term="OData.Description" String="An indication of whether the PCIe device is prepared by the system for removal."/> 613 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the PCIe device is ready for removal. Setting the value to `true` shall cause the service to perform appropriate actions to quiesce the device. A task may spawn while the device is quiescing."/> 614 </Property> 615 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false"> 616 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 617 <Annotation Term="OData.Description" String="The link to the environment metrics for this PCIe device."/> 618 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this PCIe device."/> 619 <Annotation Term="OData.AutoExpandReferences"/> 620 </NavigationProperty> 621 </EntityType> 622 </Schema> 623 624 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_1"> 625 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 626 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 627 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_0.PCIeDevice"/> 628 </Schema> 629 630 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_2"> 631 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 632 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 633 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_1.PCIeDevice"/> 634 </Schema> 635 636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_3"> 637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 638 <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."/> 639 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_2.PCIeDevice"/> 640 </Schema> 641 642 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_0"> 643 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 644 <Annotation Term="Redfish.Release" String="2021.3"/> 645 646 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_0.PCIeDevice"/> 647 648 <ComplexType Name="PCIeErrors" BaseType="PCIeDevice.PCIeErrors"> 649 <Property Name="CorrectableErrorCount" Type="Edm.Int64"> 650 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 651 <Annotation Term="OData.Description" String="The total number of PCIe correctable errors for this device."/> 652 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe correctable errors for this device."/> 653 </Property> 654 <Property Name="NonFatalErrorCount" Type="Edm.Int64"> 655 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 656 <Annotation Term="OData.Description" String="The total number of PCIe non-fatal errors for this device."/> 657 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe non-fatal errors for this device."/> 658 </Property> 659 <Property Name="FatalErrorCount" Type="Edm.Int64"> 660 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 661 <Annotation Term="OData.Description" String="The total number of PCIe fatal errors for this device."/> 662 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe fatal errors for this device."/> 663 </Property> 664 <Property Name="L0ToRecoveryCount" Type="Edm.Int64"> 665 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 666 <Annotation Term="OData.Description" String="The total number of times the PCIe link states transitioned from L0 to the recovery state for this device."/> 667 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of times the PCIe link transitioned from L0 to the recovery state for this device."/> 668 </Property> 669 <Property Name="ReplayCount" Type="Edm.Int64"> 670 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 671 <Annotation Term="OData.Description" String="The total number of PCIe replays issued by this device."/> 672 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of replays issued on the PCIe link by this device. A replay is a retransmission of a TLP and occurs because the ACK timer is expired, which means that the receiver did not send the ACK or this device did not properly decode the ACK."/> 673 </Property> 674 <Property Name="ReplayRolloverCount" Type="Edm.Int64"> 675 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 676 <Annotation Term="OData.Description" String="The total number of PCIe replay rollovers issued by this device."/> 677 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of replay rollovers issued on the PCIe link by this device. A replay rollover occurs when consecutive replays failed to resolve the errors on the link, which means that this device forced the link into the recovery state."/> 678 </Property> 679 <Property Name="NAKSentCount" Type="Edm.Int64"> 680 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 681 <Annotation Term="OData.Description" String="The total number of NAKs issued on the PCIe link by this device."/> 682 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of NAKs issued on the PCIe link by this device. A NAK is issued by the device when it detects that a TLP from the receiver was missed. This could be because the receiver did not transmit it, or because this device could not properly decode the packet."/> 683 </Property> 684 <Property Name="NAKReceivedCount" Type="Edm.Int64"> 685 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 686 <Annotation Term="OData.Description" String="The total number of NAKs issued on the PCIe link by the receiver."/> 687 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of NAKs issued on the PCIe link by the receiver. A NAK is issued by the receiver when it detects that a TLP from this device was missed. This could be because this device did not transmit it, or because the receiver could not properly decode the packet."/> 688 </Property> 689 </ComplexType> 690 </Schema> 691 692 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_1"> 693 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 694 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 695 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_0.PCIeDevice"/> 696 </Schema> 697 698 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_2"> 699 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 700 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 701 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_1.PCIeDevice"/> 702 </Schema> 703 704 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_3"> 705 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 706 <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."/> 707 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_2.PCIeDevice"/> 708 </Schema> 709 710 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_0"> 711 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 712 <Annotation Term="Redfish.Release" String="2021.4"/> 713 714 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_0.PCIeDevice"> 715 <Property Name="Slot" Type="PCIeDevice.v1_9_0.Slot"> 716 <Annotation Term="OData.Description" String="Information about the slot for this PCIe device."/> 717 <Annotation Term="OData.LongDescription" String="This property shall contain information about the PCIe slot for this PCIe device."/> 718 </Property> 719 </EntityType> 720 721 <ComplexType Name="Slot"> 722 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 723 <Annotation Term="OData.Description" String="The PCIe slot associated with a PCIe device."/> 724 <Annotation Term="OData.LongDescription" String="This object shall contain properties that describe the PCIe slot associated with a PCIe device."/> 725 <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes"> 726 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 727 <Annotation Term="OData.Description" String="The PCIe specification this slot supports."/> 728 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this slot supports."/> 729 </Property> 730 <Property Name="SlotType" Type="PCIeDevice.v1_9_0.SlotType"> 731 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 732 <Annotation Term="OData.Description" String="The PCIe slot type."/> 733 <Annotation Term="OData.LongDescription" String="This property shall contain the PCIe slot type."/> 734 </Property> 735 <Property Name="Lanes" Type="Edm.Int64"> 736 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 737 <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this slot."/> 738 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by the slot."/> 739 <Annotation Term="Validation.Maximum" Int="32"/> 740 </Property> 741 <Property Name="Location" Type="Resource.Location" Nullable="false"> 742 <Annotation Term="OData.Description" String="The location of the PCIe slot."/> 743 <Annotation Term="OData.LongDescription" String="This property shall contain part location information, including a `ServiceLabel` property, of the associated PCIe slot."/> 744 </Property> 745 <Property Name="LaneSplitting" Type="PCIeDevice.v1_9_0.LaneSplittingType"> 746 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 747 <Annotation Term="OData.Description" String="The lane splitting strategy used in the PCIe slot."/> 748 <Annotation Term="OData.LongDescription" String="This property shall contain lane splitting information of the associated PCIe slot."/> 749 </Property> 750 </ComplexType> 751 752 <EnumType Name="SlotType"> 753 <Member Name="FullLength"> 754 <Annotation Term="OData.Description" String="Full-Length PCIe slot."/> 755 </Member> 756 <Member Name="HalfLength"> 757 <Annotation Term="OData.Description" String="Half-Length PCIe slot."/> 758 </Member> 759 <Member Name="LowProfile"> 760 <Annotation Term="OData.Description" String="Low-Profile or Slim PCIe slot."/> 761 </Member> 762 <Member Name="Mini"> 763 <Annotation Term="OData.Description" String="Mini PCIe slot."/> 764 </Member> 765 <Member Name="M2"> 766 <Annotation Term="OData.Description" String="PCIe M.2 slot."/> 767 </Member> 768 <Member Name="OEM"> 769 <Annotation Term="OData.Description" String="An OEM-specific slot."/> 770 </Member> 771 <Member Name="OCP3Small"> 772 <Annotation Term="OData.Description" String="Open Compute Project 3.0 small form factor slot."/> 773 </Member> 774 <Member Name="OCP3Large"> 775 <Annotation Term="OData.Description" String="Open Compute Project 3.0 large form factor slot."/> 776 </Member> 777 <Member Name="U2"> 778 <Annotation Term="OData.Description" String="U.2 / SFF-8639 slot or bay."/> 779 </Member> 780 </EnumType> 781 782 <EnumType Name="LaneSplittingType"> 783 <Member Name="None"> 784 <Annotation Term="OData.Description" String="The slot has no lane splitting."/> 785 </Member> 786 <Member Name="Bridged"> 787 <Annotation Term="OData.Description" String="The slot has a bridge to share the lanes with associated devices."/> 788 </Member> 789 <Member Name="Bifurcated"> 790 <Annotation Term="OData.Description" String="The slot is bifurcated to split the lanes with associated devices."/> 791 </Member> 792 </EnumType> 793 </Schema> 794 795 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_1"> 796 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 797 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 798 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_0.PCIeDevice"/> 799 </Schema> 800 801 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_2"> 802 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 803 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 804 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_1.PCIeDevice"/> 805 </Schema> 806 807 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_3"> 808 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 809 <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."/> 810 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_2.PCIeDevice"/> 811 </Schema> 812 813 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_0"> 814 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 815 <Annotation Term="Redfish.Release" String="2022.2"/> 816 817 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_0.PCIeDevice"/> 818 819 <ComplexType Name="Links" BaseType="PCIeDevice.v1_0_0.Links"> 820 <NavigationProperty Name="Switch" Type="Switch.Switch"> 821 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 822 <Annotation Term="OData.Description" String="The link to a switch that is associated with this PCIe device."/> 823 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Switch` that is associated with this PCIe device."/> 824 <Annotation Term="OData.AutoExpandReferences"/> 825 </NavigationProperty> 826 </ComplexType> 827 </Schema> 828 829 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_1"> 830 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 831 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 832 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_10_0.PCIeDevice"/> 833 </Schema> 834 835 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_2"> 836 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 837 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 838 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_10_1.PCIeDevice"/> 839 </Schema> 840 841 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_3"> 842 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 843 <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."/> 844 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_10_2.PCIeDevice"/> 845 </Schema> 846 847 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_11_0"> 848 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 849 <Annotation Term="Redfish.Release" String="2022.3"/> 850 851 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_10_0.PCIeDevice"> 852 <Property Name="CXLDevice" Type="PCIeDevice.v1_11_0.CXLDevice"> 853 <Annotation Term="OData.Description" String="The CXL-specific properties of this PCIe device."/> 854 <Annotation Term="OData.LongDescription" String="This property shall contain CXL-specific properties of this PCIe device."/> 855 </Property> 856 <Property Name="StagedVersion" Type="Edm.String" Nullable="false"> 857 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 858 <Annotation Term="OData.Description" String="The staged firmware version for this PCIe device; this firmware is not yet active."/> 859 <Annotation Term="OData.LongDescription" String="This property shall contain the staged firmware version for this PCIe device; this firmware is not yet active."/> 860 </Property> 861 <NavigationProperty Name="CXLLogicalDevices" Type="CXLLogicalDeviceCollection.CXLLogicalDeviceCollection" Nullable="false"> 862 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 863 <Annotation Term="OData.Description" String="The link to the collection of CXL logical devices within this PCIe device."/> 864 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `CXLLogicalDeviceCollection`."/> 865 <Annotation Term="OData.AutoExpandReferences"/> 866 </NavigationProperty> 867 </EntityType> 868 869 <ComplexType Name="CXLDevice"> 870 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 871 <Annotation Term="OData.Description" String="The CXL-specific properties of a PCIe device."/> 872 <Annotation Term="OData.LongDescription" String="This type shall contain CXL-specific properties of a PCIe device."/> 873 <Property Name="MaxNumberLogicalDevices" Type="Edm.Int64"> 874 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 875 <Annotation Term="OData.Description" String="The maximum number of logical devices supported by this CXL device."/> 876 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of logical devices supported by this CXL device."/> 877 </Property> 878 <Property Name="EgressPortCongestionSupport" Type="Edm.Boolean"> 879 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 880 <Annotation Term="OData.Description" String="Indicates whether the CXL device supports egress port congestion management."/> 881 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the CXL device supports the CXL Specification-defined 'Egress Port Congestion' mechanism."/> 882 </Property> 883 <Property Name="ThroughputReductionSupport" Type="Edm.Boolean"> 884 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 885 <Annotation Term="OData.Description" String="Indicates whether the CXL device supports throughput reduction."/> 886 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the CXL device supports the CXL Specification-defined 'Throughput Reduction' mechanism."/> 887 <Annotation Term="Redfish.Revisions"> 888 <Collection> 889 <Record> 890 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 891 <PropertyValue Property="Version" String="v1_14_0"/> 892 <PropertyValue Property="Description" String="This property has been deprecated in favor of `TemporaryThroughputReductionSupported` to align with the CXL Specification-defined FMAPI command."/> 893 </Record> 894 </Collection> 895 </Annotation> 896 </Property> 897 <Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false"> 898 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 899 <Annotation Term="OData.Description" String="The timestamp set on the CXL device."/> 900 <Annotation Term="OData.LongDescription" String="This property shall contain the timestamp set on the CXL device."/> 901 </Property> 902 <Property Name="DeviceType" Type="PCIeDevice.v1_11_0.CXLDeviceType"> 903 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 904 <Annotation Term="OData.Description" String="The CXL device type."/> 905 <Annotation Term="OData.LongDescription" String="This property shall contain the CXL device type."/> 906 </Property> 907 </ComplexType> 908 909 <EnumType Name="CXLDeviceType"> 910 <Member Name="Type1"> 911 <Annotation Term="OData.Description" String="A CXL Type 1 device."/> 912 <Annotation Term="OData.LongDescription" String="This value shall indicate a CXL Specification-defined Type 1 device."/> 913 </Member> 914 <Member Name="Type2"> 915 <Annotation Term="OData.Description" String="A CXL Type 2 device."/> 916 <Annotation Term="OData.LongDescription" String="This value shall indicate a CXL Specification-defined Type 2 device."/> 917 </Member> 918 <Member Name="Type3"> 919 <Annotation Term="OData.Description" String="A CXL Type 3 device."/> 920 <Annotation Term="OData.LongDescription" String="This value shall indicate a CXL Specification-defined Type 3 device."/> 921 </Member> 922 </EnumType> 923 </Schema> 924 925 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_11_1"> 926 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 927 <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 928 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_11_0.PCIeDevice"/> 929 </Schema> 930 931 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_11_2"> 932 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 933 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. It was also created to correct the data type of the `MaxNumberLogicalDevices` property to only allow for integers."/> 934 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_11_1.PCIeDevice"/> 935 </Schema> 936 937 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_11_3"> 938 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 939 <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."/> 940 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_11_2.PCIeDevice"/> 941 </Schema> 942 943 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_12_0"> 944 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 945 <Annotation Term="Redfish.Release" String="2023.2"/> 946 947 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_11_1.PCIeDevice"> 948 <Property Name="LocationIndicatorActive" Type="Edm.Boolean"> 949 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 950 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/> 951 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/> 952 </Property> 953 </EntityType> 954 955 <ComplexType Name="Links" BaseType="PCIeDevice.v1_10_0.Links"> 956 <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)"> 957 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 958 <Annotation Term="OData.Description" String="An array of links to the processors that are directly connected or directly bridged to this PCIe device."/> 959 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Processor` that represent processors that are directly connected or directly bridged to this PCIe device."/> 960 <Annotation Term="OData.AutoExpandReferences"/> 961 </NavigationProperty> 962 </ComplexType> 963 964 <ComplexType Name="Slot" BaseType="PCIeDevice.v1_9_0.Slot"> 965 <Property Name="HotPluggable" Type="Edm.Boolean"> 966 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 967 <Annotation Term="OData.Description" String="An indication of whether this PCIe slot supports hotplug."/> 968 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this PCIe slot supports hotplug."/> 969 </Property> 970 </ComplexType> 971 972 <ComplexType Name="CXLDevice" BaseType="PCIeDevice.v1_11_0.CXLDevice"> 973 <Property Name="DynamicCapacity" Type="PCIeDevice.v1_12_0.CXLDynamicCapacity"> 974 <Annotation Term="OData.Description" String="The CXL dynamic capacity device (DCD) information for this CXL device."/> 975 <Annotation Term="OData.LongDescription" String="This property shall contain the CXL dynamic capacity device (DCD) information for this CXL device."/> 976 </Property> 977 </ComplexType> 978 979 <ComplexType Name="CXLDynamicCapacity"> 980 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 981 <Annotation Term="OData.Description" String="The CXL dynamic capacity device (DCD) information for a CXL device."/> 982 <Annotation Term="OData.LongDescription" String="This type shall contain the CXL dynamic capacity device (DCD) information for a CXL device."/> 983 <Property Name="MaxHosts" Type="Edm.Int64"> 984 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 985 <Annotation Term="OData.Description" String="The maximum number of hosts supported by this CXL device."/> 986 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of hosts supported by this CXL device."/> 987 </Property> 988 <Property Name="MaxDynamicCapacityRegions" Type="Edm.Int64"> 989 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 990 <Annotation Term="OData.Description" String="The maximum number of dynamic capacity memory regions available per host from this CXL device."/> 991 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of dynamic capacity memory regions available per host from this CXL device."/> 992 </Property> 993 <Property Name="TotalDynamicCapacityMiB" Type="Edm.Int64"> 994 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 995 <Annotation Term="OData.Description" String="The total memory media capacity of the CXL device available for dynamic assignment in mebibytes (MiB)."/> 996 <Annotation Term="OData.LongDescription" String="This property shall contain the total memory media capacity of the CXL device available for dynamic assignment in mebibytes (MiB)."/> 997 <Annotation Term="Measures.Unit" String="MiBy"/> 998 </Property> 999 <Property Name="AddCapacityPoliciesSupported" Type="Collection(PCIeDevice.v1_12_0.CXLDynamicCapacityPolicies)"> 1000 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1001 <Annotation Term="OData.Description" String="The set of selection policies supported by the CXL device when dynamic capacity is added."/> 1002 <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined dynamic capacity policies that are supported by this CXL device when dynamic capacity is added."/> 1003 </Property> 1004 <Property Name="ReleaseCapacityPoliciesSupported" Type="Collection(PCIeDevice.v1_12_0.CXLDynamicCapacityPolicies)"> 1005 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1006 <Annotation Term="OData.Description" String="The set of removal policies supported by the CXL device when dynamic capacity is released."/> 1007 <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined dynamic capacity policies that are supported by this CXL device when dynamic capacity is released."/> 1008 </Property> 1009 <Property Name="MemoryBlockSizesSupported" Type="Collection(PCIeDevice.v1_12_0.CXLRegionBlockSizes)"> 1010 <Annotation Term="OData.Description" String="The set of memory block sizes supported by memory regions in this CXL device."/> 1011 <Annotation Term="OData.LongDescription" String="This property shall contain the set of memory block sizes supported by memory regions in this CXL device."/> 1012 </Property> 1013 <Property Name="SanitizationOnReleaseSupport" Type="Collection(PCIeDevice.v1_12_0.CXLRegionSanitization)"> 1014 <Annotation Term="OData.Description" String="An indication of whether the sanitization on capacity release is configurable for the memory regions in this CXL device."/> 1015 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the sanitization on capacity release is configurable for the memory regions in this CXL device."/> 1016 </Property> 1017 </ComplexType> 1018 1019 <ComplexType Name="CXLRegionBlockSizes"> 1020 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 1021 <Annotation Term="OData.Description" String="Set of memory block sizes supported by memory region in the CXL device."/> 1022 <Annotation Term="OData.LongDescription" String="This type shall contain the set of memory block sizes supported by memory region in the dynamic capacity device."/> 1023 <Property Name="RegionNumber" Type="Edm.Int64"> 1024 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1025 <Annotation Term="OData.Description" String="The memory region number."/> 1026 <Annotation Term="OData.LongDescription" String="This property shall contain the memory region number."/> 1027 </Property> 1028 <Property Name="BlockSizeMiB" Type="Collection(Edm.Int64)"> 1029 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1030 <Annotation Term="OData.Description" String="Set of memory block sizes supported by this memory region defined in mebibytes (MiB)."/> 1031 <Annotation Term="OData.LongDescription" String="This property shall contain the set of memory block sizes supported by this memory region, with units in MiB."/> 1032 <Annotation Term="Measures.Unit" String="MiBy"/> 1033 </Property> 1034 </ComplexType> 1035 1036 <ComplexType Name="CXLRegionSanitization"> 1037 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 1038 <Annotation Term="OData.Description" String="An indication of whether the sanitization on capacity release is configurable for the memory region."/> 1039 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the sanitization on capacity release is configurable for the memory region."/> 1040 <Property Name="RegionNumber" Type="Edm.Int64"> 1041 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1042 <Annotation Term="OData.Description" String="The memory region number."/> 1043 <Annotation Term="OData.LongDescription" String="This property shall contain the memory region number."/> 1044 </Property> 1045 <Property Name="SanitizationOnReleaseSupported" Type="Edm.Boolean"> 1046 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1047 <Annotation Term="OData.Description" String="An indication of whether the sanitization on capacity release is configurable for this memory region."/> 1048 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the sanitization on capacity release is configurable for this memory region."/> 1049 </Property> 1050 </ComplexType> 1051 1052 <EnumType Name="CXLDynamicCapacityPolicies"> 1053 <Member Name="Free"> 1054 <Annotation Term="OData.Description" String="Free add capacity policy."/> 1055 <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined free add capacity policy."/> 1056 </Member> 1057 <Member Name="Contiguous"> 1058 <Annotation Term="OData.Description" String="Contiguous add capacity policy."/> 1059 <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined contiguous add capacity policy."/> 1060 </Member> 1061 <Member Name="Prescriptive"> 1062 <Annotation Term="OData.Description" String="Prescriptive add or release policy."/> 1063 <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined prescriptive add or release policy."/> 1064 </Member> 1065 <Member Name="TagBased"> 1066 <Annotation Term="OData.Description" String="Tag-based release policy."/> 1067 <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined tag-based release policy."/> 1068 </Member> 1069 </EnumType> 1070 </Schema> 1071 1072 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_12_1"> 1073 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1074 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. It was also created to correct the data type of the `MaxNumberLogicalDevices` property to only allow for integers."/> 1075 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_12_0.PCIeDevice"/> 1076 </Schema> 1077 1078 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_12_2"> 1079 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1080 <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."/> 1081 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_12_1.PCIeDevice"/> 1082 </Schema> 1083 1084 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_13_0"> 1085 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1086 <Annotation Term="Redfish.Release" String="2023.3"/> 1087 1088 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_12_1.PCIeDevice"/> 1089 1090 <ComplexType Name="PCIeErrors" BaseType="PCIeDevice.v1_8_0.PCIeErrors"> 1091 <Property Name="UnsupportedRequestCount" Type="Edm.Int64"> 1092 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1093 <Annotation Term="OData.Description" String="The total number of PCIe unsupported requests received by this device."/> 1094 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe unsupported requests received by this device."/> 1095 </Property> 1096 </ComplexType> 1097 </Schema> 1098 1099 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_13_1"> 1100 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1101 <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."/> 1102 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_13_0.PCIeDevice"/> 1103 </Schema> 1104 1105 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_14_0"> 1106 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1107 <Annotation Term="Redfish.Release" String="2024.1"/> 1108 1109 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_13_1.PCIeDevice"/> 1110 1111 <ComplexType Name="CXLDevice" BaseType="PCIeDevice.v1_12_0.CXLDevice"> 1112 <Property Name="TemporaryThroughputReductionSupported" Type="Edm.Boolean"> 1113 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1114 <Annotation Term="OData.Description" String="Indicates whether temporary throughput reduction is supported."/> 1115 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the CXL Specification-defined 'Temporary Throughput Reduction' mechanism is supported on this device."/> 1116 </Property> 1117 <Property Name="TemporaryThroughputReductionEnabled" Type="Edm.Boolean"> 1118 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1119 <Annotation Term="OData.Description" String="Indicates whether temporary throughput reduction is enabled."/> 1120 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the CXL Specification-defined 'Temporary Throughput Reduction' mechanism is enabled on this device."/> 1121 </Property> 1122 </ComplexType> 1123 </Schema> 1124 1125 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_15_0"> 1126 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1127 <Annotation Term="Redfish.Release" String="2024.2"/> 1128 1129 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_14_0.PCIeDevice"/> 1130 1131 <ComplexType Name="PCIeErrors" BaseType="PCIeDevice.v1_13_0.PCIeErrors"> 1132 <Property Name="BadTLPCount" Type="Edm.Int64"> 1133 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1134 <Annotation Term="OData.Description" String="The total number of Bad TLPs issued on the PCIe link by the receiver."/> 1135 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of Bad TLPs issued on the PCIe link by the receiver. A Bad TLP in the context of PCIe communication is a packet that cannot be properly processed due to errors at the transaction layer. These errors could include corrupted data, incorrect packet formatting, invalid header information, or a mismatched checksum."/> 1136 </Property> 1137 <Property Name="BadDLLPCount" Type="Edm.Int64"> 1138 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1139 <Annotation Term="OData.Description" String="The total number of Bad DLLPs issued on the PCIe link by the receiver."/> 1140 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of Bad DLLPs issued on the PCIe link by the receiver. A Bad DLLP in the context of PCIe communication is a packet that has encountered errors at the data link layer. When a DLLP is considered bad, it means it has been corrupted or is incorrectly formatted, potentially due to transmission errors, hardware failures, or other issues that affect its integrity."/> 1141 </Property> 1142 </ComplexType> 1143 </Schema> 1144 1145 </edmx:DataServices> 1146</edmx:Edmx> 1147