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