1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: Switch v1.9.3 --> 5<!--# --> 6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7<!--# available at http://www.dmtf.org/standards/redfish --> 8<!--# Copyright 2014-2024 DMTF. --> 9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10<!--################################################################################ --> 11<!----> 12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13 14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16 </edmx:Reference> 17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19 </edmx:Reference> 20 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> 21 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> 22 </edmx:Reference> 23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/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:Reference> 30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml"> 31 <edmx:Include Namespace="Chassis"/> 32 </edmx:Reference> 33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml"> 34 <edmx:Include Namespace="Manager"/> 35 </edmx:Reference> 36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml"> 37 <edmx:Include Namespace="Redundancy"/> 38 </edmx:Reference> 39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml"> 40 <edmx:Include Namespace="PortCollection"/> 41 </edmx:Reference> 42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogServiceCollection_v1.xml"> 43 <edmx:Include Namespace="LogServiceCollection"/> 44 </edmx:Reference> 45 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml"> 46 <edmx:Include Namespace="Protocol"/> 47 </edmx:Reference> 48 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml"> 49 <edmx:Include Namespace="Endpoint"/> 50 </edmx:Reference> 51 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml"> 52 <edmx:Include Namespace="PCIeDevice"/> 53 </edmx:Reference> 54 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml"> 55 <edmx:Include Namespace="CertificateCollection"/> 56 </edmx:Reference> 57 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml"> 58 <edmx:Include Namespace="SoftwareInventory"/> 59 </edmx:Reference> 60 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml"> 61 <edmx:Include Namespace="EnvironmentMetrics"/> 62 </edmx:Reference> 63 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SwitchMetrics_v1.xml"> 64 <edmx:Include Namespace="SwitchMetrics"/> 65 </edmx:Reference> 66 67 <edmx:DataServices> 68 69 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch"> 70 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 71 <Annotation Term="Redfish.Language" String="en"/> 72 73 <EntityType Name="Switch" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 74 <Annotation Term="OData.Description" String="The `Switch` schema contains properties that describe a fabric switch."/> 75 <Annotation Term="OData.LongDescription" String="This resource contains a switch for a Redfish implementation."/> 76 <Annotation Term="Capabilities.InsertRestrictions"> 77 <Record> 78 <PropertyValue Property="Insertable" Bool="false"/> 79 </Record> 80 </Annotation> 81 <Annotation Term="Capabilities.UpdateRestrictions"> 82 <Record> 83 <PropertyValue Property="Updatable" Bool="true"/> 84 <Annotation Term="OData.Description" String="Any writable properties, such as `AssetTag`, can be updated for switches."/> 85 </Record> 86 </Annotation> 87 <Annotation Term="Capabilities.DeleteRestrictions"> 88 <Record> 89 <PropertyValue Property="Deletable" Bool="false"/> 90 </Record> 91 </Annotation> 92 <Annotation Term="Redfish.Uris"> 93 <Collection> 94 <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}</String> 95 </Collection> 96 </Annotation> 97 </EntityType> 98 99 <Action Name="Reset" IsBound="true"> 100 <Annotation Term="OData.Description" String="This action resets this switch."/> 101 <Annotation Term="OData.LongDescription" String="This action shall reset this switch."/> 102 <Parameter Name="Switch" Type="Switch.v1_0_0.Actions"/> 103 <Parameter Name="ResetType" Type="Resource.ResetType"> 104 <Annotation Term="OData.Description" String="The type of reset."/> 105 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset. The service can accept a request without this parameter and can complete an implementation-specific default reset."/> 106 </Parameter> 107 </Action> 108 </Schema> 109 110 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_0"> 111 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 112 <Annotation Term="Redfish.Release" String="2016.2"/> 113 114 <EntityType Name="Switch" BaseType="Switch.Switch"> 115 <Property Name="SwitchType" Type="Protocol.Protocol"> 116 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 117 <Annotation Term="OData.Description" String="The protocol being sent over this switch."/> 118 <Annotation Term="OData.LongDescription" String="This property shall contain the protocol being sent over this switch. For a switch that supports multiple protocols, the value should be `MultiProtocol` and the `SupportedProtocols` property should be used to describe the supported protocols."/> 119 </Property> 120 <Property Name="Status" Type="Resource.Status" Nullable="false"> 121 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 122 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 123 </Property> 124 <Property Name="Manufacturer" Type="Edm.String"> 125 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 126 <Annotation Term="OData.Description" String="The manufacturer of this switch."/> 127 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the switch. This organization may be the entity from which the switch is purchased, but this is not necessarily true."/> 128 </Property> 129 <Property Name="Model" Type="Edm.String"> 130 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 131 <Annotation Term="OData.Description" String="The product model number of this switch."/> 132 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided model information of this switch."/> 133 </Property> 134 <Property Name="SKU" Type="Edm.String"> 135 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 136 <Annotation Term="OData.Description" String="The SKU for this switch."/> 137 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU number for this switch."/> 138 </Property> 139 <Property Name="SerialNumber" Type="Edm.String"> 140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 141 <Annotation Term="OData.Description" String="The serial number for this switch."/> 142 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the switch."/> 143 </Property> 144 <Property Name="PartNumber" Type="Edm.String"> 145 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 146 <Annotation Term="OData.Description" String="The part number for this switch."/> 147 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided part number for the switch."/> 148 </Property> 149 <Property Name="AssetTag" Type="Edm.String"> 150 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 151 <Annotation Term="OData.Description" String="The user-assigned asset tag for this switch."/> 152 <Annotation Term="OData.LongDescription" String="This property shall contain the user-assigned asset tag, which is an identifying string that tracks the drive for inventory purposes."/> 153 </Property> 154 <Property Name="DomainID" Type="Edm.Int64"> 155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 156 <Annotation Term="OData.Description" String="The domain ID for this switch."/> 157 <Annotation Term="OData.LongDescription" String="This property shall contain The domain ID for this switch. This property has a scope of uniqueness within the fabric of which the switch is a member."/> 158 </Property> 159 <Property Name="IsManaged" Type="Edm.Boolean"> 160 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 161 <Annotation Term="OData.Description" String="An indication of whether the switch is in a managed or unmanaged state."/> 162 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this switch is in a managed or unmanaged state."/> 163 </Property> 164 <Property Name="TotalSwitchWidth" Type="Edm.Int64"> 165 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 166 <Annotation Term="OData.Description" String="The total number of lanes, phys, or other physical transport links that this switch contains."/> 167 <Annotation Term="OData.LongDescription" String="This property shall contain the number of physical transport lanes, phys, or other physical transport links that this switch contains. For PCIe, this value shall be the lane count."/> 168 </Property> 169 <Property Name="IndicatorLED" Type="Resource.IndicatorLED"> 170 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 171 <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies the switch."/> 172 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator light associated with this switch."/> 173 <Annotation Term="Redfish.Revisions"> 174 <Collection> 175 <Record> 176 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 177 <PropertyValue Property="Version" String="v1_4_0"/> 178 <PropertyValue Property="Description" String="This property has been deprecated in favor of the `LocationIndicatorActive` property."/> 179 </Record> 180 </Collection> 181 </Annotation> 182 </Property> 183 <Property Name="PowerState" Type="Resource.PowerState"> 184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 185 <Annotation Term="OData.Description" String="The current power state of the switch."/> 186 <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the switch."/> 187 </Property> 188 <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false"> 189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 190 <Annotation Term="OData.Description" String="The link to the collection ports for this switch."/> 191 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PortCollection`."/> 192 <Annotation Term="OData.AutoExpandReferences"/> 193 </NavigationProperty> 194 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true"> 195 <Annotation Term="OData.Description" String="Redundancy information for the switches."/> 196 <Annotation Term="OData.LongDescription" String="This property shall contain an array that shows how this switch is grouped with other switches for form redundancy sets."/> 197 <Annotation Term="OData.AutoExpand"/> 198 </NavigationProperty> 199 <Property Name="Links" Type="Switch.v1_0_0.Links" Nullable="false"> 200 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 201 <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."/> 202 </Property> 203 <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false"> 204 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 205 <Annotation Term="OData.Description" String="The link to the collection of log services associated with this switch."/> 206 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `LogServiceCollection`."/> 207 <Annotation Term="OData.AutoExpandReferences"/> 208 </NavigationProperty> 209 <Property Name="Actions" Type="Switch.v1_0_0.Actions" Nullable="false"> 210 <Annotation Term="OData.Description" String="The available actions for this resource."/> 211 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 212 </Property> 213 </EntityType> 214 215 <ComplexType Name="Links" BaseType="Resource.Links"> 216 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 217 <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."/> 218 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false"> 219 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 220 <Annotation Term="OData.Description" String="The link to the chassis that contains this switch."/> 221 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Chassis` with which this switch is associated."/> 222 <Annotation Term="OData.AutoExpandReferences"/> 223 </NavigationProperty> 224 <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)"> 225 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 226 <Annotation Term="OData.Description" String="An array of links to the managers that manage this switch."/> 227 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Manager` with which this switch is associated."/> 228 <Annotation Term="OData.AutoExpandReferences"/> 229 </NavigationProperty> 230 </ComplexType> 231 232 <ComplexType Name="Actions"> 233 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 234 <Annotation Term="OData.Description" String="The available actions for this resource."/> 235 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 236 <Property Name="Oem" Type="Switch.v1_0_0.OemActions" Nullable="false"> 237 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 238 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 239 </Property> 240 </ComplexType> 241 242 <ComplexType Name="OemActions"> 243 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 244 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 245 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 246 </ComplexType> 247 </Schema> 248 249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_1"> 250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 251 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 252 <EntityType Name="Switch" BaseType="Switch.v1_0_0.Switch"/> 253 </Schema> 254 255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_2"> 256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 257 <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/> 258 <EntityType Name="Switch" BaseType="Switch.v1_0_1.Switch"/> 259 </Schema> 260 261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_3"> 262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 263 <Annotation Term="OData.Description" String="This version was created to change `IndicatorLED`, `PowerState`, and `Protocol` to use the unversioned definition, and correct the short and long descriptions in the defined actions."/> 264 <EntityType Name="Switch" BaseType="Switch.v1_0_2.Switch"/> 265 </Schema> 266 267 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_4"> 268 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 269 <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."/> 270 <EntityType Name="Switch" BaseType="Switch.v1_0_3.Switch"/> 271 </Schema> 272 273 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_5"> 274 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 275 <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 the `LogServices` property to disallow it from being `null`."/> 276 <EntityType Name="Switch" BaseType="Switch.v1_0_4.Switch"/> 277 </Schema> 278 279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_6"> 280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 281 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 282 <EntityType Name="Switch" BaseType="Switch.v1_0_5.Switch"/> 283 </Schema> 284 285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_7"> 286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 287 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 288 <EntityType Name="Switch" BaseType="Switch.v1_0_6.Switch"/> 289 </Schema> 290 291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_8"> 292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 293 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 294 <EntityType Name="Switch" BaseType="Switch.v1_0_7.Switch"/> 295 </Schema> 296 297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_9"> 298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 299 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 300 <EntityType Name="Switch" BaseType="Switch.v1_0_8.Switch"/> 301 </Schema> 302 303 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_10"> 304 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 305 <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."/> 306 <EntityType Name="Switch" BaseType="Switch.v1_0_9.Switch"/> 307 </Schema> 308 309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_0"> 310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 311 <Annotation Term="Redfish.Release" String="2017.3"/> 312 313 <EntityType Name="Switch" BaseType="Switch.v1_0_3.Switch"> 314 <Property Name="Location" Type="Resource.Location" Nullable="false"> 315 <Annotation Term="OData.Description" String="The location of the switch."/> 316 <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated switch."/> 317 </Property> 318 </EntityType> 319 </Schema> 320 321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_1"> 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 OData properties are marked as required, and integer properties are marked as integer rather than number."/> 324 <EntityType Name="Switch" BaseType="Switch.v1_1_0.Switch"/> 325 </Schema> 326 327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_2"> 328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 329 <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 the `LogServices` property to disallow it from being `null`."/> 330 <EntityType Name="Switch" BaseType="Switch.v1_1_1.Switch"/> 331 </Schema> 332 333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_3"> 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="Switch" BaseType="Switch.v1_1_2.Switch"/> 337 </Schema> 338 339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_4"> 340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 341 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 342 <EntityType Name="Switch" BaseType="Switch.v1_1_3.Switch"/> 343 </Schema> 344 345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_5"> 346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 347 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 348 <EntityType Name="Switch" BaseType="Switch.v1_1_4.Switch"/> 349 </Schema> 350 351 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_6"> 352 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 353 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 354 <EntityType Name="Switch" BaseType="Switch.v1_1_5.Switch"/> 355 </Schema> 356 357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_7"> 358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 359 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 360 <EntityType Name="Switch" BaseType="Switch.v1_1_6.Switch"/> 361 </Schema> 362 363 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_8"> 364 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 365 <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."/> 366 <EntityType Name="Switch" BaseType="Switch.v1_1_7.Switch"/> 367 </Schema> 368 369 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_0"> 370 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 371 <Annotation Term="Redfish.Release" String="2019.2"/> 372 373 <EntityType Name="Switch" BaseType="Switch.v1_1_3.Switch"> 374 <Property Name="FirmwareVersion" Type="Edm.String"> 375 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 376 <Annotation Term="OData.Description" String="The firmware version of this switch."/> 377 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the associated switch."/> 378 </Property> 379 </EntityType> 380 </Schema> 381 382 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_1"> 383 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 384 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 385 <EntityType Name="Switch" BaseType="Switch.v1_2_0.Switch"/> 386 </Schema> 387 388 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_2"> 389 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 390 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 391 <EntityType Name="Switch" BaseType="Switch.v1_2_1.Switch"/> 392 </Schema> 393 394 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_3"> 395 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 396 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 397 <EntityType Name="Switch" BaseType="Switch.v1_2_2.Switch"/> 398 </Schema> 399 400 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_4"> 401 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 402 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 403 <EntityType Name="Switch" BaseType="Switch.v1_2_3.Switch"/> 404 </Schema> 405 406 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_5"> 407 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 408 <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."/> 409 <EntityType Name="Switch" BaseType="Switch.v1_2_4.Switch"/> 410 </Schema> 411 412 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_0"> 413 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 414 <Annotation Term="Redfish.Release" String="2019.4"/> 415 416 <EntityType Name="Switch" BaseType="Switch.v1_2_0.Switch"> 417 <Property Name="SupportedProtocols" Type="Collection(Protocol.Protocol)" Nullable="false"> 418 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 419 <Annotation Term="OData.Description" String="The protocols this switch supports."/> 420 <Annotation Term="OData.LongDescription" String="The property shall contain an array of protocols this switch supports. If the value of `SwitchType` is `MultiProtocol`, this property shall be required."/> 421 </Property> 422 <Property Name="UUID" Type="Resource.UUID"> 423 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 424 <Annotation Term="OData.Description" String="The UUID for this switch."/> 425 <Annotation Term="OData.LongDescription" String="This property shall contain a universally unique identifier number for the switch."/> 426 </Property> 427 </EntityType> 428 429 <ComplexType Name="Links" BaseType="Switch.v1_0_0.Links"> 430 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)"> 431 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 432 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this switch."/> 433 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Endpoint` with which this switch is associated."/> 434 <Annotation Term="OData.AutoExpandReferences"/> 435 </NavigationProperty> 436 </ComplexType> 437 </Schema> 438 439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_1"> 440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 441 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 442 <EntityType Name="Switch" BaseType="Switch.v1_3_0.Switch"/> 443 </Schema> 444 445 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_2"> 446 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 447 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 448 <EntityType Name="Switch" BaseType="Switch.v1_3_1.Switch"/> 449 </Schema> 450 451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_3"> 452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 453 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 454 <EntityType Name="Switch" BaseType="Switch.v1_3_2.Switch"/> 455 </Schema> 456 457 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_4"> 458 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 459 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 460 <EntityType Name="Switch" BaseType="Switch.v1_3_3.Switch"/> 461 </Schema> 462 463 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_5"> 464 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 465 <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."/> 466 <EntityType Name="Switch" BaseType="Switch.v1_3_4.Switch"/> 467 </Schema> 468 469 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_4_0"> 470 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 471 <Annotation Term="Redfish.Release" String="2020.3"/> 472 <Annotation Term="OData.Description" String="This version was created to deprecate the `IndicatorLED` property."/> 473 474 <EntityType Name="Switch" BaseType="Switch.v1_3_1.Switch"> 475 <Property Name="LocationIndicatorActive" Type="Edm.Boolean"> 476 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 477 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/> 478 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource. A write to this property shall update the value of `IndicatorLED` in this resource, if supported, to reflect the implementation of the locating function."/> 479 </Property> 480 <Property Name="CurrentBandwidthGbps" Type="Edm.Decimal"> 481 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 482 <Annotation Term="OData.Description" String="The current internal bandwidth of this switch."/> 483 <Annotation Term="OData.LongDescription" String="This property shall contain the internal unidirectional bandwidth of this switch currently negotiated and running."/> 484 <Annotation Term="Measures.Unit" String="Gbit/s"/> 485 </Property> 486 <Property Name="MaxBandwidthGbps" Type="Edm.Decimal"> 487 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 488 <Annotation Term="OData.Description" String="The maximum internal bandwidth of this switch as currently configured."/> 489 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum internal unidirectional bandwidth this switch is capable of being configured. If capable of autonegotiation, the switch shall attempt to negotiate to the specified maximum bandwidth."/> 490 <Annotation Term="Measures.Unit" String="Gbit/s"/> 491 </Property> 492 </EntityType> 493 494 <ComplexType Name="Links" BaseType="Switch.v1_3_0.Links"> 495 <NavigationProperty Name="PCIeDevice" Type="PCIeDevice.PCIeDevice" Nullable="false"> 496 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 497 <Annotation Term="OData.Description" String="The link to the PCIe device providing this switch."/> 498 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `PCIeDevice` that represents the PCIe device providing this switch."/> 499 <Annotation Term="OData.AutoExpandReferences"/> 500 </NavigationProperty> 501 </ComplexType> 502 </Schema> 503 504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_4_1"> 505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 506 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 507 <EntityType Name="Switch" BaseType="Switch.v1_4_0.Switch"/> 508 </Schema> 509 510 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_4_2"> 511 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 512 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 513 <EntityType Name="Switch" BaseType="Switch.v1_4_1.Switch"/> 514 </Schema> 515 516 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_4_3"> 517 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 518 <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional. It was also created to correct various typographical errors."/> 519 <EntityType Name="Switch" BaseType="Switch.v1_4_2.Switch"/> 520 </Schema> 521 522 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_4_4"> 523 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 524 <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."/> 525 <EntityType Name="Switch" BaseType="Switch.v1_4_3.Switch"/> 526 </Schema> 527 528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_5_0"> 529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 530 <Annotation Term="Redfish.Release" String="2020.4"/> 531 532 <EntityType Name="Switch" BaseType="Switch.v1_4_1.Switch"> 533 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> 534 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 535 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/> 536 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation."/> 537 <Annotation Term="OData.AutoExpandReferences"/> 538 </NavigationProperty> 539 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false"> 540 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/> 541 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/> 542 <Annotation Term="Redfish.Revisions"> 543 <Collection> 544 <Record> 545 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 546 <PropertyValue Property="Version" String="v1_8_0"/> 547 <PropertyValue Property="Description" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/> 548 </Record> 549 </Collection> 550 </Annotation> 551 </Property> 552 </EntityType> 553 </Schema> 554 555 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.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="Switch" BaseType="Switch.v1_5_0.Switch"/> 559 </Schema> 560 561 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_5_2"> 562 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 563 <Annotation Term="OData.Description" String="This version was created to correct version tags within the schema file."/> 564 <EntityType Name="Switch" BaseType="Switch.v1_5_1.Switch"/> 565 </Schema> 566 567 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_5_3"> 568 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 569 <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional. It was also created to correct various typographical errors."/> 570 <EntityType Name="Switch" BaseType="Switch.v1_5_2.Switch"/> 571 </Schema> 572 573 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.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="Switch" BaseType="Switch.v1_5_3.Switch"/> 577 </Schema> 578 579 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_6_0"> 580 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 581 <Annotation Term="Redfish.Release" String="2021.1"/> 582 583 <EntityType Name="Switch" BaseType="Switch.v1_5_0.Switch"> 584 <Property Name="Enabled" Type="Edm.Boolean" Nullable="false"> 585 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 586 <Annotation Term="OData.Description" String="An indication of whether this switch is enabled."/> 587 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this switch is enabled."/> 588 </Property> 589 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false"> 590 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 591 <Annotation Term="OData.Description" String="The link to the environment metrics for this switch."/> 592 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this switch."/> 593 <Annotation Term="OData.AutoExpandReferences"/> 594 </NavigationProperty> 595 </EntityType> 596 </Schema> 597 598 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_6_1"> 599 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 600 <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional. It was also created to correct various typographical errors."/> 601 <EntityType Name="Switch" BaseType="Switch.v1_6_0.Switch"/> 602 </Schema> 603 604 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_6_2"> 605 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 606 <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."/> 607 <EntityType Name="Switch" BaseType="Switch.v1_6_1.Switch"/> 608 </Schema> 609 610 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_7_0"> 611 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 612 <Annotation Term="Redfish.Release" String="2021.3"/> 613 614 <EntityType Name="Switch" BaseType="Switch.v1_6_0.Switch"> 615 <NavigationProperty Name="Metrics" Type="SwitchMetrics.SwitchMetrics" Nullable="false"> 616 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 617 <Annotation Term="OData.Description" String="The link to the metrics associated with this switch."/> 618 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with this switch."/> 619 <Annotation Term="OData.AutoExpandReferences"/> 620 <Annotation Term="Redfish.URISegment" String="SwitchMetrics"/> 621 </NavigationProperty> 622 </EntityType> 623 </Schema> 624 625 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_7_1"> 626 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 627 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to `Metrics`."/> 628 <EntityType Name="Switch" BaseType="Switch.v1_7_0.Switch"/> 629 </Schema> 630 631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_7_2"> 632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 633 <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional. It was also created to correct various typographical errors."/> 634 <EntityType Name="Switch" BaseType="Switch.v1_7_1.Switch"/> 635 </Schema> 636 637 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_7_3"> 638 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 639 <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."/> 640 <EntityType Name="Switch" BaseType="Switch.v1_7_2.Switch"/> 641 </Schema> 642 643 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_8_0"> 644 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 645 <Annotation Term="Redfish.Release" String="2021.4"/> 646 <Annotation Term="OData.Description" String="This version was created to deprecate `Measurements` in favor of measurement reporting in the `ComponentIntegrity` resource."/> 647 648 <EntityType Name="Switch" BaseType="Switch.v1_7_0.Switch"/> 649 </Schema> 650 651 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_8_1"> 652 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 653 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to `Metrics`."/> 654 <EntityType Name="Switch" BaseType="Switch.v1_8_0.Switch"/> 655 </Schema> 656 657 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_8_2"> 658 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 659 <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional. It was also created to correct various typographical errors."/> 660 <EntityType Name="Switch" BaseType="Switch.v1_8_1.Switch"/> 661 </Schema> 662 663 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_8_3"> 664 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 665 <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."/> 666 <EntityType Name="Switch" BaseType="Switch.v1_8_2.Switch"/> 667 </Schema> 668 669 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_9_0"> 670 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 671 <Annotation Term="Redfish.Release" String="2022.3"/> 672 673 <EntityType Name="Switch" BaseType="Switch.v1_8_0.Switch"> 674 <Property Name="CXL" Type="Switch.v1_9_0.CXL" Nullable="false"> 675 <Annotation Term="OData.Description" String="CXL properties for this switch."/> 676 <Annotation Term="OData.LongDescription" String="This property shall contain CXL-specific properties for this switch."/> 677 </Property> 678 </EntityType> 679 680 <ComplexType Name="CXL"> 681 <Annotation Term="OData.Description" String="CXL properties for a switch."/> 682 <Annotation Term="OData.LongDescription" String="This type shall contain CXL-specific properties for a switch."/> 683 <Property Name="MaxVCSsSupported" Type="Edm.Int64" Nullable="false"> 684 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 685 <Annotation Term="OData.Description" String="The maximum number of Virtual CXL Switches (VCSs) supported in this switch."/> 686 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of Virtual CXL Switches (VCSs) supported in this switch."/> 687 </Property> 688 <Property Name="TotalNumbervPPBs" Type="Edm.Int64" Nullable="false"> 689 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 690 <Annotation Term="OData.Description" String="The total number of virtual PCI-to-PCI bridges (vPPBs) supported in this switch."/> 691 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of virtual PCI-to-PCI bridges (vPPBs) supported in this switch."/> 692 </Property> 693 <Property Name="VCS" Type="Switch.v1_9_0.VCSSwitch" Nullable="false"> 694 <Annotation Term="OData.Description" String="Virtual CXL Switch (VCS) properties for this switch."/> 695 <Annotation Term="OData.LongDescription" String="This property shall contain Virtual CXL Switch (VCS) properties for this switch."/> 696 </Property> 697 </ComplexType> 698 699 <ComplexType Name="VCSSwitch"> 700 <Annotation Term="OData.Description" String="Virtual CXL Switch (VCS) properties for a switch."/> 701 <Annotation Term="OData.LongDescription" String="This type shall contain Virtual CXL Switch (VCS) properties for a switch."/> 702 <Property Name="HDMDecoders" Type="Edm.Int64" Nullable="false"> 703 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 704 <Annotation Term="OData.Description" String="The number of Host Device Memory (HDM) Decoders supported by this switch."/> 705 <Annotation Term="OData.LongDescription" String="This property shall contain the number of Host Device Memory (HDM) Decoders supported by this switch."/> 706 </Property> 707 </ComplexType> 708 </Schema> 709 710 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_9_1"> 711 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 712 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to `Metrics`."/> 713 <EntityType Name="Switch" BaseType="Switch.v1_9_0.Switch"/> 714 </Schema> 715 716 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_9_2"> 717 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 718 <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional. It was also created to correct various typographical errors."/> 719 <EntityType Name="Switch" BaseType="Switch.v1_9_1.Switch"/> 720 </Schema> 721 722 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_9_3"> 723 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 724 <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."/> 725 <EntityType Name="Switch" BaseType="Switch.v1_9_2.Switch"/> 726 </Schema> 727 728 </edmx:DataServices> 729</edmx:Edmx> 730