blob: 7a9b302e26b1ebb70cf6aa328f7fcc04d63ee433 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Sui Chen141d9432022-02-03 22:01:27 -08004<!--# Redfish Schema: EthernetInterface v1.8.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# 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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25 <edmx:Include Namespace="Resource"/>
26 <edmx:Include Namespace="Resource.v1_0_0"/>
27 </edmx:Reference>
28 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
29 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
30 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/IPAddresses_v1.xml">
32 <edmx:Include Namespace="IPAddresses"/>
33 </edmx:Reference>
34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface_v1.xml">
35 <edmx:Include Namespace="VLanNetworkInterface"/>
36 </edmx:Reference>
37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VLanNetworkInterfaceCollection_v1.xml">
38 <edmx:Include Namespace="VLanNetworkInterfaceCollection"/>
39 </edmx:Reference>
40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
41 <edmx:Include Namespace="Endpoint"/>
42 </edmx:Reference>
43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/HostInterface_v1.xml">
44 <edmx:Include Namespace="HostInterface"/>
45 </edmx:Reference>
46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
47 <edmx:Include Namespace="Chassis"/>
48 </edmx:Reference>
Gunnar Millsa778c022020-05-12 12:20:36 -050049 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
50 <edmx:Include Namespace="NetworkDeviceFunction"/>
51 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070052
53 <edmx:DataServices>
54
55 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface">
56 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
57
58 <EntityType Name="EthernetInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070059 <Annotation Term="OData.Description" String="The EthernetInterface schema represents a single, logical Ethernet interface or network interface controller (NIC)."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050060 <Annotation Term="OData.LongDescription" String="This resource contains NIC resources as part of the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070061 <Annotation Term="Capabilities.InsertRestrictions">
62 <Record>
63 <PropertyValue Property="Insertable" Bool="false"/>
64 </Record>
65 </Annotation>
66 <Annotation Term="Capabilities.UpdateRestrictions">
67 <Record>
68 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070069 <Annotation Term="OData.Description" String="Any writable properties, such as addressing and link information, can be updated for Ethernet interfaces."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070070 </Record>
71 </Annotation>
72 <Annotation Term="Capabilities.DeleteRestrictions">
73 <Record>
74 <PropertyValue Property="Deletable" Bool="false"/>
75 </Record>
76 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080077 <Annotation Term="Redfish.Uris">
78 <Collection>
79 <String>/redfish/v1/Managers/{ManagerId}/EthernetInterfaces/{EthernetInterfaceId}</String>
80 <String>/redfish/v1/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}</String>
81 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}</String>
82 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060083 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}</String>
84 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}</String>
Gunnar Mills9d424662021-09-22 21:56:16 -050085 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdaptersId}/NetworkDeviceFunctions/{NetworkDeviceFunctionId}/EthernetInterfaces/{EthernetInterfaceId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080086 </Collection>
87 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070088 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -070089 </Schema>
90
91 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_0">
92 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060093 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070094
95 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.EthernetInterface">
Jason M. Billsea4aa752018-06-05 13:29:11 -070096 <Property Name="UefiDevicePath" Type="Edm.String">
97 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
98 <Annotation Term="OData.Description" String="The UEFI device path for this interface."/>
Ed Tanouscb103132019-10-08 11:34:22 -070099 <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI device path to the device that implements this interface, or port."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700100 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800101 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500102 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
103 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800104 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700105 <Property Name="InterfaceEnabled" Type="Edm.Boolean">
106 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700107 <Annotation Term="OData.Description" String="An indication of whether this interface is enabled."/>
108 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this interface is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700109 </Property>
110 <Property Name="PermanentMACAddress" Type="EthernetInterface.v1_0_0.MACAddress">
111 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700112 <Annotation Term="OData.Description" String="The permanent MAC address assigned to this interface, or port."/>
113 <Annotation Term="OData.LongDescription" String="This property shall contain the permanent MAC address of this interface, or port. Typically, this value is programmed during manufacturing. This address is not assignable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700114 </Property>
115 <Property Name="MACAddress" Type="EthernetInterface.v1_0_0.MACAddress">
116 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700117 <Annotation Term="OData.Description" String="The currently configured MAC address of the interface, or logical port."/>
118 <Annotation Term="OData.LongDescription" String="This property shall contain the effective current MAC address of this interface. If an assignable MAC address is not supported, this value is a read-only alias of the PermanentMACAddress."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700119 </Property>
120 <Property Name="SpeedMbps" Type="Edm.Int64">
121 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500122 <Annotation Term="OData.Description" String="The current speed, in Mbit/s, of this interface."/>
123 <Annotation Term="OData.LongDescription" String="This property shall contain the link speed of the interface, in Mbit/s. This property shall be writable only when the AutoNeg property is `false`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700124 <Annotation Term="Measures.Unit" String="Mbit/s"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700125 </Property>
126 <Property Name="AutoNeg" Type="Edm.Boolean">
127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700128 <Annotation Term="OData.Description" String="An indication of whether the speed and duplex are automatically negotiated and configured on this interface."/>
129 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the speed and duplex are automatically negotiated and configured on this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700130 </Property>
131 <Property Name="FullDuplex" Type="Edm.Boolean">
132 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700133 <Annotation Term="OData.Description" String="An indication of whether full-duplex mode is enabled on the Ethernet connection for this interface."/>
134 <Annotation Term="OData.LongDescription" String="This property shall indicate whether full-duplex mode is enabled on the Ethernet connection for this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700135 </Property>
136 <Property Name="MTUSize" Type="Edm.Int64">
137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700138 <Annotation Term="OData.Description" String="The currently configured maximum transmission unit (MTU), in bytes, on this interface."/>
139 <Annotation Term="OData.LongDescription" String="This property shall contain the size, in bytes, of largest protocol data unit (PDU) that can be passed in an Ethernet (MAC) frame on this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700140 </Property>
141 <Property Name="HostName" Type="Edm.String">
142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700143 <Annotation Term="OData.Description" String="The DNS host name, without any domain information."/>
144 <Annotation Term="OData.LongDescription" String="This property shall contain DNS host name for this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700145 </Property>
146 <Property Name="FQDN" Type="Edm.String">
147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700148 <Annotation Term="OData.Description" String="The complete, fully qualified domain name that DNS obtains for this interface."/>
149 <Annotation Term="OData.LongDescription" String="This property shall contain the fully qualified domain name that DNS obtains for this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700150 </Property>
151 <Property Name="MaxIPv6StaticAddresses" Type="Edm.Int64">
152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700153 <Annotation Term="OData.Description" String="The maximum number of static IPv6 addresses that can be configured on this interface."/>
154 <Annotation Term="OData.LongDescription" String="This property shall indicate the number of array items supported by IPv6StaticAddresses, or the maximum number of static IPv6 addresses that can be configured on this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700155 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700156 <Property Name="VLAN" Type="VLanNetworkInterface.VLAN" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500157 <Annotation Term="OData.Description" String="If this network interface supports more than one VLAN, this property is absent. VLAN collections appear in the Links property of this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700158 <Annotation Term="OData.LongDescription" String="This property shall contain the VLAN for this interface. If this interface supports more than one VLAN, the VLAN property shall be absent and, instead, the VLAN collection link shall be present."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700159 </Property>
160 <Property Name="IPv4Addresses" Type="Collection(IPAddresses.IPv4Address)" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500161 <Annotation Term="OData.Description" String="The IPv4 addresses currently in use by this interface."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500162 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the IPv4 connection characteristics currently in use by this interface for any value of AddressOrigin. It is recommended that this property be regarded as read-only with configuration of static addresses performed by updating the values within IPv4StaticAddresses. Services may reject updates to this array for this reason."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700163 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700164 <Property Name="IPv6AddressPolicyTable" Type="Collection(EthernetInterface.v1_0_0.IPv6AddressPolicyEntry)">
165 <Annotation Term="OData.Description" String="An array that represents the RFC6724-defined address selection policy table."/>
166 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the RFC6724-defined address selection policy table."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700167 </Property>
168 <Property Name="IPv6Addresses" Type="Collection(IPAddresses.IPv6Address)" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500169 <Annotation Term="OData.Description" String="The IPv6 addresses currently in use by this interface."/>
170 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the IPv6 connection characteristics for this interface for any value of AddressOrigin."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700171 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700172 <Property Name="IPv6StaticAddresses" Type="Collection(IPAddresses.IPv6StaticAddress)">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500173 <Annotation Term="OData.Description" String="The IPv6 static addresses assigned to this interface. See IPv6Addresses for the addresses in use by this interface."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700174 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the IPv6 static connection characteristics for this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700175 </Property>
176 <Property Name="IPv6DefaultGateway" Type="Edm.String">
177 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700178 <Annotation Term="OData.Description" String="The IPv6 default gateway address in use on this interface."/>
179 <Annotation Term="OData.LongDescription" String="This property shall contain the current IPv6 default gateway address in use on this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700180 <Annotation Term="Redfish.IPv6Format"/>
181 </Property>
182 <Property Name="NameServers" Type="Collection(Edm.String)" Nullable="false">
183 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700184 <Annotation Term="OData.Description" String="The DNS servers in use on this interface."/>
185 <Annotation Term="OData.LongDescription" String="This property shall contain the DNS servers in use on this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700186 </Property>
187 <NavigationProperty Name="VLANs" Type="VLanNetworkInterfaceCollection.VLanNetworkInterfaceCollection" ContainsTarget="true" Nullable="false">
188 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700189 <Annotation Term="OData.Description" String="The link to a collection of VLANs, which applies only if the interface supports more than one VLAN. If this property applies, the VLANEnabled and VLANId properties do not apply."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500190 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VLanNetworkInterfaceCollection, which applies only if the interface supports more than one VLAN. If this property is present, the VLANEnabled and VLANId properties shall not be present."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700191 <Annotation Term="OData.AutoExpandReferences"/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500192 <Annotation Term="Redfish.Revisions">
193 <Collection>
194 <Record>
195 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
196 <PropertyValue Property="Version" String="v1_7_0"/>
197 <PropertyValue Property="Description" String="This property has been deprecated in favor of newer methods indicating multiple VLANs."/>
198 </Record>
199 </Collection>
200 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700201 </NavigationProperty>
202 </EntityType>
203
204 <TypeDefinition Name="MACAddress" UnderlyingType="Edm.String">
205 <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"/>
206 </TypeDefinition>
207
208 <ComplexType Name="IPv6AddressPolicyEntry">
209 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700210 <Annotation Term="OData.Description" String="The entry in the RFC6724-defined address selection policy table."/>
211 <Annotation Term="OData.LongDescription" String="This type shall describe an entry in the RFC6724-defined address selection policy table."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700212 <Property Name="Prefix" Type="Edm.String">
213 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700214 <Annotation Term="OData.Description" String="The IPv6 address prefix, as defined in RFC6724, section 2.1."/>
215 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 address prefix for this table entry, as defined in RFC6724, section 2.1."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700216 <Annotation Term="Redfish.IPv6Format"/>
217 </Property>
218 <Property Name="Precedence" Type="Edm.Int64">
219 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700220 <Annotation Term="OData.Description" String="The IPv6 precedence, as defined in RFC6724, section 2.1."/>
221 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 precedence value for this table entry, as defined in RFC6724, section 2.1."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700222 <Annotation Term="Validation.Minimum" Int="1"/>
223 <Annotation Term="Validation.Maximum" Int="100"/>
224 </Property>
225 <Property Name="Label" Type="Edm.Int64">
226 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700227 <Annotation Term="OData.Description" String="The IPv6 label, as defined in RFC6724, section 2.1."/>
228 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 label value for this table entry, as defined in RFC6724, section 2.1."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700229 <Annotation Term="Validation.Minimum" Int="0"/>
230 <Annotation Term="Validation.Maximum" Int="100"/>
231 </Property>
232 </ComplexType>
233 </Schema>
234
235 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_2">
236 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_0.EthernetInterface"/>
239 </Schema>
240
241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_3">
242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500243 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700244 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_2.EthernetInterface"/>
245 </Schema>
246
247 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_4">
248 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700249 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700250 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_3.EthernetInterface"/>
251 </Schema>
252
253 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_5">
254 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700255 <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700256 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_4.EthernetInterface"/>
257 </Schema>
258
Ed Tanous530520e2019-01-02 13:41:37 -0800259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_6">
260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261 <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."/>
262 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_5.EthernetInterface"/>
263 </Schema>
264
Ed Tanouscb103132019-10-08 11:34:22 -0700265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_7">
266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
267 <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 several properties to disallow them from being null."/>
268 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_6.EthernetInterface"/>
269 </Schema>
270
271 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_8">
272 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
273 <Annotation Term="OData.Description" String="This version was created to allow for null to be used in several writable properties that are arrays. It was also created to update the description for the SpeedMbps property. It was also created to update descriptions that this schema defines."/>
274 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_7.EthernetInterface"/>
275 </Schema>
276
Gunnar Millsa778c022020-05-12 12:20:36 -0500277 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_9">
278 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
279 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
280 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_8.EthernetInterface"/>
281 </Schema>
282
Gunnar Mills844b4152020-06-22 12:44:09 -0500283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_10">
284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
285 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
286 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_9.EthernetInterface"/>
287 </Schema>
288
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500289 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_11">
290 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
291 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/>
292 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_10.EthernetInterface"/>
293 </Schema>
294
Gunnar Mills262d7d42021-01-20 16:28:41 -0600295 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_12">
296 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
297 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
298 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_11.EthernetInterface"/>
299 </Schema>
300
Gunnar Mills10f270b2021-05-19 15:34:06 -0500301 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_13">
302 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
303 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
304 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_12.EthernetInterface"/>
305 </Schema>
306
Jason M. Billsea4aa752018-06-05 13:29:11 -0700307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_0">
308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600309 <Annotation Term="Redfish.Release" String="2016.2"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500310
Jason M. Billsea4aa752018-06-05 13:29:11 -0700311 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_2.EthernetInterface">
312 <Property Name="LinkStatus" Type="EthernetInterface.v1_1_0.LinkStatus">
313 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700314 <Annotation Term="OData.Description" String="The link status of this interface, or port."/>
315 <Annotation Term="OData.LongDescription" String="This property shall contain the link status of this interface, or port."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700316 </Property>
317 <Property Name="Links" Type="EthernetInterface.v1_1_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500318 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
319 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700320 </Property>
321 </EntityType>
322
323 <EnumType Name="LinkStatus">
324 <Member Name="LinkUp">
325 <Annotation Term="OData.Description" String="The link is available for communication on this interface."/>
326 </Member>
327 <Member Name="NoLink">
Ed Tanouscb103132019-10-08 11:34:22 -0700328 <Annotation Term="OData.Description" String="No link or connection is detected on this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700329 </Member>
330 <Member Name="LinkDown">
Ed Tanouscb103132019-10-08 11:34:22 -0700331 <Annotation Term="OData.Description" String="No link is detected on this interface, but the interface is connected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700332 </Member>
333 </EnumType>
334
335 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500336 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
337 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700338 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
339 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700340 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this Ethernet interface."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500341 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint with which this Ethernet interface is associated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700342 <Annotation Term="OData.AutoExpandReferences"/>
343 </NavigationProperty>
344 </ComplexType>
345 </Schema>
346
347 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_1">
348 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500349 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700350 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_0.EthernetInterface"/>
351 </Schema>
352
353 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_2">
354 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700355 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet from NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700356 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_1.EthernetInterface"/>
357 </Schema>
358
359 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_3">
360 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700361 <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700362 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_2.EthernetInterface"/>
363 </Schema>
364
Ed Tanous530520e2019-01-02 13:41:37 -0800365 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_4">
366 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
367 <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."/>
368 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_3.EthernetInterface"/>
369 </Schema>
370
Ed Tanouscb103132019-10-08 11:34:22 -0700371 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_5">
372 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
373 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to several properties to disallow them from being null."/>
374 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_4.EthernetInterface"/>
375 </Schema>
376
377 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_6">
378 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
379 <Annotation Term="OData.Description" String="This version was created to allow for null to be used in several writable properties that are arrays. It was also created to update the description for the SpeedMbps property. It was also created to update descriptions that this schema defines."/>
380 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_5.EthernetInterface"/>
381 </Schema>
382
Gunnar Millsa778c022020-05-12 12:20:36 -0500383 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_7">
384 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
385 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
386 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_6.EthernetInterface"/>
387 </Schema>
388
Gunnar Mills844b4152020-06-22 12:44:09 -0500389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_8">
390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
392 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_7.EthernetInterface"/>
393 </Schema>
394
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500395 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_9">
396 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/>
398 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_8.EthernetInterface"/>
399 </Schema>
400
Gunnar Mills262d7d42021-01-20 16:28:41 -0600401 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_10">
402 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
403 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
404 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_9.EthernetInterface"/>
405 </Schema>
406
Gunnar Mills10f270b2021-05-19 15:34:06 -0500407 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_11">
408 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
409 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
410 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_10.EthernetInterface"/>
411 </Schema>
412
Jason M. Billsea4aa752018-06-05 13:29:11 -0700413 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_0">
414 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600415 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500416
Jason M. Billsea4aa752018-06-05 13:29:11 -0700417 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_1.EthernetInterface"/>
418
419 <ComplexType Name="Links" BaseType="EthernetInterface.v1_1_0.Links">
420 <NavigationProperty Name="HostInterface" Type="HostInterface.HostInterface" Nullable="false">
421 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700422 <Annotation Term="OData.Description" String="The link to a Host Interface that is associated with this Ethernet interface."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500423 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type HostInterface that represents the interface that a host uses to communicate with a manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700424 <Annotation Term="OData.AutoExpandReferences"/>
425 </NavigationProperty>
426 </ComplexType>
427 </Schema>
428
429 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_1">
430 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700431 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700432 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_0.EthernetInterface"/>
433 </Schema>
434
435 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_2">
436 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700437 <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700438 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_1.EthernetInterface"/>
439 </Schema>
440
Ed Tanous530520e2019-01-02 13:41:37 -0800441 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_3">
442 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
443 <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."/>
444 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_2.EthernetInterface"/>
445 </Schema>
446
Ed Tanouscb103132019-10-08 11:34:22 -0700447 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_4">
448 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
449 <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 several properties to disallow them from being null."/>
450 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_3.EthernetInterface"/>
451 </Schema>
452
453 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_5">
454 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
455 <Annotation Term="OData.Description" String="This version was created to allow for null to be used in several writable properties that are arrays. It was also created to update the description for the SpeedMbps property. It was also created to update descriptions that this schema defines."/>
456 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_4.EthernetInterface"/>
457 </Schema>
458
Gunnar Millsa778c022020-05-12 12:20:36 -0500459 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_6">
460 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
461 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
462 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_5.EthernetInterface"/>
463 </Schema>
464
Gunnar Mills844b4152020-06-22 12:44:09 -0500465 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_7">
466 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
467 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
468 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_6.EthernetInterface"/>
469 </Schema>
470
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500471 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_8">
472 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
473 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/>
474 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_7.EthernetInterface"/>
475 </Schema>
476
Gunnar Mills262d7d42021-01-20 16:28:41 -0600477 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_9">
478 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
479 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
480 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_8.EthernetInterface"/>
481 </Schema>
482
Gunnar Mills10f270b2021-05-19 15:34:06 -0500483 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_10">
484 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
485 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
486 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_9.EthernetInterface"/>
487 </Schema>
488
Jason M. Billsea4aa752018-06-05 13:29:11 -0700489 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_0">
490 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600491 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500492
Jason M. Billsea4aa752018-06-05 13:29:11 -0700493 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_1.EthernetInterface">
494 <Property Name="Actions" Type="EthernetInterface.v1_3_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500495 <Annotation Term="OData.Description" String="The available actions for this resource."/>
496 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700497 </Property>
498 </EntityType>
499
500 <ComplexType Name="Links" BaseType="EthernetInterface.v1_2_0.Links">
501 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
502 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700503 <Annotation Term="OData.Description" String="The link to the chassis that contains this Ethernet interface."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500504 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Chassis that represent the physical container associated with this Ethernet interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700505 <Annotation Term="OData.AutoExpandReferences"/>
506 </NavigationProperty>
507 </ComplexType>
508
509 <ComplexType Name="Actions">
510 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500511 <Annotation Term="OData.Description" String="The available actions for this resource."/>
512 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800513 <Property Name="Oem" Type="EthernetInterface.v1_3_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500514 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
515 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800516 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700517 </ComplexType>
518
519 <ComplexType Name="OemActions">
520 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500521 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
522 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700523 </ComplexType>
524 </Schema>
525
526 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_1">
527 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700528 <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700529 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_0.EthernetInterface"/>
530 </Schema>
531
Ed Tanous530520e2019-01-02 13:41:37 -0800532 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_2">
533 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
534 <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."/>
535 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_1.EthernetInterface"/>
536 </Schema>
537
Ed Tanouscb103132019-10-08 11:34:22 -0700538 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_3">
539 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
540 <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 several properties to disallow them from being null."/>
541 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_2.EthernetInterface"/>
542 </Schema>
543
544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_4">
545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
546 <Annotation Term="OData.Description" String="This version was created to allow for null to be used in several writable properties that are arrays. It was also created to update the description for the SpeedMbps property. It was also created to update descriptions that this schema defines."/>
547 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_3.EthernetInterface"/>
548 </Schema>
549
Gunnar Millsa778c022020-05-12 12:20:36 -0500550 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_5">
551 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
552 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
553 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_4.EthernetInterface"/>
554 </Schema>
555
Gunnar Mills844b4152020-06-22 12:44:09 -0500556 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_6">
557 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
558 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
559 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_5.EthernetInterface"/>
560 </Schema>
561
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500562 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_7">
563 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
564 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/>
565 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_6.EthernetInterface"/>
566 </Schema>
567
Gunnar Mills262d7d42021-01-20 16:28:41 -0600568 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_8">
569 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
570 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
571 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_7.EthernetInterface"/>
572 </Schema>
573
Gunnar Mills10f270b2021-05-19 15:34:06 -0500574 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_9">
575 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
576 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
577 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_8.EthernetInterface"/>
578 </Schema>
579
Jason M. Billsea4aa752018-06-05 13:29:11 -0700580 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_0">
581 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600582 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500583
Jason M. Billsea4aa752018-06-05 13:29:11 -0700584 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_1.EthernetInterface">
Ed Tanouscb103132019-10-08 11:34:22 -0700585 <Property Name="DHCPv4" Type="EthernetInterface.v1_4_0.DHCPv4Configuration" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700586 <Annotation Term="OData.Description" String="DHCPv4 configuration for this interface."/>
587 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of DHCP v4."/>
588 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700589 <Property Name="DHCPv6" Type="EthernetInterface.v1_4_0.DHCPv6Configuration" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700590 <Annotation Term="OData.Description" String="DHCPv6 configuration for this interface."/>
591 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of DHCP v6."/>
592 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700593 <Property Name="StatelessAddressAutoConfig" Type="EthernetInterface.v1_4_0.StatelessAddressAutoConfiguration" Nullable="false">
594 <Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameters for this interface."/>
595 <Annotation Term="OData.LongDescription" String="This object shall contain the IPv4 and IPv6 stateless address automatic configuration (SLAAC) properties for this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700596 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700597 <Property Name="IPv6StaticDefaultGateways" Type="Collection(IPAddresses.IPv6GatewayStaticAddress)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700598 <Annotation Term="OData.Description" String="The IPv6 static default gateways for this interface."/>
599 <Annotation Term="OData.LongDescription" String="The values in this array shall represent the IPv6 static default gateway addresses for this interface."/>
600 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700601 <Property Name="StaticNameServers" Type="Collection(Edm.String)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700602 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700603 <Annotation Term="OData.Description" String="The statically-defined set of DNS server IPv4 and IPv6 addresses."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500604 <Annotation Term="OData.LongDescription" String="This property shall contain the statically-defined set of DNS server IP addresses to use when DHCP provisioning is not enabled for name server configuration. As an implementation option, they can be used in addition to DHCP-provided addresses, or in cases where the DHCP server provides no DNS assignments."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700605 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700606 <Property Name="IPv4StaticAddresses" Type="Collection(IPAddresses.IPv4Address)">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500607 <Annotation Term="OData.Description" String="The IPv4 static addresses assigned to this interface. See IPv4Addresses for the addresses in use by this interface."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700608 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent all IPv4 static addresses assigned to, but not necessarily in use by, this interface. The IPv4Addresses property shall also list the addresses that this interface uses ."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700609 </Property>
610 </EntityType>
611
612 <ComplexType Name="DHCPv4Configuration">
613 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
614 <Annotation Term="OData.Description" String="DHCPv4 configuration for this interface."/>
615 <Annotation Term="OData.LongDescription" String="This type shall describe the configuration of DHCP v4."/>
616 <Property Name="DHCPEnabled" Type="Edm.Boolean">
617 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700618 <Annotation Term="OData.Description" String="An indication of whether DHCP v4 is enabled on this Ethernet interface."/>
619 <Annotation Term="OData.LongDescription" String="This property shall indicate whether DHCP v4 is enabled for this Ethernet interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700620 </Property>
621 <Property Name="UseDNSServers" Type="Edm.Boolean">
622 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700623 <Annotation Term="OData.Description" String="An indication of whether this interface uses DHCP v4-supplied DNS servers."/>
624 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v4-supplied DNS servers."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700625 </Property>
626 <Property Name="UseDomainName" Type="Edm.Boolean">
627 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700628 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v4-supplied domain name."/>
629 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied domain name."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700630 </Property>
631 <Property Name="UseGateway" Type="Edm.Boolean">
632 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700633 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v4-supplied gateway."/>
634 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied gateway."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700635 </Property>
636 <Property Name="UseNTPServers" Type="Edm.Boolean">
637 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700638 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v4-supplied NTP servers."/>
639 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v4-supplied NTP servers."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700640 </Property>
641 <Property Name="UseStaticRoutes" Type="Edm.Boolean">
642 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700643 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v4-supplied static routes."/>
644 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied static routes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700645 </Property>
646 </ComplexType>
647
648 <ComplexType Name="DHCPv6Configuration">
649 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
650 <Annotation Term="OData.Description" String="DHCPv6 configuration for this interface."/>
651 <Annotation Term="OData.LongDescription" String="This type shall describe the configuration of DHCP v6."/>
652 <Property Name="OperatingMode" Type="EthernetInterface.v1_4_0.DHCPv6OperatingMode">
653 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
654 <Annotation Term="OData.Description" String="Determines the DHCPv6 operating mode for this interface."/>
Sui Chen141d9432022-02-03 22:01:27 -0800655 <Annotation Term="OData.LongDescription" String="This property shall control the operating mode of DHCPv6 on this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700656 </Property>
657 <Property Name="UseDNSServers" Type="Edm.Boolean">
658 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700659 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v6-supplied DNS servers."/>
660 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6-supplied DNS servers."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700661 </Property>
662 <Property Name="UseDomainName" Type="Edm.Boolean">
663 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Sui Chen141d9432022-02-03 22:01:27 -0800664 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v6-supplied domain name."/>
665 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v6-supplied domain name."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700666 </Property>
667 <Property Name="UseNTPServers" Type="Edm.Boolean">
668 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700669 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v6-supplied NTP servers."/>
670 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6-supplied NTP servers."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700671 </Property>
672 <Property Name="UseRapidCommit" Type="Edm.Boolean">
673 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700674 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v6 rapid commit mode for stateful mode address assignments. Do not enable this option in networks where more than one DHCP v6 server is configured to provide address assignments."/>
675 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6 rapid commit mode for stateful mode address assignments."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700676 </Property>
677 </ComplexType>
678
679 <EnumType Name="DHCPv6OperatingMode">
680 <Member Name="Stateful">
681 <Annotation Term="OData.Description" String="DHCPv6 stateful mode."/>
Sui Chen141d9432022-02-03 22:01:27 -0800682 <Annotation Term="OData.LongDescription" String="DHCPv6 shall operate in stateful mode on this interface. DHCPv6 stateful mode configures addresses, and when it is enabled, stateless mode is also implicitly enabled. Services may replace this value with `Enabled`."/>
683 <Annotation Term="Redfish.Revisions">
684 <Collection>
685 <Record>
686 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
687 <PropertyValue Property="Version" String="v1_8_0"/>
688 <PropertyValue Property="Description" String="This property has been deprecated in favor of `Enabled`. The control between 'stateful' and 'stateless' is managed by the DHCP server and not the client."/>
689 </Record>
690 </Collection>
691 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700692 </Member>
693 <Member Name="Stateless">
694 <Annotation Term="OData.Description" String="DHCPv6 stateless mode."/>
Sui Chen141d9432022-02-03 22:01:27 -0800695 <Annotation Term="OData.LongDescription" String="DHCPv6 shall operate in stateless mode on this interface. DHCPv6 stateless mode allows configuring the interface using DHCP options but does not configure addresses. It is always enabled by default whenever DHCPv6 Stateful mode is also enabled. Services may replace this value with `Enabled`."/>
696 <Annotation Term="Redfish.Revisions">
697 <Collection>
698 <Record>
699 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
700 <PropertyValue Property="Version" String="v1_8_0"/>
701 <PropertyValue Property="Description" String="This property has been deprecated in favor of `Enabled`. The control between 'stateful' and 'stateless' is managed by the DHCP server and not the client."/>
702 </Record>
703 </Collection>
704 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700705 </Member>
706 <Member Name="Disabled">
707 <Annotation Term="OData.Description" String="DHCPv6 is disabled."/>
708 <Annotation Term="OData.LongDescription" String="DHCPv6 shall be disabled for this interface."/>
709 </Member>
Sui Chen141d9432022-02-03 22:01:27 -0800710 <Member Name="Enabled">
711 <Annotation Term="OData.Description" String="DHCPv6 is enabled."/>
712 <Annotation Term="OData.LongDescription" String="DHCPv6 shall be enabled for this interface."/>
713 <Annotation Term="Redfish.Revisions">
714 <Collection>
715 <Record>
716 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
717 <PropertyValue Property="Version" String="v1_8_0"/>
718 </Record>
719 </Collection>
720 </Annotation>
721 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700722 </EnumType>
723
724 <ComplexType Name="StatelessAddressAutoConfiguration">
725 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700726 <Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameters for this interface."/>
727 <Annotation Term="OData.LongDescription" String="This type shall describe the IPv4 and IPv6 stateless address autoconfiguration (SLAAC) for this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700728 <Property Name="IPv4AutoConfigEnabled" Type="Edm.Boolean">
729 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700730 <Annotation Term="OData.Description" String="An indication of whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface."/>
731 <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700732 </Property>
733 <Property Name="IPv6AutoConfigEnabled" Type="Edm.Boolean">
734 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700735 <Annotation Term="OData.Description" String="An indication of whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface."/>
736 <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700737 </Property>
738 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700739 </Schema>
740
Ed Tanous530520e2019-01-02 13:41:37 -0800741 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_1">
742 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700743 <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, and corrects the type in IPv6StaticDefaultGateways."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800744 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_0.EthernetInterface"/>
745 </Schema>
746
Ed Tanouscb103132019-10-08 11:34:22 -0700747 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_2">
748 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
749 <Annotation Term="OData.Description" String="This version allows for null in StaticNameServers, forces the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to several properties to disallow them from being null."/>
750 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_1.EthernetInterface"/>
751 </Schema>
752
753 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_3">
754 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
755 <Annotation Term="OData.Description" String="This version was created to allow for null to be used in several writable properties that are arrays. It was also created to update the description for the SpeedMbps property. It was also created to update descriptions that this schema defines."/>
756 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_2.EthernetInterface"/>
757 </Schema>
758
Gunnar Millsa778c022020-05-12 12:20:36 -0500759 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_4">
760 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
761 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
762 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_3.EthernetInterface"/>
763 </Schema>
764
Gunnar Mills844b4152020-06-22 12:44:09 -0500765 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_5">
766 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
767 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
768 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_4.EthernetInterface"/>
769 </Schema>
770
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500771 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_6">
772 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
773 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/>
774 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_5.EthernetInterface"/>
775 </Schema>
776
Gunnar Mills262d7d42021-01-20 16:28:41 -0600777 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_7">
778 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
779 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
780 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_6.EthernetInterface"/>
781 </Schema>
782
Gunnar Mills10f270b2021-05-19 15:34:06 -0500783 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_8">
784 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
785 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
786 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_7.EthernetInterface"/>
787 </Schema>
788
Ed Tanouscb103132019-10-08 11:34:22 -0700789 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_0">
790 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
791 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500792
Ed Tanouscb103132019-10-08 11:34:22 -0700793 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_2.EthernetInterface"/>
794
795 <ComplexType Name="DHCPv4Configuration" BaseType="EthernetInterface.v1_4_0.DHCPv4Configuration">
796 <Property Name="FallbackAddress" Type="EthernetInterface.v1_5_0.DHCPFallback">
797 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
798 <Annotation Term="OData.Description" String="DHCPv4 fallback address method for this interface."/>
799 <Annotation Term="OData.LongDescription" String="This property shall contain the fallback address method of DHCPv4."/>
800 </Property>
801 </ComplexType>
802
803 <EnumType Name="DHCPFallback">
804 <Member Name="Static">
805 <Annotation Term="OData.Description" String="Fall back to a static address specified by IPv4StaticAddresses."/>
806 <Annotation Term="OData.LongDescription" String="DHCP shall fall back to a static address specified by IPv4StaticAddresses."/>
807 </Member>
808 <Member Name="AutoConfig">
809 <Annotation Term="OData.Description" String="Fall back to an autoconfigured address."/>
810 <Annotation Term="OData.LongDescription" String="DHCP shall fall back to an address generated by the implementation."/>
811 </Member>
812 <Member Name="None">
813 <Annotation Term="OData.Description" String="Continue attempting DHCP without a fallback address."/>
814 <Annotation Term="OData.LongDescription" String="DHCP shall continue trying to obtain an address without falling back to a fixed address."/>
815 </Member>
816 </EnumType>
817 </Schema>
818
819 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_1">
820 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
821 <Annotation Term="OData.Description" String="This version was created to allow for null to be used in several writable properties that are arrays. It was also created to update the description for the SpeedMbps property. It was also created to update descriptions that this schema defines."/>
822 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_0.EthernetInterface"/>
823 </Schema>
824
Gunnar Millsa778c022020-05-12 12:20:36 -0500825 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_2">
826 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
827 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
828 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_1.EthernetInterface"/>
829 </Schema>
830
Gunnar Mills844b4152020-06-22 12:44:09 -0500831 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_3">
832 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
833 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
834 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_2.EthernetInterface"/>
835 </Schema>
836
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500837 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_4">
838 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
839 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/>
840 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_3.EthernetInterface"/>
841 </Schema>
842
Gunnar Mills262d7d42021-01-20 16:28:41 -0600843 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_5">
844 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
846 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_4.EthernetInterface"/>
847 </Schema>
848
Gunnar Mills10f270b2021-05-19 15:34:06 -0500849 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_6">
850 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
851 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
852 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_5.EthernetInterface"/>
853 </Schema>
854
Gunnar Millsa778c022020-05-12 12:20:36 -0500855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_0">
856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
857 <Annotation Term="Redfish.Release" String="2020.1"/>
858
859 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_2.EthernetInterface">
860 <Property Name="EthernetInterfaceType" Type="EthernetInterface.v1_6_0.EthernetDeviceType">
861 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
862 <Annotation Term="OData.Description" String="The type of interface."/>
863 <Annotation Term="OData.LongDescription" String="This property shall contain the type of interface."/>
864 </Property>
865 </EntityType>
866
867 <ComplexType Name="Links" BaseType="EthernetInterface.v1_3_0.Links">
868 <NavigationProperty Name="NetworkDeviceFunction" Type="NetworkDeviceFunction.NetworkDeviceFunction">
869 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
870 <Annotation Term="OData.Description" String="The link to the parent network device function and is only used when representing one of the VLANs on that network device function, such as is done in Unix."/>
871 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type NetworkDeviceFunction and only be populated with the EthernetInterfaceType property is `Virtual`."/>
872 <Annotation Term="OData.AutoExpandReferences"/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500873 <Annotation Term="Redfish.Revisions">
874 <Collection>
875 <Record>
876 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
877 <PropertyValue Property="Version" String="v1_7_0"/>
878 <PropertyValue Property="Description" String="This property has been deprecated in favor of NetworkDeviceFunctions as each EthernetInterface could represent more than one NetworkDeviceFunction."/>
879 </Record>
880 </Collection>
881 </Annotation>
Gunnar Millsa778c022020-05-12 12:20:36 -0500882 </NavigationProperty>
883 </ComplexType>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500884
Gunnar Millsa778c022020-05-12 12:20:36 -0500885 <EnumType Name="EthernetDeviceType">
886 <Member Name="Physical">
887 <Annotation Term="OData.Description" String="A physical Ethernet interface."/>
888 <Annotation Term="OData.LongDescription" String="This value shall indicate a physical traditional network interface."/>
889 </Member>
890 <Member Name="Virtual">
891 <Annotation Term="OData.Description" String="A virtual Ethernet interface."/>
892 <Annotation Term="OData.LongDescription" String="This value shall indicate a network device function has multiple VLANs and is representing one of them as a virtual Ethernet interface. The NetworkDeviceFunction property within Links shall contain the locator for the parent network device function."/>
893 </Member>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500894 </EnumType>
Gunnar Millsa778c022020-05-12 12:20:36 -0500895 </Schema>
896
Gunnar Mills844b4152020-06-22 12:44:09 -0500897 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_1">
898 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
899 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
900 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_0.EthernetInterface"/>
901 </Schema>
902
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500903 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_2">
904 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
905 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/>
906 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_1.EthernetInterface"/>
907 </Schema>
908
Gunnar Mills262d7d42021-01-20 16:28:41 -0600909 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_3">
910 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
911 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
912 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_2.EthernetInterface"/>
913 </Schema>
914
Gunnar Mills10f270b2021-05-19 15:34:06 -0500915 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_4">
916 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
917 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
918 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_3.EthernetInterface"/>
919 </Schema>
920
Gunnar Mills9d424662021-09-22 21:56:16 -0500921 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_0">
922 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923 <Annotation Term="Redfish.Release" String="2021.2"/>
924 <Annotation Term="OData.Description" String="This version was created to deprecate several properties and add NetworkDeviceFunctions link collection."/>
Sui Chen141d9432022-02-03 22:01:27 -0800925
Gunnar Mills9d424662021-09-22 21:56:16 -0500926 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_4.EthernetInterface"/>
927
928 <ComplexType Name="Links" BaseType="EthernetInterface.v1_6_0.Links">
929 <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
930 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
931 <Annotation Term="OData.Description" String="The link to the network device functions that comprise this Ethernet interface."/>
932 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type NetworkDeviceFunction."/>
933 <Annotation Term="OData.AutoExpandReferences"/>
934 </NavigationProperty>
935 </ComplexType>
936 </Schema>
937
Sui Chen141d9432022-02-03 22:01:27 -0800938 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_0">
939 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
940 <Annotation Term="Redfish.Release" String="2021.2"/>
941 <Annotation Term="OData.Description" String="This version was created to deprecate the `Stateless` and `Stateful` values for DHCPv6 OperatingMode and add `Enabled` to DHCPv6 OperatingMode."/>
942
943 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_0.EthernetInterface"/>
944 </Schema>
945
Jason M. Billsea4aa752018-06-05 13:29:11 -0700946 </edmx:DataServices>
947</edmx:Edmx>