1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: EthernetInterface v1.12.4 --> 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-2025 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 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Port_v1.xml"> 53 <edmx:Include Namespace="Port"/> 54 </edmx:Reference> 55 56 <edmx:DataServices> 57 58 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface"> 59 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 60 <Annotation Term="Redfish.Language" String="en"/> 61 62 <EntityType Name="EthernetInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 63 <Annotation Term="OData.Description" String="The `EthernetInterface` schema represents a single, logical Ethernet interface or network interface controller (NIC)."/> 64 <Annotation Term="OData.LongDescription" String="This resource contains NIC resources as part of the Redfish Specification."/> 65 <Annotation Term="Capabilities.InsertRestrictions"> 66 <Record> 67 <PropertyValue Property="Insertable" Bool="false"/> 68 </Record> 69 </Annotation> 70 <Annotation Term="Capabilities.UpdateRestrictions"> 71 <Record> 72 <PropertyValue Property="Updatable" Bool="true"/> 73 <Annotation Term="OData.Description" String="Any writable properties, such as addressing and link information, can be updated for Ethernet interfaces."/> 74 </Record> 75 </Annotation> 76 <Annotation Term="Capabilities.DeleteRestrictions"> 77 <Record> 78 <PropertyValue Property="Deletable" Bool="true"/> 79 </Record> 80 </Annotation> 81 <Annotation Term="Redfish.Uris"> 82 <Collection> 83 <String>/redfish/v1/Managers/{ManagerId}/EthernetInterfaces/{EthernetInterfaceId}</String> 84 <String>/redfish/v1/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}</String> 85 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}</String> 86 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}</String> 87 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}</String> 88 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}</String> 89 <String>/redfish/v1/Systems/{ComputerSystemId}/OperatingSystem/Containers/EthernetInterfaces/{EthernetInterfaceId}</String> 90 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/OperatingSystem/Containers/EthernetInterfaces/{EthernetInterfaceId}</String> 91 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/OperatingSystem/Containers/EthernetInterfaces/{EthernetInterfaceId}</String> 92 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/NetworkDeviceFunctions/{NetworkDeviceFunctionId}/EthernetInterfaces/{EthernetInterfaceId}</String> 93 </Collection> 94 </Annotation> 95 </EntityType> 96 </Schema> 97 98 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_0"> 99 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 100 <Annotation Term="Redfish.Release" String="1.0"/> 101 102 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.EthernetInterface"> 103 <Property Name="UefiDevicePath" Type="Edm.String"> 104 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 105 <Annotation Term="OData.Description" String="The UEFI device path for this interface."/> 106 <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI device path to the device that implements this interface, or port."/> 107 </Property> 108 <Property Name="Status" Type="Resource.Status" Nullable="false"> 109 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 110 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 111 </Property> 112 <Property Name="InterfaceEnabled" Type="Edm.Boolean"> 113 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 114 <Annotation Term="OData.Description" String="An indication of whether this interface is enabled."/> 115 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this interface is enabled. If this interface is also a host interface, modifying this property may modify the `InterfaceEnabled` property in the `HostInterface` resource for this interface."/> 116 </Property> 117 <Property Name="PermanentMACAddress" Type="EthernetInterface.v1_0_0.MACAddress"> 118 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 119 <Annotation Term="OData.Description" String="The permanent MAC address assigned to this interface, or port."/> 120 <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."/> 121 </Property> 122 <Property Name="MACAddress" Type="EthernetInterface.v1_0_0.MACAddress"> 123 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 124 <Annotation Term="OData.Description" String="The currently configured MAC address of the interface, or logical port."/> 125 <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."/> 126 </Property> 127 <Property Name="SpeedMbps" Type="Edm.Int64"> 128 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 129 <Annotation Term="OData.Description" String="The current speed, in Mbit/s, of this interface."/> 130 <Annotation Term="OData.LongDescription" String="This property shall contain the link speed of the interface, in megabits per second (Mbit/s) units. This property shall be writable only when the `AutoNeg` property is `false`."/> 131 <Annotation Term="Measures.Unit" String="Mbit/s"/> 132 </Property> 133 <Property Name="AutoNeg" Type="Edm.Boolean"> 134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 135 <Annotation Term="OData.Description" String="An indication of whether the speed and duplex are automatically negotiated and configured on this interface."/> 136 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the speed and duplex are automatically negotiated and configured on this interface."/> 137 </Property> 138 <Property Name="FullDuplex" Type="Edm.Boolean"> 139 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 140 <Annotation Term="OData.Description" String="An indication of whether full-duplex mode is enabled on the Ethernet connection for this interface."/> 141 <Annotation Term="OData.LongDescription" String="This property shall indicate whether full-duplex mode is enabled on the Ethernet connection for this interface."/> 142 </Property> 143 <Property Name="MTUSize" Type="Edm.Int64"> 144 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 145 <Annotation Term="OData.Description" String="The currently configured maximum transmission unit (MTU), in bytes, on this interface."/> 146 <Annotation Term="OData.LongDescription" String="This property shall contain the size, in bytes, of the largest protocol data unit (PDU) that can be passed in an Ethernet (MAC) frame on this interface, as currently configured by the operating system or driver."/> 147 </Property> 148 <Property Name="HostName" Type="Edm.String"> 149 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 150 <Annotation Term="OData.Description" String="The DNS host name, without any domain information."/> 151 <Annotation Term="OData.LongDescription" String="This property shall contain the DNS host name for this interface. Modifying this property may modify the `HostName` in one or more `EthernetInterface` resources that belong to the same system, manager, or other device. If this interface is subordinate to a `ComputerSystem` resource, modifying this property may modify the `HostName` of the `ComputerSystem` resource that contains this interface. If this interface is subordinate to a `Manager` resource, modifying this property may modify the `HostName` of the `ManagerNetworkProtocol` resource of the `Manager` resource that contains this interface. Services should ignore this property in modification requests if `FQDN` is also provided in the same request."/> 152 </Property> 153 <Property Name="FQDN" Type="Edm.String"> 154 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 155 <Annotation Term="OData.Description" String="The complete, fully qualified domain name that DNS obtains for this interface."/> 156 <Annotation Term="OData.LongDescription" String="This property shall contain the fully qualified domain name that DNS obtains for this interface."/> 157 </Property> 158 <Property Name="MaxIPv6StaticAddresses" Type="Edm.Int64"> 159 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 160 <Annotation Term="OData.Description" String="The maximum number of static IPv6 addresses that can be configured on this interface."/> 161 <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."/> 162 </Property> 163 <Property Name="VLAN" Type="VLanNetworkInterface.VLAN" Nullable="false"> 164 <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."/> 165 <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."/> 166 </Property> 167 <Property Name="IPv4Addresses" Type="Collection(IPAddresses.IPv4Address)" Nullable="false"> 168 <Annotation Term="OData.Description" String="The IPv4 addresses currently in use by this interface."/> 169 <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. This property should contain an empty array if there are no active IPv4 addresses."/> 170 </Property> 171 <Property Name="IPv6AddressPolicyTable" Type="Collection(EthernetInterface.v1_0_0.IPv6AddressPolicyEntry)"> 172 <Annotation Term="OData.Description" String="An array that represents the RFC6724-defined address selection policy table."/> 173 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the RFC6724-defined address selection policy table."/> 174 </Property> 175 <Property Name="IPv6Addresses" Type="Collection(IPAddresses.IPv6Address)" Nullable="false"> 176 <Annotation Term="OData.Description" String="The IPv6 addresses currently in use by this interface."/> 177 <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`. This property should contain an empty array if there are no active IPv6 addresses."/> 178 </Property> 179 <Property Name="IPv6StaticAddresses" Type="Collection(IPAddresses.IPv6StaticAddress)"> 180 <Annotation Term="OData.Description" String="The IPv6 static addresses assigned to this interface. See `IPv6Addresses` for the addresses in use by this interface."/> 181 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the IPv6 static connection characteristics for this interface. Services should represent static addresses that are not configured as `null` values, as described by the 'PATCH on array properties' clause of the Redfish Specification. Services should not represent static addresses that are not configured as invalid IP addresses, such as `::`."/> 182 </Property> 183 <Property Name="IPv6DefaultGateway" Type="Edm.String"> 184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 185 <Annotation Term="OData.Description" String="The IPv6 default gateway address in use on this interface."/> 186 <Annotation Term="OData.LongDescription" String="This property shall contain the current IPv6 default gateway address in use on this interface."/> 187 <Annotation Term="Redfish.IPv6Format"/> 188 </Property> 189 <Property Name="NameServers" Type="Collection(Edm.String)" Nullable="false"> 190 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 191 <Annotation Term="OData.Description" String="The DNS servers in use on this interface."/> 192 <Annotation Term="OData.LongDescription" String="This property shall contain the DNS servers in use on this interface."/> 193 </Property> 194 <NavigationProperty Name="VLANs" Type="VLanNetworkInterfaceCollection.VLanNetworkInterfaceCollection" ContainsTarget="true" Nullable="false"> 195 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 196 <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."/> 197 <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."/> 198 <Annotation Term="OData.AutoExpandReferences"/> 199 <Annotation Term="Redfish.Revisions"> 200 <Collection> 201 <Record> 202 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 203 <PropertyValue Property="Version" String="v1_7_0"/> 204 <PropertyValue Property="Description" String="This property has been deprecated in favor of newer methods indicating multiple VLANs."/> 205 </Record> 206 </Collection> 207 </Annotation> 208 </NavigationProperty> 209 </EntityType> 210 211 <TypeDefinition Name="MACAddress" UnderlyingType="Edm.String"> 212 <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"/> 213 </TypeDefinition> 214 215 <ComplexType Name="IPv6AddressPolicyEntry"> 216 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 217 <Annotation Term="OData.Description" String="The entry in the RFC6724-defined address selection policy table."/> 218 <Annotation Term="OData.LongDescription" String="This type shall describe an entry in the RFC6724-defined address selection policy table."/> 219 <Property Name="Prefix" Type="Edm.String"> 220 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 221 <Annotation Term="OData.Description" String="The IPv6 address prefix, as defined in RFC6724, section 2.1."/> 222 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 address prefix for this table entry, as defined in RFC6724, section 2.1."/> 223 <Annotation Term="Redfish.IPv6Format"/> 224 </Property> 225 <Property Name="Precedence" Type="Edm.Int64"> 226 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 227 <Annotation Term="OData.Description" String="The IPv6 precedence, as defined in RFC6724, section 2.1."/> 228 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 precedence value for this table entry, as defined in RFC6724, section 2.1."/> 229 <Annotation Term="Validation.Minimum" Int="1"/> 230 <Annotation Term="Validation.Maximum" Int="100"/> 231 </Property> 232 <Property Name="Label" Type="Edm.Int64"> 233 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 234 <Annotation Term="OData.Description" String="The IPv6 label, as defined in RFC6724, section 2.1."/> 235 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 label value for this table entry, as defined in RFC6724, section 2.1."/> 236 <Annotation Term="Validation.Minimum" Int="0"/> 237 <Annotation Term="Validation.Maximum" Int="100"/> 238 </Property> 239 </ComplexType> 240 </Schema> 241 242 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_2"> 243 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 244 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 245 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_0.EthernetInterface"/> 246 </Schema> 247 248 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_3"> 249 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 250 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/> 251 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_2.EthernetInterface"/> 252 </Schema> 253 254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_4"> 255 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 256 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 257 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_3.EthernetInterface"/> 258 </Schema> 259 260 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_5"> 261 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 262 <Annotation Term="OData.Description" String="This version was created to change IP address properties and the `VLAN` property to their abstract base types."/> 263 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_4.EthernetInterface"/> 264 </Schema> 265 266 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_6"> 267 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 268 <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."/> 269 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_5.EthernetInterface"/> 270 </Schema> 271 272 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_7"> 273 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 274 <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`."/> 275 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_6.EthernetInterface"/> 276 </Schema> 277 278 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_8"> 279 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 280 <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."/> 281 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_7.EthernetInterface"/> 282 </Schema> 283 284 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_9"> 285 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 286 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 287 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_8.EthernetInterface"/> 288 </Schema> 289 290 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_10"> 291 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 292 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 293 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_9.EthernetInterface"/> 294 </Schema> 295 296 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_11"> 297 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 298 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 299 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_10.EthernetInterface"/> 300 </Schema> 301 302 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_12"> 303 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 304 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 305 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_11.EthernetInterface"/> 306 </Schema> 307 308 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_13"> 309 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 310 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 311 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_12.EthernetInterface"/> 312 </Schema> 313 314 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_14"> 315 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 316 <Annotation Term="OData.Description" String="This version was created to update the description for `HostName` to show there might be a tie to the `HostName` of the containing `ComputerSystem` resource or other `EthernetInterface` resources."/> 317 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_13.EthernetInterface"/> 318 </Schema> 319 320 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_15"> 321 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 322 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 323 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_14.EthernetInterface"/> 324 </Schema> 325 326 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_16"> 327 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 328 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 329 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_15.EthernetInterface"/> 330 </Schema> 331 332 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_17"> 333 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 334 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 335 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_16.EthernetInterface"/> 336 </Schema> 337 338 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_18"> 339 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 340 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 341 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_17.EthernetInterface"/> 342 </Schema> 343 344 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_19"> 345 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 346 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 347 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_18.EthernetInterface"/> 348 </Schema> 349 350 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_0"> 351 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 352 <Annotation Term="Redfish.Release" String="2016.2"/> 353 354 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_2.EthernetInterface"> 355 <Property Name="LinkStatus" Type="EthernetInterface.v1_1_0.LinkStatus"> 356 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 357 <Annotation Term="OData.Description" String="The link status of this interface, or port."/> 358 <Annotation Term="OData.LongDescription" String="This property shall contain the link status of this interface, or port."/> 359 </Property> 360 <Property Name="Links" Type="EthernetInterface.v1_1_0.Links" Nullable="false"> 361 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 362 <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."/> 363 <Annotation Term="Redfish.RequiredOnCreate"/> 364 </Property> 365 </EntityType> 366 367 <EnumType Name="LinkStatus"> 368 <Member Name="LinkUp"> 369 <Annotation Term="OData.Description" String="The link is available for communication on this interface."/> 370 </Member> 371 <Member Name="NoLink"> 372 <Annotation Term="OData.Description" String="No link or connection is detected on this interface."/> 373 </Member> 374 <Member Name="LinkDown"> 375 <Annotation Term="OData.Description" String="No link is detected on this interface, but the interface is connected."/> 376 </Member> 377 </EnumType> 378 379 <ComplexType Name="Links" BaseType="Resource.Links"> 380 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 381 <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."/> 382 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)"> 383 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 384 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this Ethernet interface."/> 385 <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."/> 386 <Annotation Term="OData.AutoExpandReferences"/> 387 </NavigationProperty> 388 </ComplexType> 389 </Schema> 390 391 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_1"> 392 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 393 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/> 394 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_0.EthernetInterface"/> 395 </Schema> 396 397 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_2"> 398 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 399 <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/> 400 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_1.EthernetInterface"/> 401 </Schema> 402 403 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_3"> 404 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 405 <Annotation Term="OData.Description" String="This version was created to change IP address properties and the `VLAN` property to their abstract base types."/> 406 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_2.EthernetInterface"/> 407 </Schema> 408 409 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_4"> 410 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 411 <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."/> 412 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_3.EthernetInterface"/> 413 </Schema> 414 415 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_5"> 416 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 417 <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`."/> 418 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_4.EthernetInterface"/> 419 </Schema> 420 421 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_6"> 422 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 423 <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."/> 424 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_5.EthernetInterface"/> 425 </Schema> 426 427 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_7"> 428 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 429 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 430 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_6.EthernetInterface"/> 431 </Schema> 432 433 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_8"> 434 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 435 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 436 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_7.EthernetInterface"/> 437 </Schema> 438 439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_9"> 440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 441 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 442 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_8.EthernetInterface"/> 443 </Schema> 444 445 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_10"> 446 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 447 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 448 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_9.EthernetInterface"/> 449 </Schema> 450 451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_11"> 452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 453 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 454 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_10.EthernetInterface"/> 455 </Schema> 456 457 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_12"> 458 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 459 <Annotation Term="OData.Description" String="This version was created to update the description for `HostName` to show there might be a tie to the `HostName` of the containing `ComputerSystem` resource or other `EthernetInterface` resources."/> 460 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_11.EthernetInterface"/> 461 </Schema> 462 463 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_13"> 464 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 465 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 466 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_12.EthernetInterface"/> 467 </Schema> 468 469 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_14"> 470 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 471 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 472 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_13.EthernetInterface"/> 473 </Schema> 474 475 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_15"> 476 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 477 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 478 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_14.EthernetInterface"/> 479 </Schema> 480 481 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_16"> 482 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 483 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 484 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_15.EthernetInterface"/> 485 </Schema> 486 487 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_17"> 488 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 489 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 490 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_16.EthernetInterface"/> 491 </Schema> 492 493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_0"> 494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 495 <Annotation Term="Redfish.Release" String="2016.3"/> 496 497 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_1.EthernetInterface"/> 498 499 <ComplexType Name="Links" BaseType="EthernetInterface.v1_1_0.Links"> 500 <NavigationProperty Name="HostInterface" Type="HostInterface.HostInterface" Nullable="false"> 501 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 502 <Annotation Term="OData.Description" String="The link to a Host Interface that is associated with this Ethernet interface."/> 503 <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."/> 504 <Annotation Term="OData.AutoExpandReferences"/> 505 </NavigationProperty> 506 </ComplexType> 507 </Schema> 508 509 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_1"> 510 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 511 <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/> 512 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_0.EthernetInterface"/> 513 </Schema> 514 515 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_2"> 516 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 517 <Annotation Term="OData.Description" String="This version was created to change IP address properties and the `VLAN` property to their abstract base types."/> 518 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_1.EthernetInterface"/> 519 </Schema> 520 521 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_3"> 522 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 523 <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."/> 524 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_2.EthernetInterface"/> 525 </Schema> 526 527 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_4"> 528 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 529 <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`."/> 530 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_3.EthernetInterface"/> 531 </Schema> 532 533 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_5"> 534 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 535 <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."/> 536 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_4.EthernetInterface"/> 537 </Schema> 538 539 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_6"> 540 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 541 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 542 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_5.EthernetInterface"/> 543 </Schema> 544 545 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_7"> 546 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 547 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 548 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_6.EthernetInterface"/> 549 </Schema> 550 551 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_8"> 552 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 553 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 554 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_7.EthernetInterface"/> 555 </Schema> 556 557 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_9"> 558 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 559 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 560 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_8.EthernetInterface"/> 561 </Schema> 562 563 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_10"> 564 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 565 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 566 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_9.EthernetInterface"/> 567 </Schema> 568 569 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_11"> 570 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 571 <Annotation Term="OData.Description" String="This version was created to update the description for `HostName` to show there might be a tie to the `HostName` of the containing `ComputerSystem` resource or other `EthernetInterface` resources."/> 572 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_10.EthernetInterface"/> 573 </Schema> 574 575 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_12"> 576 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 577 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 578 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_11.EthernetInterface"/> 579 </Schema> 580 581 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_13"> 582 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 583 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 584 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_12.EthernetInterface"/> 585 </Schema> 586 587 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_14"> 588 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 589 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 590 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_13.EthernetInterface"/> 591 </Schema> 592 593 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_15"> 594 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 595 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 596 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_14.EthernetInterface"/> 597 </Schema> 598 599 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_16"> 600 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 601 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 602 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_15.EthernetInterface"/> 603 </Schema> 604 605 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_0"> 606 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 607 <Annotation Term="Redfish.Release" String="2017.1"/> 608 609 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_1.EthernetInterface"> 610 <Property Name="Actions" Type="EthernetInterface.v1_3_0.Actions" Nullable="false"> 611 <Annotation Term="OData.Description" String="The available actions for this resource."/> 612 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 613 </Property> 614 </EntityType> 615 616 <ComplexType Name="Links" BaseType="EthernetInterface.v1_2_0.Links"> 617 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false"> 618 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 619 <Annotation Term="OData.Description" String="The link to the chassis that contains this Ethernet interface."/> 620 <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."/> 621 <Annotation Term="OData.AutoExpandReferences"/> 622 </NavigationProperty> 623 </ComplexType> 624 625 <ComplexType Name="Actions"> 626 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 627 <Annotation Term="OData.Description" String="The available actions for this resource."/> 628 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 629 <Property Name="Oem" Type="EthernetInterface.v1_3_0.OemActions" Nullable="false"> 630 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 631 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 632 </Property> 633 </ComplexType> 634 635 <ComplexType Name="OemActions"> 636 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 637 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 638 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 639 </ComplexType> 640 </Schema> 641 642 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_1"> 643 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 644 <Annotation Term="OData.Description" String="This version was created to change IP address properties and the `VLAN` property to their abstract base types."/> 645 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_0.EthernetInterface"/> 646 </Schema> 647 648 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_2"> 649 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 650 <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."/> 651 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_1.EthernetInterface"/> 652 </Schema> 653 654 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_3"> 655 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 656 <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`."/> 657 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_2.EthernetInterface"/> 658 </Schema> 659 660 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_4"> 661 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 662 <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."/> 663 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_3.EthernetInterface"/> 664 </Schema> 665 666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_5"> 667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 668 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 669 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_4.EthernetInterface"/> 670 </Schema> 671 672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_6"> 673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 674 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 675 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_5.EthernetInterface"/> 676 </Schema> 677 678 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_7"> 679 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 680 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 681 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_6.EthernetInterface"/> 682 </Schema> 683 684 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_8"> 685 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 686 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 687 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_7.EthernetInterface"/> 688 </Schema> 689 690 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_9"> 691 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 692 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 693 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_8.EthernetInterface"/> 694 </Schema> 695 696 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_10"> 697 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 698 <Annotation Term="OData.Description" String="This version was created to update the description for `HostName` to show there might be a tie to the `HostName` of the containing `ComputerSystem` resource or other `EthernetInterface` resources."/> 699 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_9.EthernetInterface"/> 700 </Schema> 701 702 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_11"> 703 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 704 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 705 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_10.EthernetInterface"/> 706 </Schema> 707 708 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_12"> 709 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 710 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 711 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_11.EthernetInterface"/> 712 </Schema> 713 714 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_13"> 715 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 716 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 717 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_12.EthernetInterface"/> 718 </Schema> 719 720 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_14"> 721 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 722 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 723 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_13.EthernetInterface"/> 724 </Schema> 725 726 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_15"> 727 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 728 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 729 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_14.EthernetInterface"/> 730 </Schema> 731 732 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_0"> 733 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 734 <Annotation Term="Redfish.Release" String="2017.3"/> 735 736 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_1.EthernetInterface"> 737 <Property Name="DHCPv4" Type="EthernetInterface.v1_4_0.DHCPv4Configuration" Nullable="false"> 738 <Annotation Term="OData.Description" String="DHCPv4 configuration for this interface."/> 739 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of DHCP v4."/> 740 </Property> 741 <Property Name="DHCPv6" Type="EthernetInterface.v1_4_0.DHCPv6Configuration" Nullable="false"> 742 <Annotation Term="OData.Description" String="DHCPv6 configuration for this interface."/> 743 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of DHCP v6."/> 744 </Property> 745 <Property Name="StatelessAddressAutoConfig" Type="EthernetInterface.v1_4_0.StatelessAddressAutoConfiguration" Nullable="false"> 746 <Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameters for this interface."/> 747 <Annotation Term="OData.LongDescription" String="This object shall contain the IPv4 and IPv6 stateless address automatic configuration (SLAAC) properties for this interface."/> 748 </Property> 749 <Property Name="IPv6StaticDefaultGateways" Type="Collection(IPAddresses.IPv6GatewayStaticAddress)"> 750 <Annotation Term="OData.Description" String="The IPv6 static default gateways for this interface."/> 751 <Annotation Term="OData.LongDescription" String="The values in this array shall represent the IPv6 static default gateway addresses for this interface."/> 752 </Property> 753 <Property Name="StaticNameServers" Type="Collection(Edm.String)"> 754 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 755 <Annotation Term="OData.Description" String="The statically-defined set of DNS server IPv4 and IPv6 addresses."/> 756 <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."/> 757 </Property> 758 <Property Name="IPv4StaticAddresses" Type="Collection(IPAddresses.IPv4Address)"> 759 <Annotation Term="OData.Description" String="The IPv4 static addresses assigned to this interface. See `IPv4Addresses` for the addresses in use by this interface."/> 760 <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. Services should represent static addresses that are not configured as `null` values, as described by the 'PATCH on array properties' clause of the Redfish Specification. Services should not represent static addresses that are not configured as invalid IP addresses, such as `0.0.0.0`."/> 761 </Property> 762 </EntityType> 763 764 <ComplexType Name="DHCPv4Configuration"> 765 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 766 <Annotation Term="OData.Description" String="DHCPv4 configuration for this interface."/> 767 <Annotation Term="OData.LongDescription" String="This type shall describe the configuration of DHCP v4."/> 768 <Property Name="DHCPEnabled" Type="Edm.Boolean"> 769 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 770 <Annotation Term="OData.Description" String="An indication of whether DHCP v4 is enabled on this Ethernet interface."/> 771 <Annotation Term="OData.LongDescription" String="This property shall indicate whether DHCP v4 is enabled for this Ethernet interface."/> 772 </Property> 773 <Property Name="UseDNSServers" Type="Edm.Boolean"> 774 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 775 <Annotation Term="OData.Description" String="An indication of whether this interface uses DHCP v4-supplied DNS servers."/> 776 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v4-supplied DNS servers."/> 777 </Property> 778 <Property Name="UseDomainName" Type="Edm.Boolean"> 779 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 780 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v4-supplied domain name."/> 781 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied domain name."/> 782 </Property> 783 <Property Name="UseGateway" Type="Edm.Boolean"> 784 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 785 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v4-supplied gateway."/> 786 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied gateway."/> 787 </Property> 788 <Property Name="UseNTPServers" Type="Edm.Boolean"> 789 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 790 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v4-supplied NTP servers."/> 791 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v4-supplied NTP servers."/> 792 </Property> 793 <Property Name="UseStaticRoutes" Type="Edm.Boolean"> 794 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 795 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v4-supplied static routes."/> 796 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied static routes."/> 797 </Property> 798 </ComplexType> 799 800 <ComplexType Name="DHCPv6Configuration"> 801 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 802 <Annotation Term="OData.Description" String="DHCPv6 configuration for this interface."/> 803 <Annotation Term="OData.LongDescription" String="This type shall describe the configuration of DHCP v6."/> 804 <Property Name="OperatingMode" Type="EthernetInterface.v1_4_0.DHCPv6OperatingMode"> 805 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 806 <Annotation Term="OData.Description" String="Determines the DHCPv6 operating mode for this interface."/> 807 <Annotation Term="OData.LongDescription" String="This property shall control the operating mode of DHCPv6 on this interface."/> 808 </Property> 809 <Property Name="UseDNSServers" Type="Edm.Boolean"> 810 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 811 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v6-supplied DNS servers."/> 812 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6-supplied DNS servers."/> 813 </Property> 814 <Property Name="UseDomainName" Type="Edm.Boolean"> 815 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 816 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v6-supplied domain name."/> 817 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v6-supplied domain name."/> 818 </Property> 819 <Property Name="UseNTPServers" Type="Edm.Boolean"> 820 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 821 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v6-supplied NTP servers."/> 822 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6-supplied NTP servers."/> 823 </Property> 824 <Property Name="UseRapidCommit" Type="Edm.Boolean"> 825 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 826 <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."/> 827 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6 rapid commit mode for stateful mode address assignments."/> 828 </Property> 829 </ComplexType> 830 831 <EnumType Name="DHCPv6OperatingMode"> 832 <Member Name="Stateful"> 833 <Annotation Term="OData.Description" String="DHCPv6 stateful mode."/> 834 <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`."/> 835 <Annotation Term="Redfish.Revisions"> 836 <Collection> 837 <Record> 838 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 839 <PropertyValue Property="Version" String="v1_8_0"/> 840 <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."/> 841 </Record> 842 </Collection> 843 </Annotation> 844 </Member> 845 <Member Name="Stateless"> 846 <Annotation Term="OData.Description" String="DHCPv6 stateless mode."/> 847 <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`."/> 848 <Annotation Term="Redfish.Revisions"> 849 <Collection> 850 <Record> 851 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 852 <PropertyValue Property="Version" String="v1_8_0"/> 853 <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."/> 854 </Record> 855 </Collection> 856 </Annotation> 857 </Member> 858 <Member Name="Disabled"> 859 <Annotation Term="OData.Description" String="DHCPv6 is disabled."/> 860 <Annotation Term="OData.LongDescription" String="DHCPv6 shall be disabled for this interface."/> 861 </Member> 862 <Member Name="Enabled"> 863 <Annotation Term="OData.Description" String="DHCPv6 is enabled."/> 864 <Annotation Term="OData.LongDescription" String="DHCPv6 shall be enabled for this interface."/> 865 <Annotation Term="Redfish.Revisions"> 866 <Collection> 867 <Record> 868 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 869 <PropertyValue Property="Version" String="v1_8_0"/> 870 </Record> 871 </Collection> 872 </Annotation> 873 </Member> 874 </EnumType> 875 876 <ComplexType Name="StatelessAddressAutoConfiguration"> 877 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 878 <Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameters for this interface."/> 879 <Annotation Term="OData.LongDescription" String="This type shall describe the IPv4 and IPv6 stateless address autoconfiguration (SLAAC) for this interface."/> 880 <Property Name="IPv4AutoConfigEnabled" Type="Edm.Boolean"> 881 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 882 <Annotation Term="OData.Description" String="An indication of whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 883 <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 884 </Property> 885 <Property Name="IPv6AutoConfigEnabled" Type="Edm.Boolean"> 886 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 887 <Annotation Term="OData.Description" String="An indication of whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 888 <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 889 </Property> 890 </ComplexType> 891 </Schema> 892 893 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_1"> 894 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 895 <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."/> 896 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_0.EthernetInterface"/> 897 </Schema> 898 899 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_2"> 900 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 901 <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`."/> 902 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_1.EthernetInterface"/> 903 </Schema> 904 905 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_3"> 906 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 907 <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."/> 908 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_2.EthernetInterface"/> 909 </Schema> 910 911 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_4"> 912 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 913 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 914 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_3.EthernetInterface"/> 915 </Schema> 916 917 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_5"> 918 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 919 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 920 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_4.EthernetInterface"/> 921 </Schema> 922 923 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_6"> 924 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 925 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 926 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_5.EthernetInterface"/> 927 </Schema> 928 929 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_7"> 930 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 931 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 932 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_6.EthernetInterface"/> 933 </Schema> 934 935 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_8"> 936 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 937 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 938 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_7.EthernetInterface"/> 939 </Schema> 940 941 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_9"> 942 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 943 <Annotation Term="OData.Description" String="This version was created to update the description for `HostName` to show there might be a tie to the `HostName` of the containing `ComputerSystem` resource or other `EthernetInterface` resources."/> 944 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_8.EthernetInterface"/> 945 </Schema> 946 947 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_10"> 948 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 949 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 950 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_9.EthernetInterface"/> 951 </Schema> 952 953 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_11"> 954 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 955 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 956 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_10.EthernetInterface"/> 957 </Schema> 958 959 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_12"> 960 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 961 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 962 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_11.EthernetInterface"/> 963 </Schema> 964 965 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_13"> 966 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 967 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 968 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_12.EthernetInterface"/> 969 </Schema> 970 971 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_14"> 972 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 973 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 974 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_13.EthernetInterface"/> 975 </Schema> 976 977 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_0"> 978 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 979 <Annotation Term="Redfish.Release" String="2019.1"/> 980 981 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_2.EthernetInterface"/> 982 983 <ComplexType Name="DHCPv4Configuration" BaseType="EthernetInterface.v1_4_0.DHCPv4Configuration"> 984 <Property Name="FallbackAddress" Type="EthernetInterface.v1_5_0.DHCPFallback"> 985 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 986 <Annotation Term="OData.Description" String="DHCPv4 fallback address method for this interface."/> 987 <Annotation Term="OData.LongDescription" String="This property shall contain the fallback address method of DHCPv4."/> 988 </Property> 989 </ComplexType> 990 991 <EnumType Name="DHCPFallback"> 992 <Member Name="Static"> 993 <Annotation Term="OData.Description" String="Fall back to a static address specified by `IPv4StaticAddresses`."/> 994 <Annotation Term="OData.LongDescription" String="DHCP shall fall back to a static address specified by `IPv4StaticAddresses`."/> 995 </Member> 996 <Member Name="AutoConfig"> 997 <Annotation Term="OData.Description" String="Fall back to an autoconfigured address."/> 998 <Annotation Term="OData.LongDescription" String="DHCP shall fall back to an address generated by the implementation."/> 999 </Member> 1000 <Member Name="None"> 1001 <Annotation Term="OData.Description" String="Continue attempting DHCP without a fallback address."/> 1002 <Annotation Term="OData.LongDescription" String="DHCP shall continue trying to obtain an address without falling back to a fixed address."/> 1003 </Member> 1004 </EnumType> 1005 </Schema> 1006 1007 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_1"> 1008 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1009 <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."/> 1010 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_0.EthernetInterface"/> 1011 </Schema> 1012 1013 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_2"> 1014 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1015 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1016 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_1.EthernetInterface"/> 1017 </Schema> 1018 1019 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_3"> 1020 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1021 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1022 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_2.EthernetInterface"/> 1023 </Schema> 1024 1025 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_4"> 1026 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1027 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 1028 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_3.EthernetInterface"/> 1029 </Schema> 1030 1031 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_5"> 1032 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1033 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1034 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_4.EthernetInterface"/> 1035 </Schema> 1036 1037 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_6"> 1038 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1039 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1040 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_5.EthernetInterface"/> 1041 </Schema> 1042 1043 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_7"> 1044 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1045 <Annotation Term="OData.Description" String="This version was created to update the description for `HostName` to show there might be a tie to the `HostName` of the containing `ComputerSystem` resource or other `EthernetInterface` resources."/> 1046 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_6.EthernetInterface"/> 1047 </Schema> 1048 1049 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_8"> 1050 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1051 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1052 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_7.EthernetInterface"/> 1053 </Schema> 1054 1055 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_9"> 1056 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1057 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1058 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_8.EthernetInterface"/> 1059 </Schema> 1060 1061 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_10"> 1062 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1063 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 1064 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_9.EthernetInterface"/> 1065 </Schema> 1066 1067 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_11"> 1068 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1069 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 1070 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_10.EthernetInterface"/> 1071 </Schema> 1072 1073 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_12"> 1074 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1075 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 1076 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_11.EthernetInterface"/> 1077 </Schema> 1078 1079 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_0"> 1080 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1081 <Annotation Term="Redfish.Release" String="2020.1"/> 1082 1083 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_2.EthernetInterface"> 1084 <Property Name="EthernetInterfaceType" Type="EthernetInterface.v1_6_0.EthernetDeviceType"> 1085 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1086 <Annotation Term="OData.Description" String="The type of interface."/> 1087 <Annotation Term="OData.LongDescription" String="This property shall contain the type of interface."/> 1088 </Property> 1089 </EntityType> 1090 1091 <ComplexType Name="Links" BaseType="EthernetInterface.v1_3_0.Links"> 1092 <NavigationProperty Name="NetworkDeviceFunction" Type="NetworkDeviceFunction.NetworkDeviceFunction"> 1093 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1094 <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."/> 1095 <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`."/> 1096 <Annotation Term="OData.AutoExpandReferences"/> 1097 <Annotation Term="Redfish.Revisions"> 1098 <Collection> 1099 <Record> 1100 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1101 <PropertyValue Property="Version" String="v1_7_0"/> 1102 <PropertyValue Property="Description" String="This property has been deprecated in favor of `NetworkDeviceFunctions` as each `EthernetInterface` could represent more than one `NetworkDeviceFunction`."/> 1103 </Record> 1104 </Collection> 1105 </Annotation> 1106 </NavigationProperty> 1107 </ComplexType> 1108 1109 <EnumType Name="EthernetDeviceType"> 1110 <Member Name="Physical"> 1111 <Annotation Term="OData.Description" String="A physical Ethernet interface."/> 1112 <Annotation Term="OData.LongDescription" String="This value shall indicate a physical traditional network interface."/> 1113 </Member> 1114 <Member Name="Virtual"> 1115 <Annotation Term="OData.Description" String="A virtual Ethernet interface."/> 1116 <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."/> 1117 </Member> 1118 </EnumType> 1119 </Schema> 1120 1121 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_1"> 1122 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1123 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1124 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_0.EthernetInterface"/> 1125 </Schema> 1126 1127 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_2"> 1128 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1129 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 1130 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_1.EthernetInterface"/> 1131 </Schema> 1132 1133 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_3"> 1134 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1135 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1136 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_2.EthernetInterface"/> 1137 </Schema> 1138 1139 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_4"> 1140 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1141 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1142 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_3.EthernetInterface"/> 1143 </Schema> 1144 1145 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_5"> 1146 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1147 <Annotation Term="OData.Description" String="This version was created to update the description for `HostName` to show there might be a tie to the `HostName` of the containing `ComputerSystem` resource or other `EthernetInterface` resources."/> 1148 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_4.EthernetInterface"/> 1149 </Schema> 1150 1151 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_6"> 1152 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1153 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1154 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_5.EthernetInterface"/> 1155 </Schema> 1156 1157 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_7"> 1158 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1159 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1160 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_6.EthernetInterface"/> 1161 </Schema> 1162 1163 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_8"> 1164 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1165 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 1166 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_7.EthernetInterface"/> 1167 </Schema> 1168 1169 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_9"> 1170 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1171 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 1172 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_8.EthernetInterface"/> 1173 </Schema> 1174 1175 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_10"> 1176 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1177 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 1178 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_9.EthernetInterface"/> 1179 </Schema> 1180 1181 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_0"> 1182 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1183 <Annotation Term="Redfish.Release" String="2021.2"/> 1184 <Annotation Term="OData.Description" String="This version was created to deprecate several properties and add `NetworkDeviceFunctions` link collection."/> 1185 1186 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_4.EthernetInterface"/> 1187 1188 <ComplexType Name="Links" BaseType="EthernetInterface.v1_6_0.Links"> 1189 <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)"> 1190 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1191 <Annotation Term="OData.Description" String="The link to the network device functions that constitute this Ethernet interface."/> 1192 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `NetworkDeviceFunction`."/> 1193 <Annotation Term="OData.AutoExpandReferences"/> 1194 </NavigationProperty> 1195 </ComplexType> 1196 </Schema> 1197 1198 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_1"> 1199 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1200 <Annotation Term="OData.Description" String="This version was created to update the description for `HostName` to show there might be a tie to the `HostName` of the containing `ComputerSystem` resource or other `EthernetInterface` resources."/> 1201 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_0.EthernetInterface"/> 1202 </Schema> 1203 1204 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_2"> 1205 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1206 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1207 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_1.EthernetInterface"/> 1208 </Schema> 1209 1210 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_3"> 1211 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1212 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1213 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_2.EthernetInterface"/> 1214 </Schema> 1215 1216 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_4"> 1217 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1218 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 1219 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_3.EthernetInterface"/> 1220 </Schema> 1221 1222 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_5"> 1223 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1224 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 1225 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_4.EthernetInterface"/> 1226 </Schema> 1227 1228 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_6"> 1229 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1230 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 1231 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_5.EthernetInterface"/> 1232 </Schema> 1233 1234 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_0"> 1235 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1236 <Annotation Term="Redfish.Release" String="2021.2"/> 1237 <Annotation Term="OData.Description" String="This version was created to deprecate the `Stateless` and `Stateful` values for `OperatingMode` in `DHCPv6` and add `Enabled` to `OperatingMode` in `DHCPv6`."/> 1238 1239 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_0.EthernetInterface"/> 1240 </Schema> 1241 1242 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_1"> 1243 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1244 <Annotation Term="OData.Description" String="This version was created to update the description for `HostName` to show there might be a tie to the `HostName` of the containing `ComputerSystem` resource or other `EthernetInterface` resources."/> 1245 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_0.EthernetInterface"/> 1246 </Schema> 1247 1248 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_2"> 1249 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1250 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1251 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_1.EthernetInterface"/> 1252 </Schema> 1253 1254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_3"> 1255 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1256 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1257 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_2.EthernetInterface"/> 1258 </Schema> 1259 1260 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_4"> 1261 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1262 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 1263 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_3.EthernetInterface"/> 1264 </Schema> 1265 1266 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_5"> 1267 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1268 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 1269 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_4.EthernetInterface"/> 1270 </Schema> 1271 1272 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_6"> 1273 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1274 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 1275 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_5.EthernetInterface"/> 1276 </Schema> 1277 1278 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_0"> 1279 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1280 <Annotation Term="Redfish.Release" String="2022.2"/> 1281 1282 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_0.EthernetInterface"> 1283 <Property Name="TeamMode" Type="EthernetInterface.v1_9_0.TeamMode"> 1284 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1285 <Annotation Term="OData.Description" String="The team mode for this interface."/> 1286 <Annotation Term="OData.LongDescription" String="This property shall contain the team mode for this interface. If this property is not present, the value shall be assumed to be `None`."/> 1287 </Property> 1288 </EntityType> 1289 1290 <ComplexType Name="Links" BaseType="EthernetInterface.v1_7_0.Links"> 1291 <NavigationProperty Name="Ports" Type="Collection(Port.Port)"> 1292 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1293 <Annotation Term="OData.Description" String="The links to the ports providing this Ethernet interface."/> 1294 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Port` that represent the ports providing this Ethernet interface. This property shall not be present if the Ethernet interface is not directly associated to a physical port."/> 1295 <Annotation Term="OData.AutoExpandReferences"/> 1296 </NavigationProperty> 1297 <NavigationProperty Name="RelatedInterfaces" Type="Collection(EthernetInterface.EthernetInterface)"> 1298 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1299 <Annotation Term="OData.Description" String="The links to the Ethernet interfaces that constitute this Ethernet interface."/> 1300 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `EthernetInterface`. If `TeamMode` contains `None`, this property shall contain one member that represents the parent interface for the VLAN. For other values of TeamMode, this property shall contain the members of the team."/> 1301 <Annotation Term="OData.AutoExpandReferences"/> 1302 <Annotation Term="Redfish.RequiredOnCreate"/> 1303 </NavigationProperty> 1304 </ComplexType> 1305 1306 <EnumType Name="TeamMode"> 1307 <Member Name="None"> 1308 <Annotation Term="OData.Description" String="No teaming."/> 1309 </Member> 1310 <Member Name="RoundRobin"> 1311 <Annotation Term="OData.Description" String="Packets are transmitted in sequential order from the teamed interfaces."/> 1312 </Member> 1313 <Member Name="ActiveBackup"> 1314 <Annotation Term="OData.Description" String="One interface in the team is active and the others are kept in standby until a failure occurs."/> 1315 </Member> 1316 <Member Name="XOR"> 1317 <Annotation Term="OData.Description" String="Transmitting is determined based upon a hash policy."/> 1318 </Member> 1319 <Member Name="Broadcast"> 1320 <Annotation Term="OData.Description" String="Packets are transmitted on all interfaces in the team."/> 1321 </Member> 1322 <Member Name="IEEE802_3ad"> 1323 <Annotation Term="OData.Description" String="The interfaces in the team create an IEEE802.3ad link aggregation group."/> 1324 </Member> 1325 <Member Name="AdaptiveTransmitLoadBalancing"> 1326 <Annotation Term="OData.Description" String="Packets are transmitted based upon the current load of each interface in the team."/> 1327 </Member> 1328 <Member Name="AdaptiveLoadBalancing"> 1329 <Annotation Term="OData.Description" String="Packets are transmitted and received based upon the current load of each interface in the team."/> 1330 </Member> 1331 </EnumType> 1332 </Schema> 1333 1334 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_1"> 1335 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1336 <Annotation Term="OData.Description" String="This version was created to update the description for `HostName` to show there might be a tie to the `HostName` of the containing `ComputerSystem` resource or other `EthernetInterface` resources."/> 1337 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_0.EthernetInterface"/> 1338 </Schema> 1339 1340 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_2"> 1341 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1342 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1343 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_1.EthernetInterface"/> 1344 </Schema> 1345 1346 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_3"> 1347 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1348 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1349 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_2.EthernetInterface"/> 1350 </Schema> 1351 1352 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_4"> 1353 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1354 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 1355 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_3.EthernetInterface"/> 1356 </Schema> 1357 1358 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_5"> 1359 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1360 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 1361 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_4.EthernetInterface"/> 1362 </Schema> 1363 1364 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_6"> 1365 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1366 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 1367 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_5.EthernetInterface"/> 1368 </Schema> 1369 1370 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_0"> 1371 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1372 <Annotation Term="Redfish.Release" String="2023.1"/> 1373 1374 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_1.EthernetInterface"/> 1375 1376 <ComplexType Name="Links" BaseType="EthernetInterface.v1_9_0.Links"> 1377 <NavigationProperty Name="AffiliatedInterfaces" Type="Collection(EthernetInterface.EthernetInterface)"> 1378 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1379 <Annotation Term="OData.Description" String="The links to the Ethernet interfaces that are affiliated with this interface, such as a VLAN or a team that uses this interface."/> 1380 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `EthernetInterface` that represent the Ethernet interfaces that are affiliated with this interface. `EthernetInterface` resources referenced in this property shall reference this resource in their `RelatedInterfaces` property."/> 1381 <Annotation Term="OData.AutoExpandReferences"/> 1382 </NavigationProperty> 1383 </ComplexType> 1384 </Schema> 1385 1386 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_1"> 1387 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1388 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1389 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_0.EthernetInterface"/> 1390 </Schema> 1391 1392 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_2"> 1393 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1394 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1395 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_1.EthernetInterface"/> 1396 </Schema> 1397 1398 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_3"> 1399 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1400 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 1401 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_2.EthernetInterface"/> 1402 </Schema> 1403 1404 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_4"> 1405 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1406 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 1407 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_3.EthernetInterface"/> 1408 </Schema> 1409 1410 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_5"> 1411 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1412 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 1413 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_4.EthernetInterface"/> 1414 </Schema> 1415 1416 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_0"> 1417 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1418 <Annotation Term="Redfish.Release" String="2023.2"/> 1419 1420 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_0.EthernetInterface"> 1421 <Property Name="RoutingScope" Type="EthernetInterface.v1_11_0.RoutingScope"> 1422 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1423 <Annotation Term="OData.Description" String="The routing scope for this interface."/> 1424 <Annotation Term="OData.LongDescription" String="This property shall contain the routing scope for this interface. This property shall only be present if this interface belongs to a virtual machine or container."/> 1425 </Property> 1426 </EntityType> 1427 1428 <EnumType Name="RoutingScope"> 1429 <Member Name="External"> 1430 <Annotation Term="OData.Description" String="Externally accessible."/> 1431 <Annotation Term="OData.LongDescription" String="This value shall indicate this interface is externally accessible as if it were physically on the same network as the hosting system."/> 1432 </Member> 1433 <Member Name="HostOnly"> 1434 <Annotation Term="OData.Description" String="Only accessible to a dedicated interface on the host."/> 1435 <Annotation Term="OData.LongDescription" String="This value shall indicate this interface is only accessible to a dedicated interface on the hosting system."/> 1436 </Member> 1437 <Member Name="Internal"> 1438 <Annotation Term="OData.Description" String="Only accessible to internal networking on the host, such as when virtual machines or containers are allowed to communicate with each other on the same host system as well as a dedicated interface on the hosting system."/> 1439 <Annotation Term="OData.LongDescription" String="This value shall indicate this interface is only accessible to internal networking on the host, such as when virtual machines or containers are allowed to communicate with each other on the same host system as well as a dedicated interface on the hosting system."/> 1440 </Member> 1441 <Member Name="Limited"> 1442 <Annotation Term="OData.Description" String="Accessible through IP translation provided by the hosting system."/> 1443 <Annotation Term="OData.LongDescription" String="This value shall indicate this interface is accessible through IP translation provided by the hosting system, such as a NAT (network address translation)."/> 1444 </Member> 1445 </EnumType> 1446 </Schema> 1447 1448 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_1"> 1449 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1450 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1451 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_0.EthernetInterface"/> 1452 </Schema> 1453 1454 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_2"> 1455 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1456 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1457 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_1.EthernetInterface"/> 1458 </Schema> 1459 1460 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_3"> 1461 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1462 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 1463 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_2.EthernetInterface"/> 1464 </Schema> 1465 1466 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_4"> 1467 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1468 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 1469 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_3.EthernetInterface"/> 1470 </Schema> 1471 1472 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_5"> 1473 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1474 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 1475 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_4.EthernetInterface"/> 1476 </Schema> 1477 1478 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_12_0"> 1479 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1480 <Annotation Term="Redfish.Release" String="2023.3"/> 1481 1482 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_1.EthernetInterface"> 1483 <Property Name="IPv6Enabled" Type="Edm.Boolean"> 1484 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1485 <Annotation Term="OData.Description" String="An indication of whether IPv6 is enabled on this interface."/> 1486 <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv6 is enabled on this interface. If this property contains `false`, the interface shall not contain any assigned IPv6 addresses, shall not initiate DHCPv6 requests, and shall not send or process ICMPv6 packets. If this property is not present, but this interface contains other IPv6 properties, the value shall be assumed to be `true`."/> 1487 </Property> 1488 </EntityType> 1489 </Schema> 1490 1491 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_12_1"> 1492 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1493 <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1494 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_12_0.EthernetInterface"/> 1495 </Schema> 1496 1497 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_12_2"> 1498 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1499 <Annotation Term="OData.Description" String="This version was created to recommend ignoring `HostName` in modification requests if `FQDN` is also in the same modification request."/> 1500 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_12_1.EthernetInterface"/> 1501 </Schema> 1502 1503 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_12_3"> 1504 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1505 <Annotation Term="OData.Description" String="This version was created to update the description for `InterfaceEnabled` to show `EthernetInterface` and `HostInterface` may have ties."/> 1506 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_12_2.EthernetInterface"/> 1507 </Schema> 1508 1509 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_12_4"> 1510 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1511 <Annotation Term="OData.Description" String="This version was created to clarify the expected array behaviors for the IP address properties."/> 1512 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_12_3.EthernetInterface"/> 1513 </Schema> 1514 1515 </edmx:DataServices> 1516</edmx:Edmx> 1517