xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/RouteSetEntry_v1.xml (revision d125652e8a30dfeaad88bbfa5b1e04a80610469c)
12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4f2a8e57eSGunnar Mills<!--# Redfish Schema:  RouteSetEntry v1.0.2                                                -->
52bde4061SEd Tanous<!--#                                                                                      -->
62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF.                                                            -->
92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
102bde4061SEd Tanous<!--################################################################################       -->
112bde4061SEd Tanous<!---->
122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
132bde4061SEd Tanous
142bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
152bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
162bde4061SEd Tanous  </edmx:Reference>
172bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
182bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
192bde4061SEd Tanous  </edmx:Reference>
202bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
212bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
222bde4061SEd Tanous  </edmx:Reference>
232bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
242bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
252bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
262bde4061SEd Tanous  </edmx:Reference>
272bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
282bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
292bde4061SEd Tanous  </edmx:Reference>
302bde4061SEd Tanous
312bde4061SEd Tanous  <edmx:DataServices>
322bde4061SEd Tanous
332bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="RouteSetEntry">
342bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
362bde4061SEd Tanous
372bde4061SEd Tanous      <EntityType Name="RouteSetEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
38f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `RouteSetEntry` schema contains the information about a route.  It is part of a larger set that contains possible routes for a particular route entry."/>
39f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This resource shall represent the content of a route set in the Redfish Specification."/>
402bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
412bde4061SEd Tanous          <Record>
422bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
432bde4061SEd Tanous          </Record>
442bde4061SEd Tanous        </Annotation>
452bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
462bde4061SEd Tanous          <Record>
472bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
482bde4061SEd Tanous          </Record>
492bde4061SEd Tanous        </Annotation>
502bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
512bde4061SEd Tanous          <Record>
522bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="true"/>
532bde4061SEd Tanous          </Record>
542bde4061SEd Tanous        </Annotation>
552bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
562bde4061SEd Tanous          <Collection>
572bde4061SEd Tanous            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Ports/{PortId}/LPRT/{LPRTId}/RouteSet/{RouteId}</String>
582bde4061SEd Tanous            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Ports/{PortId}/MPRT/{MPRTId}/RouteSet/{RouteId}</String>
592bde4061SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT/{MPRTId}/RouteSet/{RouteId}</String>
602bde4061SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT/{LPRTId}/RouteSet/{RouteId}</String>
612bde4061SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/MSDT/{MSDTId}/RouteSet/{RouteId}</String>
622bde4061SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/SSDT/{SSDTId}/RouteSet/{RouteId}</String>
632bde4061SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/MSDT/{MSDTId}/RouteSet/{RouteId}</String>
642bde4061SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/SSDT/{SSDTId}/RouteSet/{RouteId}</String>
652bde4061SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT/{LPRTId}/RouteSet/{RouteId}</String>
662bde4061SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT/{MPRTId}/RouteSet/{RouteId}</String>
672bde4061SEd Tanous          </Collection>
682bde4061SEd Tanous        </Annotation>
692bde4061SEd Tanous      </EntityType>
702bde4061SEd Tanous    </Schema>
712bde4061SEd Tanous
722bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="RouteSetEntry.v1_0_0">
732bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
742bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2019.4"/>
752bde4061SEd Tanous
762bde4061SEd Tanous      <EntityType Name="RouteSetEntry" BaseType="RouteSetEntry.RouteSetEntry">
772bde4061SEd Tanous        <Property Name="Valid" Type="Edm.Boolean" Nullable="false">
782bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
792bde4061SEd Tanous          <Annotation Term="OData.Description" String="An indication of whether the entry is valid."/>
802bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the entry is valid."/>
812bde4061SEd Tanous        </Property>
822bde4061SEd Tanous        <Property Name="VCAction" Type="Edm.Int64" Nullable="false">
832bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
842bde4061SEd Tanous          <Annotation Term="OData.Description" String="The Virtual Channel Action index."/>
852bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the index to the VCAT entry corresponding to this route."/>
862bde4061SEd Tanous        </Property>
872bde4061SEd Tanous        <Property Name="HopCount" Type="Edm.Int64" Nullable="false">
882bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
892bde4061SEd Tanous          <Annotation Term="OData.Description" String="The number of hops."/>
902bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the number of hops to the destination component from the indicated egress interface."/>
912bde4061SEd Tanous        </Property>
922bde4061SEd Tanous        <Property Name="EgressIdentifier" Type="Edm.Int64" Nullable="false">
932bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
942bde4061SEd Tanous          <Annotation Term="OData.Description" String="The egress interface identifier."/>
952bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the interface identifier corresponding to this route."/>
962bde4061SEd Tanous        </Property>
972bde4061SEd Tanous        <Property Name="Actions" Type="RouteSetEntry.v1_0_0.Actions" Nullable="false">
98f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The available actions for this resource."/>
99f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1002bde4061SEd Tanous        </Property>
1012bde4061SEd Tanous      </EntityType>
1022bde4061SEd Tanous
1032bde4061SEd Tanous      <ComplexType Name="Actions">
1042bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
105f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The available actions for this resource."/>
106f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1072bde4061SEd Tanous        <Property Name="Oem" Type="RouteSetEntry.v1_0_0.OemActions" Nullable="false">
108f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
109f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1102bde4061SEd Tanous        </Property>
1112bde4061SEd Tanous      </ComplexType>
1122bde4061SEd Tanous
1132bde4061SEd Tanous      <ComplexType Name="OemActions">
1142bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
115f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
116f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1172bde4061SEd Tanous      </ComplexType>
1182bde4061SEd Tanous    </Schema>
1192bde4061SEd Tanous
1202bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="RouteSetEntry.v1_0_1">
1212bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1222bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1232bde4061SEd Tanous      <EntityType Name="RouteSetEntry" BaseType="RouteSetEntry.v1_0_0.RouteSetEntry"/>
1242bde4061SEd Tanous    </Schema>
1252bde4061SEd Tanous
126f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="RouteSetEntry.v1_0_2">
127f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
128f2a8e57eSGunnar Mills      <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."/>
129f2a8e57eSGunnar Mills      <EntityType Name="RouteSetEntry" BaseType="RouteSetEntry.v1_0_1.RouteSetEntry"/>
130f2a8e57eSGunnar Mills    </Schema>
131f2a8e57eSGunnar Mills
1322bde4061SEd Tanous  </edmx:DataServices>
1332bde4061SEd Tanous</edmx:Edmx>
134