1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  EthernetInterface v1.6.1                                            -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2020 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://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>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
50    <edmx:Include Namespace="NetworkDeviceFunction"/>
51  </edmx:Reference>
52
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">
59        <Annotation Term="OData.Description" String="The EthernetInterface schema represents a single, logical Ethernet interface or network interface controller (NIC)."/>
60        <Annotation Term="OData.LongDescription" String="This resource contains NIC resources as part of the Redfish Specification."/>
61        <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"/>
69            <Annotation Term="OData.Description" String="Any writable properties, such as addressing and link information, can be updated for Ethernet interfaces."/>
70          </Record>
71        </Annotation>
72        <Annotation Term="Capabilities.DeleteRestrictions">
73          <Record>
74            <PropertyValue Property="Deletable" Bool="false"/>
75          </Record>
76        </Annotation>
77        <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>
83            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}</String>
84            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}</String>
85          </Collection>
86        </Annotation>
87      </EntityType>
88    </Schema>
89
90    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_0">
91      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
92      <Annotation Term="Redfish.Release" String="1.0"/>
93
94      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.EthernetInterface">
95        <Property Name="UefiDevicePath" Type="Edm.String">
96          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
97          <Annotation Term="OData.Description" String="The UEFI device path for this interface."/>
98          <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI device path to the device that implements this interface, or port."/>
99        </Property>
100        <Property Name="Status" Type="Resource.Status" Nullable="false">
101          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
102          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
103        </Property>
104        <Property Name="InterfaceEnabled" Type="Edm.Boolean">
105          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
106          <Annotation Term="OData.Description" String="An indication of whether this interface is enabled."/>
107          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this interface is enabled."/>
108        </Property>
109        <Property Name="PermanentMACAddress" Type="EthernetInterface.v1_0_0.MACAddress">
110          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
111          <Annotation Term="OData.Description" String="The permanent MAC address assigned to this interface, or port."/>
112          <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."/>
113        </Property>
114        <Property Name="MACAddress" Type="EthernetInterface.v1_0_0.MACAddress">
115          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
116          <Annotation Term="OData.Description" String="The currently configured MAC address of the interface, or logical port."/>
117          <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."/>
118        </Property>
119        <Property Name="SpeedMbps" Type="Edm.Int64">
120          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
121          <Annotation Term="OData.Description" String="The current speed, in Mbit/s, of this interface."/>
122          <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`."/>
123          <Annotation Term="Measures.Unit" String="Mbit/s"/>
124        </Property>
125        <Property Name="AutoNeg" Type="Edm.Boolean">
126          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
127          <Annotation Term="OData.Description" String="An indication of whether the speed and duplex are automatically negotiated and configured on this interface."/>
128          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the speed and duplex are automatically negotiated and configured on this interface."/>
129        </Property>
130        <Property Name="FullDuplex" Type="Edm.Boolean">
131          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
132          <Annotation Term="OData.Description" String="An indication of whether full-duplex mode is enabled on the Ethernet connection for this interface."/>
133          <Annotation Term="OData.LongDescription" String="This property shall indicate whether full-duplex mode is enabled on the Ethernet connection for this interface."/>
134        </Property>
135        <Property Name="MTUSize" Type="Edm.Int64">
136          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
137          <Annotation Term="OData.Description" String="The currently configured maximum transmission unit (MTU), in bytes, on this interface."/>
138          <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."/>
139        </Property>
140        <Property Name="HostName" Type="Edm.String">
141          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
142          <Annotation Term="OData.Description" String="The DNS host name, without any domain information."/>
143          <Annotation Term="OData.LongDescription" String="This property shall contain DNS host name for this interface."/>
144        </Property>
145        <Property Name="FQDN" Type="Edm.String">
146          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
147          <Annotation Term="OData.Description" String="The complete, fully qualified domain name that DNS obtains for this interface."/>
148          <Annotation Term="OData.LongDescription" String="This property shall contain the fully qualified domain name that DNS obtains for this interface."/>
149        </Property>
150        <Property Name="MaxIPv6StaticAddresses" Type="Edm.Int64">
151          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
152          <Annotation Term="OData.Description" String="The maximum number of static IPv6 addresses that can be configured on this interface."/>
153          <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."/>
154        </Property>
155        <Property Name="VLAN" Type="VLanNetworkInterface.VLAN" Nullable="false">
156          <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."/>
157          <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."/>
158        </Property>
159        <Property Name="IPv4Addresses" Type="Collection(IPAddresses.IPv4Address)" Nullable="false">
160          <Annotation Term="OData.Description" String="The IPv4 addresses currently assigned to this interface."/>
161          <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the IPv4 connection characteristics for this interface.  It is recommended that this property be regarded as read-only with configuration of static addresses performed by updating the values within IPv4StaticAddresses.  Services might reject updates to this array for this reason."/>
162        </Property>
163        <Property Name="IPv6AddressPolicyTable" Type="Collection(EthernetInterface.v1_0_0.IPv6AddressPolicyEntry)">
164          <Annotation Term="OData.Description" String="An array that represents the RFC6724-defined address selection policy table."/>
165          <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the RFC6724-defined address selection policy table."/>
166        </Property>
167        <Property Name="IPv6Addresses" Type="Collection(IPAddresses.IPv6Address)" Nullable="false">
168          <Annotation Term="OData.Description" String="An array of the currently assigned IPv6 addresses on this interface."/>
169          <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the IPv6 connection characteristics for this interface."/>
170        </Property>
171        <Property Name="IPv6StaticAddresses" Type="Collection(IPAddresses.IPv6StaticAddress)">
172          <Annotation Term="OData.Description" String="An array of the IPv6 static addresses to assign on this interface."/>
173          <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the IPv6 static connection characteristics for this interface."/>
174        </Property>
175        <Property Name="IPv6DefaultGateway" Type="Edm.String">
176          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
177          <Annotation Term="OData.Description" String="The IPv6 default gateway address in use on this interface."/>
178          <Annotation Term="OData.LongDescription" String="This property shall contain the current IPv6 default gateway address in use on this interface."/>
179          <Annotation Term="Redfish.IPv6Format"/>
180        </Property>
181        <Property Name="NameServers" Type="Collection(Edm.String)" Nullable="false">
182          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
183          <Annotation Term="OData.Description" String="The DNS servers in use on this interface."/>
184          <Annotation Term="OData.LongDescription" String="This property shall contain the DNS servers in use on this interface."/>
185        </Property>
186        <NavigationProperty Name="VLANs" Type="VLanNetworkInterfaceCollection.VLanNetworkInterfaceCollection" ContainsTarget="true" Nullable="false">
187          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
188          <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."/>
189          <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."/>
190          <Annotation Term="OData.AutoExpandReferences"/>
191        </NavigationProperty>
192      </EntityType>
193
194      <TypeDefinition Name="MACAddress" UnderlyingType="Edm.String">
195        <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"/>
196      </TypeDefinition>
197
198      <ComplexType Name="IPv6AddressPolicyEntry">
199        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
200        <Annotation Term="OData.Description" String="The entry in the RFC6724-defined address selection policy table."/>
201        <Annotation Term="OData.LongDescription" String="This type shall describe an entry in the RFC6724-defined address selection policy table."/>
202        <Property Name="Prefix" Type="Edm.String">
203          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
204          <Annotation Term="OData.Description" String="The IPv6 address prefix, as defined in RFC6724, section 2.1."/>
205          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 address prefix for this table entry, as defined in RFC6724, section 2.1."/>
206          <Annotation Term="Redfish.IPv6Format"/>
207        </Property>
208        <Property Name="Precedence" Type="Edm.Int64">
209          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
210          <Annotation Term="OData.Description" String="The IPv6 precedence, as defined in RFC6724, section 2.1."/>
211          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 precedence value for this table entry, as defined in RFC6724, section 2.1."/>
212          <Annotation Term="Validation.Minimum" Int="1"/>
213          <Annotation Term="Validation.Maximum" Int="100"/>
214        </Property>
215        <Property Name="Label" Type="Edm.Int64">
216          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
217          <Annotation Term="OData.Description" String="The IPv6 label, as defined in RFC6724, section 2.1."/>
218          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 label value for this table entry, as defined in RFC6724, section 2.1."/>
219          <Annotation Term="Validation.Minimum" Int="0"/>
220          <Annotation Term="Validation.Maximum" Int="100"/>
221        </Property>
222      </ComplexType>
223    </Schema>
224
225    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_2">
226      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
227      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
228      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_0.EthernetInterface"/>
229    </Schema>
230
231    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_3">
232      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
233      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
234      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_2.EthernetInterface"/>
235    </Schema>
236
237    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_4">
238      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
239      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
240      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_3.EthernetInterface"/>
241    </Schema>
242
243    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_5">
244      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
245      <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/>
246      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_4.EthernetInterface"/>
247    </Schema>
248
249    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_6">
250      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
251      <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."/>
252      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_5.EthernetInterface"/>
253    </Schema>
254
255    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_7">
256      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
257      <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."/>
258      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_6.EthernetInterface"/>
259    </Schema>
260
261    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_8">
262      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
263      <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."/>
264      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_7.EthernetInterface"/>
265    </Schema>
266
267    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_9">
268      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
269      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
270      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_8.EthernetInterface"/>
271    </Schema>
272
273    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_10">
274      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
275      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
276      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_9.EthernetInterface"/>
277    </Schema>
278
279    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_0">
280      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
281      <Annotation Term="Redfish.Release" String="2016.2"/>
282
283      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_2.EthernetInterface">
284        <Property Name="LinkStatus" Type="EthernetInterface.v1_1_0.LinkStatus">
285          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
286          <Annotation Term="OData.Description" String="The link status of this interface, or port."/>
287          <Annotation Term="OData.LongDescription" String="This property shall contain the link status of this interface, or port."/>
288        </Property>
289        <Property Name="Links" Type="EthernetInterface.v1_1_0.Links" Nullable="false">
290          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
291          <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."/>
292        </Property>
293      </EntityType>
294
295      <EnumType Name="LinkStatus">
296        <Member Name="LinkUp">
297          <Annotation Term="OData.Description" String="The link is available for communication on this interface."/>
298        </Member>
299        <Member Name="NoLink">
300          <Annotation Term="OData.Description" String="No link or connection is detected on this interface."/>
301        </Member>
302        <Member Name="LinkDown">
303          <Annotation Term="OData.Description" String="No link is detected on this interface, but the interface is connected."/>
304        </Member>
305      </EnumType>
306
307      <ComplexType Name="Links" BaseType="Resource.Links">
308        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
309        <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."/>
310        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
311          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
312          <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this Ethernet interface."/>
313          <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."/>
314          <Annotation Term="OData.AutoExpandReferences"/>
315        </NavigationProperty>
316      </ComplexType>
317    </Schema>
318
319    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_1">
320      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
321      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
322      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_0.EthernetInterface"/>
323    </Schema>
324
325    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_2">
326      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
327      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet from NavigationProperties of the Collection type."/>
328      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_1.EthernetInterface"/>
329    </Schema>
330
331    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_3">
332      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
333      <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/>
334      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_2.EthernetInterface"/>
335    </Schema>
336
337    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_4">
338      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
339      <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."/>
340      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_3.EthernetInterface"/>
341    </Schema>
342
343    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_5">
344      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345      <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."/>
346      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_4.EthernetInterface"/>
347    </Schema>
348
349    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_6">
350      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
351      <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."/>
352      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_5.EthernetInterface"/>
353    </Schema>
354
355    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_7">
356      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
357      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
358      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_6.EthernetInterface"/>
359    </Schema>
360
361    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_8">
362      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
363      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
364      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_7.EthernetInterface"/>
365    </Schema>
366
367    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_0">
368      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
369      <Annotation Term="Redfish.Release" String="2016.3"/>
370
371      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_1.EthernetInterface"/>
372
373      <ComplexType Name="Links" BaseType="EthernetInterface.v1_1_0.Links">
374        <NavigationProperty Name="HostInterface" Type="HostInterface.HostInterface" Nullable="false">
375          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
376          <Annotation Term="OData.Description" String="The link to a Host Interface that is associated with this Ethernet interface."/>
377          <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."/>
378          <Annotation Term="OData.AutoExpandReferences"/>
379        </NavigationProperty>
380      </ComplexType>
381    </Schema>
382
383    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_1">
384      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
385      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
386      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_0.EthernetInterface"/>
387    </Schema>
388
389    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_2">
390      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391      <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/>
392      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_1.EthernetInterface"/>
393    </Schema>
394
395    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_3">
396      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397      <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."/>
398      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_2.EthernetInterface"/>
399    </Schema>
400
401    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_4">
402      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
403      <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."/>
404      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_3.EthernetInterface"/>
405    </Schema>
406
407    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_5">
408      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
409      <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."/>
410      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_4.EthernetInterface"/>
411    </Schema>
412
413    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_6">
414      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
415      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
416      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_5.EthernetInterface"/>
417    </Schema>
418
419    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_7">
420      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
421      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
422      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_6.EthernetInterface"/>
423    </Schema>
424
425    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_0">
426      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
427      <Annotation Term="Redfish.Release" String="2017.1"/>
428
429      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_1.EthernetInterface">
430        <Property Name="Actions" Type="EthernetInterface.v1_3_0.Actions" Nullable="false">
431          <Annotation Term="OData.Description" String="The available actions for this resource."/>
432          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
433        </Property>
434      </EntityType>
435
436      <ComplexType Name="Links" BaseType="EthernetInterface.v1_2_0.Links">
437        <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
438          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
439          <Annotation Term="OData.Description" String="The link to the chassis that contains this Ethernet interface."/>
440          <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."/>
441          <Annotation Term="OData.AutoExpandReferences"/>
442        </NavigationProperty>
443      </ComplexType>
444
445      <ComplexType Name="Actions">
446        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
447        <Annotation Term="OData.Description" String="The available actions for this resource."/>
448        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
449        <Property Name="Oem" Type="EthernetInterface.v1_3_0.OemActions" Nullable="false">
450          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
451          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
452        </Property>
453      </ComplexType>
454
455      <ComplexType Name="OemActions">
456        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
457        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
458        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
459      </ComplexType>
460    </Schema>
461
462    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_1">
463      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
464      <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/>
465      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_0.EthernetInterface"/>
466    </Schema>
467
468    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_2">
469      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
470      <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."/>
471      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_1.EthernetInterface"/>
472    </Schema>
473
474    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_3">
475      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
476      <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."/>
477      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_2.EthernetInterface"/>
478    </Schema>
479
480    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_4">
481      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
482      <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."/>
483      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_3.EthernetInterface"/>
484    </Schema>
485
486    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_5">
487      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
489      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_4.EthernetInterface"/>
490    </Schema>
491
492    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_6">
493      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
494      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
495      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_5.EthernetInterface"/>
496    </Schema>
497
498    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_0">
499      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
500      <Annotation Term="Redfish.Release" String="2017.3"/>
501
502      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_1.EthernetInterface">
503        <Property Name="DHCPv4" Type="EthernetInterface.v1_4_0.DHCPv4Configuration" Nullable="false">
504          <Annotation Term="OData.Description" String="DHCPv4 configuration for this interface."/>
505          <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of DHCP v4."/>
506        </Property>
507        <Property Name="DHCPv6" Type="EthernetInterface.v1_4_0.DHCPv6Configuration" Nullable="false">
508          <Annotation Term="OData.Description" String="DHCPv6 configuration for this interface."/>
509          <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of DHCP v6."/>
510        </Property>
511        <Property Name="StatelessAddressAutoConfig" Type="EthernetInterface.v1_4_0.StatelessAddressAutoConfiguration" Nullable="false">
512          <Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameters for this interface."/>
513          <Annotation Term="OData.LongDescription" String="This object shall contain the IPv4 and IPv6 stateless address automatic configuration (SLAAC) properties for this interface."/>
514        </Property>
515        <Property Name="IPv6StaticDefaultGateways" Type="Collection(IPAddresses.IPv6GatewayStaticAddress)">
516          <Annotation Term="OData.Description" String="The IPv6 static default gateways for this interface."/>
517          <Annotation Term="OData.LongDescription" String="The values in this array shall represent the IPv6 static default gateway addresses for this interface."/>
518        </Property>
519        <Property Name="StaticNameServers" Type="Collection(Edm.String)">
520          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
521          <Annotation Term="OData.Description" String="The statically-defined set of DNS server IPv4 and IPv6 addresses."/>
522          <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."/>
523        </Property>
524        <Property Name="IPv4StaticAddresses" Type="Collection(IPAddresses.IPv4Address)">
525          <Annotation Term="OData.Description" String="The IPv4 static addresses assigned to this interface."/>
526          <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 ."/>
527        </Property>
528      </EntityType>
529
530      <ComplexType Name="DHCPv4Configuration">
531        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
532        <Annotation Term="OData.Description" String="DHCPv4 configuration for this interface."/>
533        <Annotation Term="OData.LongDescription" String="This type shall describe the configuration of DHCP v4."/>
534        <Property Name="DHCPEnabled" Type="Edm.Boolean">
535          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
536          <Annotation Term="OData.Description" String="An indication of whether DHCP v4 is enabled on this Ethernet interface."/>
537          <Annotation Term="OData.LongDescription" String="This property shall indicate whether DHCP v4 is enabled for this Ethernet interface."/>
538        </Property>
539        <Property Name="UseDNSServers" Type="Edm.Boolean">
540          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
541          <Annotation Term="OData.Description" String="An indication of whether this interface uses DHCP v4-supplied DNS servers."/>
542          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v4-supplied DNS servers."/>
543        </Property>
544        <Property Name="UseDomainName" Type="Edm.Boolean">
545          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
546          <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v4-supplied domain name."/>
547          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied domain name."/>
548        </Property>
549        <Property Name="UseGateway" Type="Edm.Boolean">
550          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
551          <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v4-supplied gateway."/>
552          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied gateway."/>
553        </Property>
554        <Property Name="UseNTPServers" Type="Edm.Boolean">
555          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
556          <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v4-supplied NTP servers."/>
557          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v4-supplied NTP servers."/>
558        </Property>
559        <Property Name="UseStaticRoutes" Type="Edm.Boolean">
560          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
561          <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v4-supplied static routes."/>
562          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied static routes."/>
563        </Property>
564      </ComplexType>
565
566      <ComplexType Name="DHCPv6Configuration">
567        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
568        <Annotation Term="OData.Description" String="DHCPv6 configuration for this interface."/>
569        <Annotation Term="OData.LongDescription" String="This type shall describe the configuration of DHCP v6."/>
570        <Property Name="OperatingMode" Type="EthernetInterface.v1_4_0.DHCPv6OperatingMode">
571          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
572          <Annotation Term="OData.Description" String="Determines the DHCPv6 operating mode for this interface."/>
573          <Annotation Term="OData.LongDescription" String="This property shall control the operating mode of DHCPv6 on this interface.  DHCPv6 stateful mode configures addresses, and when it is enabled, stateless mode is also implicitly enabled."/>
574        </Property>
575        <Property Name="UseDNSServers" Type="Edm.Boolean">
576          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
577          <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v6-supplied DNS servers."/>
578          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6-supplied DNS servers."/>
579        </Property>
580        <Property Name="UseDomainName" Type="Edm.Boolean">
581          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
582          <Annotation Term="OData.Description" String="An indication of whether the interface uses a domain name supplied through DHCP v6 stateless mode."/>
583          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a domain name supplied through DHCP v6 stateless mode."/>
584        </Property>
585        <Property Name="UseNTPServers" Type="Edm.Boolean">
586          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
587          <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v6-supplied NTP servers."/>
588          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6-supplied NTP servers."/>
589        </Property>
590        <Property Name="UseRapidCommit" Type="Edm.Boolean">
591          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
592          <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."/>
593          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6 rapid commit mode for stateful mode address assignments."/>
594        </Property>
595      </ComplexType>
596
597      <EnumType Name="DHCPv6OperatingMode">
598        <Member Name="Stateful">
599          <Annotation Term="OData.Description" String="DHCPv6 stateful mode."/>
600          <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."/>
601        </Member>
602        <Member Name="Stateless">
603          <Annotation Term="OData.Description" String="DHCPv6 stateless mode."/>
604          <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."/>
605        </Member>
606        <Member Name="Disabled">
607          <Annotation Term="OData.Description" String="DHCPv6 is disabled."/>
608          <Annotation Term="OData.LongDescription" String="DHCPv6 shall be disabled for this interface."/>
609        </Member>
610      </EnumType>
611
612      <ComplexType Name="StatelessAddressAutoConfiguration">
613        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
614        <Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameters for this interface."/>
615        <Annotation Term="OData.LongDescription" String="This type shall describe the IPv4 and IPv6 stateless address autoconfiguration (SLAAC) for this interface."/>
616        <Property Name="IPv4AutoConfigEnabled" Type="Edm.Boolean">
617          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
618          <Annotation Term="OData.Description" String="An indication of whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface."/>
619          <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface."/>
620        </Property>
621        <Property Name="IPv6AutoConfigEnabled" Type="Edm.Boolean">
622          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
623          <Annotation Term="OData.Description" String="An indication of whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface."/>
624          <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface."/>
625        </Property>
626      </ComplexType>
627    </Schema>
628
629    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_1">
630      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
631      <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."/>
632      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_0.EthernetInterface"/>
633    </Schema>
634
635    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_2">
636      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
637      <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."/>
638      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_1.EthernetInterface"/>
639    </Schema>
640
641    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_3">
642      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
643      <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."/>
644      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_2.EthernetInterface"/>
645    </Schema>
646
647    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_4">
648      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
649      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
650      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_3.EthernetInterface"/>
651    </Schema>
652
653    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_5">
654      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
655      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
656      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_4.EthernetInterface"/>
657    </Schema>
658
659    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_0">
660      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
661      <Annotation Term="Redfish.Release" String="2019.1"/>
662
663      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_2.EthernetInterface"/>
664
665      <ComplexType Name="DHCPv4Configuration" BaseType="EthernetInterface.v1_4_0.DHCPv4Configuration">
666        <Property Name="FallbackAddress" Type="EthernetInterface.v1_5_0.DHCPFallback">
667          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
668          <Annotation Term="OData.Description" String="DHCPv4 fallback address method for this interface."/>
669          <Annotation Term="OData.LongDescription" String="This property shall contain the fallback address method of DHCPv4."/>
670        </Property>
671      </ComplexType>
672
673      <EnumType Name="DHCPFallback">
674        <Member Name="Static">
675          <Annotation Term="OData.Description" String="Fall back to a static address specified by IPv4StaticAddresses."/>
676          <Annotation Term="OData.LongDescription" String="DHCP shall fall back to a static address specified by IPv4StaticAddresses."/>
677        </Member>
678        <Member Name="AutoConfig">
679          <Annotation Term="OData.Description" String="Fall back to an autoconfigured address."/>
680          <Annotation Term="OData.LongDescription" String="DHCP shall fall back to an address generated by the implementation."/>
681        </Member>
682        <Member Name="None">
683          <Annotation Term="OData.Description" String="Continue attempting DHCP without a fallback address."/>
684          <Annotation Term="OData.LongDescription" String="DHCP shall continue trying to obtain an address without falling back to a fixed address."/>
685        </Member>
686      </EnumType>
687    </Schema>
688
689    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_1">
690      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
691      <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."/>
692      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_0.EthernetInterface"/>
693    </Schema>
694
695    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_2">
696      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
697      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
698      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_1.EthernetInterface"/>
699    </Schema>
700
701    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_3">
702      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
703      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
704      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_2.EthernetInterface"/>
705    </Schema>
706
707    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_0">
708      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
709      <Annotation Term="Redfish.Release" String="2020.1"/>
710
711      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_2.EthernetInterface">
712        <Property Name="EthernetInterfaceType" Type="EthernetInterface.v1_6_0.EthernetDeviceType">
713          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
714          <Annotation Term="OData.Description" String="The type of interface."/>
715          <Annotation Term="OData.LongDescription" String="This property shall contain the type of interface."/>
716        </Property>
717      </EntityType>
718
719      <ComplexType Name="Links" BaseType="EthernetInterface.v1_3_0.Links">
720        <NavigationProperty Name="NetworkDeviceFunction" Type="NetworkDeviceFunction.NetworkDeviceFunction">
721          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
722          <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."/>
723          <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`."/>
724          <Annotation Term="OData.AutoExpandReferences"/>
725        </NavigationProperty>
726      </ComplexType>
727
728      <EnumType Name="EthernetDeviceType">
729        <Member Name="Physical">
730          <Annotation Term="OData.Description" String="A physical Ethernet interface."/>
731          <Annotation Term="OData.LongDescription" String="This value shall indicate a physical traditional network interface."/>
732        </Member>
733        <Member Name="Virtual">
734          <Annotation Term="OData.Description" String="A virtual Ethernet interface."/>
735          <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."/>
736        </Member>
737      </EnumType>
738    </Schema>
739
740    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_1">
741      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
742      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
743      <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_0.EthernetInterface"/>
744    </Schema>
745
746  </edmx:DataServices>
747</edmx:Edmx>
748