12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 22bde4061SEd Tanous<!----> 32bde4061SEd Tanous<!--################################################################################ --> 4*c6d7a45dSGunnar Mills<!--# Redfish Schema: ConnectionMethod v1.2.0 --> 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 --> 8d125652eSGunnar 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://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 212bde4061SEd Tanous <edmx:Include Namespace="Resource"/> 222bde4061SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 232bde4061SEd Tanous </edmx:Reference> 242bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 252bde4061SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 262bde4061SEd Tanous </edmx:Reference> 272bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AggregationSource_v1.xml"> 282bde4061SEd Tanous <edmx:Include Namespace="AggregationSource"/> 292bde4061SEd Tanous </edmx:Reference> 30*c6d7a45dSGunnar Mills <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SerialInterface_v1.xml"> 31*c6d7a45dSGunnar Mills <edmx:Include Namespace="SerialInterface"/> 32*c6d7a45dSGunnar Mills </edmx:Reference> 332bde4061SEd Tanous 342bde4061SEd Tanous <edmx:DataServices> 352bde4061SEd Tanous 362bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ConnectionMethod"> 372bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 38f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 392bde4061SEd Tanous 402bde4061SEd Tanous <EntityType Name="ConnectionMethod" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 41f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `ConnectionMethod` schema describes the protocol, provider, or other method used to communicate to a given access point for a Redfish aggregation service."/> 422bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This resource shall represent a connection method for a Redfish implementation."/> 432bde4061SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 442bde4061SEd Tanous <Record> 452bde4061SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 462bde4061SEd Tanous </Record> 472bde4061SEd Tanous </Annotation> 482bde4061SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 492bde4061SEd Tanous <Record> 502bde4061SEd Tanous <PropertyValue Property="Updatable" Bool="false"/> 512bde4061SEd Tanous </Record> 522bde4061SEd Tanous </Annotation> 532bde4061SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 542bde4061SEd Tanous <Record> 552bde4061SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 562bde4061SEd Tanous </Record> 572bde4061SEd Tanous </Annotation> 582bde4061SEd Tanous <Annotation Term="Redfish.Uris"> 592bde4061SEd Tanous <Collection> 602bde4061SEd Tanous <String>/redfish/v1/AggregationService/ConnectionMethods/{ConnectionMethodId}</String> 612bde4061SEd Tanous </Collection> 622bde4061SEd Tanous </Annotation> 632bde4061SEd Tanous </EntityType> 642bde4061SEd Tanous 652bde4061SEd Tanous </Schema> 662bde4061SEd Tanous 672bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ConnectionMethod.v1_0_0"> 682bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 692bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2020.2"/> 702bde4061SEd Tanous 712bde4061SEd Tanous <EntityType Name="ConnectionMethod" BaseType="ConnectionMethod.ConnectionMethod"> 722bde4061SEd Tanous <Property Name="ConnectionMethodType" Type="ConnectionMethod.v1_0_0.ConnectionMethodType"> 732bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 742bde4061SEd Tanous <Annotation Term="OData.Description" String="The type of connection method."/> 752bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain an identifier of the connection method."/> 762bde4061SEd Tanous </Property> 772bde4061SEd Tanous <Property Name="ConnectionMethodVariant" Type="Edm.String"> 782bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 792bde4061SEd Tanous <Annotation Term="OData.Description" String="The variant of connection method."/> 80f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an additional identifier of the connection method. This property shall be present if `ConnectionMethodType` is `OEM`."/> 812bde4061SEd Tanous </Property> 822bde4061SEd Tanous <Property Name="Links" Type="ConnectionMethod.v1_0_0.Links" Nullable="false"> 832bde4061SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 842bde4061SEd Tanous <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."/> 852bde4061SEd Tanous </Property> 862bde4061SEd Tanous <Property Name="Actions" Type="ConnectionMethod.v1_0_0.Actions" Nullable="false"> 872bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 882bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 892bde4061SEd Tanous </Property> 902bde4061SEd Tanous </EntityType> 912bde4061SEd Tanous 922bde4061SEd Tanous <ComplexType Name="Links" BaseType="Resource.Links"> 932bde4061SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 942bde4061SEd Tanous <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."/> 952bde4061SEd Tanous <NavigationProperty Name="AggregationSources" Type="Collection(AggregationSource.AggregationSource)"> 962bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 972bde4061SEd Tanous <Annotation Term="OData.Description" String="An array of links to the access points using this connection method."/> 98f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `AggregationSource` that are using this connection method."/> 992bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1002bde4061SEd Tanous </NavigationProperty> 1012bde4061SEd Tanous </ComplexType> 1022bde4061SEd Tanous 1032bde4061SEd Tanous <ComplexType Name="Actions"> 1042bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 1052bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 1062bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 1072bde4061SEd Tanous <Property Name="Oem" Type="ConnectionMethod.v1_0_0.OemActions" Nullable="false"> 1082bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 1092bde4061SEd Tanous <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"/> 1152bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 1162bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 1172bde4061SEd Tanous </ComplexType> 1182bde4061SEd Tanous 1192bde4061SEd Tanous <EnumType Name="ConnectionMethodType"> 1202bde4061SEd Tanous <Member Name="Redfish"> 1212bde4061SEd Tanous <Annotation Term="OData.Description" String="Redfish connection method."/> 1222bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the connection method is Redfish."/> 1232bde4061SEd Tanous </Member> 1242bde4061SEd Tanous <Member Name="SNMP"> 1252bde4061SEd Tanous <Annotation Term="OData.Description" String="SNMP connection method."/> 1262bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the connection method is SNMP."/> 1272bde4061SEd Tanous </Member> 1282bde4061SEd Tanous <Member Name="IPMI15"> 1292bde4061SEd Tanous <Annotation Term="OData.Description" String="IPMI 1.5 connection method."/> 1302bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the connection method is IPMI 1.5."/> 1312bde4061SEd Tanous </Member> 1322bde4061SEd Tanous <Member Name="IPMI20"> 1332bde4061SEd Tanous <Annotation Term="OData.Description" String="IPMI 2.0 connection method."/> 1342bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the connection method is IPMI 2.0."/> 1352bde4061SEd Tanous </Member> 1362bde4061SEd Tanous <Member Name="NETCONF"> 1372bde4061SEd Tanous <Annotation Term="OData.Description" String="NETCONF connection method."/> 1382bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the connection method is NETCONF."/> 1392bde4061SEd Tanous </Member> 1402bde4061SEd Tanous <Member Name="OEM"> 1412bde4061SEd Tanous <Annotation Term="OData.Description" String="OEM connection method."/> 142f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate the connection method is OEM. The `ConnectionMethodVariant` property shall contain further identification information."/> 1432bde4061SEd Tanous </Member> 144*c6d7a45dSGunnar Mills <Member Name="ModbusSerial"> 145*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="Modbus serial connection method."/> 146*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate the connection method is Modbus serial (RTU)."/> 147*c6d7a45dSGunnar Mills <Annotation Term="Redfish.Revisions"> 148*c6d7a45dSGunnar Mills <Collection> 149*c6d7a45dSGunnar Mills <Record> 150*c6d7a45dSGunnar Mills <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 151*c6d7a45dSGunnar Mills <PropertyValue Property="Version" String="v1_2_0"/> 152*c6d7a45dSGunnar Mills </Record> 153*c6d7a45dSGunnar Mills </Collection> 154*c6d7a45dSGunnar Mills </Annotation> 155*c6d7a45dSGunnar Mills </Member> 156*c6d7a45dSGunnar Mills <Member Name="ModbusTCP"> 157*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="Modbus TCP connection method."/> 158*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate the connection method is Modbus TCP."/> 159*c6d7a45dSGunnar Mills <Annotation Term="Redfish.Revisions"> 160*c6d7a45dSGunnar Mills <Collection> 161*c6d7a45dSGunnar Mills <Record> 162*c6d7a45dSGunnar Mills <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 163*c6d7a45dSGunnar Mills <PropertyValue Property="Version" String="v1_2_0"/> 164*c6d7a45dSGunnar Mills </Record> 165*c6d7a45dSGunnar Mills </Collection> 166*c6d7a45dSGunnar Mills </Annotation> 167*c6d7a45dSGunnar Mills </Member> 1682bde4061SEd Tanous </EnumType> 1692bde4061SEd Tanous </Schema> 1702bde4061SEd Tanous 171f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ConnectionMethod.v1_0_1"> 172f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 173f2a8e57eSGunnar 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."/> 174f2a8e57eSGunnar Mills <EntityType Name="ConnectionMethod" BaseType="ConnectionMethod.v1_0_0.ConnectionMethod"/> 175f2a8e57eSGunnar Mills </Schema> 176f2a8e57eSGunnar Mills 1772bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ConnectionMethod.v1_1_0"> 1782bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1792bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2022.3"/> 1802bde4061SEd Tanous 1812bde4061SEd Tanous <EntityType Name="ConnectionMethod" BaseType="ConnectionMethod.v1_0_0.ConnectionMethod"> 1822bde4061SEd Tanous <Property Name="TunnelingProtocol" Type="ConnectionMethod.v1_1_0.TunnelingProtocolType"> 1832bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1842bde4061SEd Tanous <Annotation Term="OData.Description" String="The tunneling protocol used for this connection method."/> 1852bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the tunneling protocol used for this connection method."/> 1862bde4061SEd Tanous </Property> 1872bde4061SEd Tanous </EntityType> 1882bde4061SEd Tanous 1892bde4061SEd Tanous <EnumType Name="TunnelingProtocolType"> 1902bde4061SEd Tanous <Member Name="SSH"> 1912bde4061SEd Tanous <Annotation Term="OData.Description" String="SSH tunneling."/> 1922bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate that the tunneling protocol is SSH."/> 1932bde4061SEd Tanous </Member> 1942bde4061SEd Tanous <Member Name="OEM"> 1952bde4061SEd Tanous <Annotation Term="OData.Description" String="OEM tunneling."/> 1962bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate that the tunneling protocol is OEM-specific."/> 1972bde4061SEd Tanous </Member> 1982bde4061SEd Tanous </EnumType> 1992bde4061SEd Tanous </Schema> 2002bde4061SEd Tanous 201f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ConnectionMethod.v1_1_1"> 202f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 203f2a8e57eSGunnar 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."/> 204f2a8e57eSGunnar Mills <EntityType Name="ConnectionMethod" BaseType="ConnectionMethod.v1_1_0.ConnectionMethod"/> 205f2a8e57eSGunnar Mills </Schema> 206f2a8e57eSGunnar Mills 207*c6d7a45dSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ConnectionMethod.v1_2_0"> 208*c6d7a45dSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 209*c6d7a45dSGunnar Mills <Annotation Term="Redfish.Release" String="2025.2"/> 210*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add `ModbusSerial` and `ModbusTCP` to `ConnectionMethodType`."/> 211*c6d7a45dSGunnar Mills 212*c6d7a45dSGunnar Mills <EntityType Name="ConnectionMethod" BaseType="ConnectionMethod.v1_1_1.ConnectionMethod"/> 213*c6d7a45dSGunnar Mills 214*c6d7a45dSGunnar Mills <ComplexType Name="Links" BaseType="ConnectionMethod.v1_0_0.Links"> 215*c6d7a45dSGunnar Mills <NavigationProperty Name="SerialInterface" Type="SerialInterface.SerialInterface" Nullable="false"> 216*c6d7a45dSGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 217*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="The link to the serial interface for this connection method."/> 218*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `SerialInterface` that represents the serial interface for this connection method."/> 219*c6d7a45dSGunnar Mills <Annotation Term="OData.AutoExpandReferences"/> 220*c6d7a45dSGunnar Mills </NavigationProperty> 221*c6d7a45dSGunnar Mills </ComplexType> 222*c6d7a45dSGunnar Mills </Schema> 223*c6d7a45dSGunnar Mills 2242bde4061SEd Tanous </edmx:DataServices> 2252bde4061SEd Tanous</edmx:Edmx> 226