1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: EthernetInterface v1.12.2 --> 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-2024 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."/> 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."/> 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`."/> 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."/> 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_1_0"> 339 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 340 <Annotation Term="Redfish.Release" String="2016.2"/> 341 342 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_2.EthernetInterface"> 343 <Property Name="LinkStatus" Type="EthernetInterface.v1_1_0.LinkStatus"> 344 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 345 <Annotation Term="OData.Description" String="The link status of this interface, or port."/> 346 <Annotation Term="OData.LongDescription" String="This property shall contain the link status of this interface, or port."/> 347 </Property> 348 <Property Name="Links" Type="EthernetInterface.v1_1_0.Links" Nullable="false"> 349 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 350 <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."/> 351 <Annotation Term="Redfish.RequiredOnCreate"/> 352 </Property> 353 </EntityType> 354 355 <EnumType Name="LinkStatus"> 356 <Member Name="LinkUp"> 357 <Annotation Term="OData.Description" String="The link is available for communication on this interface."/> 358 </Member> 359 <Member Name="NoLink"> 360 <Annotation Term="OData.Description" String="No link or connection is detected on this interface."/> 361 </Member> 362 <Member Name="LinkDown"> 363 <Annotation Term="OData.Description" String="No link is detected on this interface, but the interface is connected."/> 364 </Member> 365 </EnumType> 366 367 <ComplexType Name="Links" BaseType="Resource.Links"> 368 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 369 <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."/> 370 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)"> 371 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 372 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this Ethernet interface."/> 373 <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."/> 374 <Annotation Term="OData.AutoExpandReferences"/> 375 </NavigationProperty> 376 </ComplexType> 377 </Schema> 378 379 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_1"> 380 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 381 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/> 382 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_0.EthernetInterface"/> 383 </Schema> 384 385 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_2"> 386 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 387 <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/> 388 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_1.EthernetInterface"/> 389 </Schema> 390 391 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_3"> 392 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 393 <Annotation Term="OData.Description" String="This version was created to change IP address properties and the `VLAN` property to their abstract base types."/> 394 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_2.EthernetInterface"/> 395 </Schema> 396 397 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_4"> 398 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 399 <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."/> 400 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_3.EthernetInterface"/> 401 </Schema> 402 403 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_5"> 404 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 405 <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`."/> 406 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_4.EthernetInterface"/> 407 </Schema> 408 409 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_6"> 410 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 411 <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."/> 412 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_5.EthernetInterface"/> 413 </Schema> 414 415 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_7"> 416 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 417 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 418 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_6.EthernetInterface"/> 419 </Schema> 420 421 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_8"> 422 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 423 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 424 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_7.EthernetInterface"/> 425 </Schema> 426 427 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_9"> 428 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 429 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 430 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_8.EthernetInterface"/> 431 </Schema> 432 433 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_10"> 434 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 435 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 436 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_9.EthernetInterface"/> 437 </Schema> 438 439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_11"> 440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 441 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 442 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_10.EthernetInterface"/> 443 </Schema> 444 445 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_12"> 446 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 447 <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."/> 448 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_11.EthernetInterface"/> 449 </Schema> 450 451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_13"> 452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 453 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 454 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_12.EthernetInterface"/> 455 </Schema> 456 457 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_14"> 458 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 459 <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."/> 460 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_13.EthernetInterface"/> 461 </Schema> 462 463 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_15"> 464 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 465 <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."/> 466 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_14.EthernetInterface"/> 467 </Schema> 468 469 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_0"> 470 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 471 <Annotation Term="Redfish.Release" String="2016.3"/> 472 473 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_1.EthernetInterface"/> 474 475 <ComplexType Name="Links" BaseType="EthernetInterface.v1_1_0.Links"> 476 <NavigationProperty Name="HostInterface" Type="HostInterface.HostInterface" Nullable="false"> 477 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 478 <Annotation Term="OData.Description" String="The link to a Host Interface that is associated with this Ethernet interface."/> 479 <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."/> 480 <Annotation Term="OData.AutoExpandReferences"/> 481 </NavigationProperty> 482 </ComplexType> 483 </Schema> 484 485 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_1"> 486 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 487 <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/> 488 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_0.EthernetInterface"/> 489 </Schema> 490 491 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_2"> 492 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 493 <Annotation Term="OData.Description" String="This version was created to change IP address properties and the `VLAN` property to their abstract base types."/> 494 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_1.EthernetInterface"/> 495 </Schema> 496 497 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_3"> 498 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 499 <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."/> 500 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_2.EthernetInterface"/> 501 </Schema> 502 503 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_4"> 504 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 505 <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`."/> 506 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_3.EthernetInterface"/> 507 </Schema> 508 509 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_5"> 510 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 511 <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."/> 512 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_4.EthernetInterface"/> 513 </Schema> 514 515 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_6"> 516 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 517 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 518 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_5.EthernetInterface"/> 519 </Schema> 520 521 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_7"> 522 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 523 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 524 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_6.EthernetInterface"/> 525 </Schema> 526 527 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_8"> 528 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 529 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 530 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_7.EthernetInterface"/> 531 </Schema> 532 533 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_9"> 534 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 535 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 536 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_8.EthernetInterface"/> 537 </Schema> 538 539 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_10"> 540 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 541 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 542 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_9.EthernetInterface"/> 543 </Schema> 544 545 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_11"> 546 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 547 <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."/> 548 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_10.EthernetInterface"/> 549 </Schema> 550 551 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_12"> 552 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 553 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 554 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_11.EthernetInterface"/> 555 </Schema> 556 557 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_13"> 558 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 559 <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."/> 560 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_12.EthernetInterface"/> 561 </Schema> 562 563 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_14"> 564 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 565 <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."/> 566 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_13.EthernetInterface"/> 567 </Schema> 568 569 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_0"> 570 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 571 <Annotation Term="Redfish.Release" String="2017.1"/> 572 573 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_1.EthernetInterface"> 574 <Property Name="Actions" Type="EthernetInterface.v1_3_0.Actions" Nullable="false"> 575 <Annotation Term="OData.Description" String="The available actions for this resource."/> 576 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 577 </Property> 578 </EntityType> 579 580 <ComplexType Name="Links" BaseType="EthernetInterface.v1_2_0.Links"> 581 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false"> 582 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 583 <Annotation Term="OData.Description" String="The link to the chassis that contains this Ethernet interface."/> 584 <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."/> 585 <Annotation Term="OData.AutoExpandReferences"/> 586 </NavigationProperty> 587 </ComplexType> 588 589 <ComplexType Name="Actions"> 590 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 591 <Annotation Term="OData.Description" String="The available actions for this resource."/> 592 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 593 <Property Name="Oem" Type="EthernetInterface.v1_3_0.OemActions" Nullable="false"> 594 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 595 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 596 </Property> 597 </ComplexType> 598 599 <ComplexType Name="OemActions"> 600 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 601 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 602 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 603 </ComplexType> 604 </Schema> 605 606 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_1"> 607 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 608 <Annotation Term="OData.Description" String="This version was created to change IP address properties and the `VLAN` property to their abstract base types."/> 609 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_0.EthernetInterface"/> 610 </Schema> 611 612 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_2"> 613 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 614 <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."/> 615 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_1.EthernetInterface"/> 616 </Schema> 617 618 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_3"> 619 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 620 <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`."/> 621 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_2.EthernetInterface"/> 622 </Schema> 623 624 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_4"> 625 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 626 <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."/> 627 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_3.EthernetInterface"/> 628 </Schema> 629 630 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_5"> 631 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 632 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 633 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_4.EthernetInterface"/> 634 </Schema> 635 636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_6"> 637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 638 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 639 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_5.EthernetInterface"/> 640 </Schema> 641 642 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_7"> 643 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 644 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 645 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_6.EthernetInterface"/> 646 </Schema> 647 648 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_8"> 649 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 650 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 651 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_7.EthernetInterface"/> 652 </Schema> 653 654 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_9"> 655 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 656 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 657 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_8.EthernetInterface"/> 658 </Schema> 659 660 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_10"> 661 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 662 <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."/> 663 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_9.EthernetInterface"/> 664 </Schema> 665 666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_11"> 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_10.EthernetInterface"/> 670 </Schema> 671 672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_12"> 673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 674 <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."/> 675 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_11.EthernetInterface"/> 676 </Schema> 677 678 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_13"> 679 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 680 <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."/> 681 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_12.EthernetInterface"/> 682 </Schema> 683 684 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_0"> 685 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 686 <Annotation Term="Redfish.Release" String="2017.3"/> 687 688 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_1.EthernetInterface"> 689 <Property Name="DHCPv4" Type="EthernetInterface.v1_4_0.DHCPv4Configuration" Nullable="false"> 690 <Annotation Term="OData.Description" String="DHCPv4 configuration for this interface."/> 691 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of DHCP v4."/> 692 </Property> 693 <Property Name="DHCPv6" Type="EthernetInterface.v1_4_0.DHCPv6Configuration" Nullable="false"> 694 <Annotation Term="OData.Description" String="DHCPv6 configuration for this interface."/> 695 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of DHCP v6."/> 696 </Property> 697 <Property Name="StatelessAddressAutoConfig" Type="EthernetInterface.v1_4_0.StatelessAddressAutoConfiguration" Nullable="false"> 698 <Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameters for this interface."/> 699 <Annotation Term="OData.LongDescription" String="This object shall contain the IPv4 and IPv6 stateless address automatic configuration (SLAAC) properties for this interface."/> 700 </Property> 701 <Property Name="IPv6StaticDefaultGateways" Type="Collection(IPAddresses.IPv6GatewayStaticAddress)"> 702 <Annotation Term="OData.Description" String="The IPv6 static default gateways for this interface."/> 703 <Annotation Term="OData.LongDescription" String="The values in this array shall represent the IPv6 static default gateway addresses for this interface."/> 704 </Property> 705 <Property Name="StaticNameServers" Type="Collection(Edm.String)"> 706 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 707 <Annotation Term="OData.Description" String="The statically-defined set of DNS server IPv4 and IPv6 addresses."/> 708 <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."/> 709 </Property> 710 <Property Name="IPv4StaticAddresses" Type="Collection(IPAddresses.IPv4Address)"> 711 <Annotation Term="OData.Description" String="The IPv4 static addresses assigned to this interface. See `IPv4Addresses` for the addresses in use by this interface."/> 712 <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."/> 713 </Property> 714 </EntityType> 715 716 <ComplexType Name="DHCPv4Configuration"> 717 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 718 <Annotation Term="OData.Description" String="DHCPv4 configuration for this interface."/> 719 <Annotation Term="OData.LongDescription" String="This type shall describe the configuration of DHCP v4."/> 720 <Property Name="DHCPEnabled" Type="Edm.Boolean"> 721 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 722 <Annotation Term="OData.Description" String="An indication of whether DHCP v4 is enabled on this Ethernet interface."/> 723 <Annotation Term="OData.LongDescription" String="This property shall indicate whether DHCP v4 is enabled for this Ethernet interface."/> 724 </Property> 725 <Property Name="UseDNSServers" Type="Edm.Boolean"> 726 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 727 <Annotation Term="OData.Description" String="An indication of whether this interface uses DHCP v4-supplied DNS servers."/> 728 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v4-supplied DNS servers."/> 729 </Property> 730 <Property Name="UseDomainName" Type="Edm.Boolean"> 731 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 732 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v4-supplied domain name."/> 733 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied domain name."/> 734 </Property> 735 <Property Name="UseGateway" Type="Edm.Boolean"> 736 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 737 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v4-supplied gateway."/> 738 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied gateway."/> 739 </Property> 740 <Property Name="UseNTPServers" Type="Edm.Boolean"> 741 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 742 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v4-supplied NTP servers."/> 743 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v4-supplied NTP servers."/> 744 </Property> 745 <Property Name="UseStaticRoutes" Type="Edm.Boolean"> 746 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 747 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v4-supplied static routes."/> 748 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied static routes."/> 749 </Property> 750 </ComplexType> 751 752 <ComplexType Name="DHCPv6Configuration"> 753 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 754 <Annotation Term="OData.Description" String="DHCPv6 configuration for this interface."/> 755 <Annotation Term="OData.LongDescription" String="This type shall describe the configuration of DHCP v6."/> 756 <Property Name="OperatingMode" Type="EthernetInterface.v1_4_0.DHCPv6OperatingMode"> 757 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 758 <Annotation Term="OData.Description" String="Determines the DHCPv6 operating mode for this interface."/> 759 <Annotation Term="OData.LongDescription" String="This property shall control the operating mode of DHCPv6 on this interface."/> 760 </Property> 761 <Property Name="UseDNSServers" Type="Edm.Boolean"> 762 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 763 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v6-supplied DNS servers."/> 764 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6-supplied DNS servers."/> 765 </Property> 766 <Property Name="UseDomainName" Type="Edm.Boolean"> 767 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 768 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v6-supplied domain name."/> 769 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v6-supplied domain name."/> 770 </Property> 771 <Property Name="UseNTPServers" Type="Edm.Boolean"> 772 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 773 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v6-supplied NTP servers."/> 774 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6-supplied NTP servers."/> 775 </Property> 776 <Property Name="UseRapidCommit" Type="Edm.Boolean"> 777 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 778 <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."/> 779 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6 rapid commit mode for stateful mode address assignments."/> 780 </Property> 781 </ComplexType> 782 783 <EnumType Name="DHCPv6OperatingMode"> 784 <Member Name="Stateful"> 785 <Annotation Term="OData.Description" String="DHCPv6 stateful mode."/> 786 <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`."/> 787 <Annotation Term="Redfish.Revisions"> 788 <Collection> 789 <Record> 790 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 791 <PropertyValue Property="Version" String="v1_8_0"/> 792 <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."/> 793 </Record> 794 </Collection> 795 </Annotation> 796 </Member> 797 <Member Name="Stateless"> 798 <Annotation Term="OData.Description" String="DHCPv6 stateless mode."/> 799 <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`."/> 800 <Annotation Term="Redfish.Revisions"> 801 <Collection> 802 <Record> 803 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 804 <PropertyValue Property="Version" String="v1_8_0"/> 805 <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."/> 806 </Record> 807 </Collection> 808 </Annotation> 809 </Member> 810 <Member Name="Disabled"> 811 <Annotation Term="OData.Description" String="DHCPv6 is disabled."/> 812 <Annotation Term="OData.LongDescription" String="DHCPv6 shall be disabled for this interface."/> 813 </Member> 814 <Member Name="Enabled"> 815 <Annotation Term="OData.Description" String="DHCPv6 is enabled."/> 816 <Annotation Term="OData.LongDescription" String="DHCPv6 shall be enabled for this interface."/> 817 <Annotation Term="Redfish.Revisions"> 818 <Collection> 819 <Record> 820 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 821 <PropertyValue Property="Version" String="v1_8_0"/> 822 </Record> 823 </Collection> 824 </Annotation> 825 </Member> 826 </EnumType> 827 828 <ComplexType Name="StatelessAddressAutoConfiguration"> 829 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 830 <Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameters for this interface."/> 831 <Annotation Term="OData.LongDescription" String="This type shall describe the IPv4 and IPv6 stateless address autoconfiguration (SLAAC) for this interface."/> 832 <Property Name="IPv4AutoConfigEnabled" Type="Edm.Boolean"> 833 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 834 <Annotation Term="OData.Description" String="An indication of whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 835 <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 836 </Property> 837 <Property Name="IPv6AutoConfigEnabled" Type="Edm.Boolean"> 838 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 839 <Annotation Term="OData.Description" String="An indication of whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 840 <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 841 </Property> 842 </ComplexType> 843 </Schema> 844 845 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_1"> 846 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 847 <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."/> 848 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_0.EthernetInterface"/> 849 </Schema> 850 851 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_2"> 852 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 853 <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`."/> 854 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_1.EthernetInterface"/> 855 </Schema> 856 857 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_3"> 858 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 859 <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."/> 860 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_2.EthernetInterface"/> 861 </Schema> 862 863 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_4"> 864 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 865 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 866 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_3.EthernetInterface"/> 867 </Schema> 868 869 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_5"> 870 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 871 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 872 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_4.EthernetInterface"/> 873 </Schema> 874 875 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_6"> 876 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 877 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 878 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_5.EthernetInterface"/> 879 </Schema> 880 881 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_7"> 882 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 883 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 884 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_6.EthernetInterface"/> 885 </Schema> 886 887 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_8"> 888 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 889 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 890 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_7.EthernetInterface"/> 891 </Schema> 892 893 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_9"> 894 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 895 <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."/> 896 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_8.EthernetInterface"/> 897 </Schema> 898 899 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_10"> 900 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 901 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 902 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_9.EthernetInterface"/> 903 </Schema> 904 905 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_11"> 906 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 907 <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."/> 908 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_10.EthernetInterface"/> 909 </Schema> 910 911 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_12"> 912 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 913 <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."/> 914 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_11.EthernetInterface"/> 915 </Schema> 916 917 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_0"> 918 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 919 <Annotation Term="Redfish.Release" String="2019.1"/> 920 921 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_2.EthernetInterface"/> 922 923 <ComplexType Name="DHCPv4Configuration" BaseType="EthernetInterface.v1_4_0.DHCPv4Configuration"> 924 <Property Name="FallbackAddress" Type="EthernetInterface.v1_5_0.DHCPFallback"> 925 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 926 <Annotation Term="OData.Description" String="DHCPv4 fallback address method for this interface."/> 927 <Annotation Term="OData.LongDescription" String="This property shall contain the fallback address method of DHCPv4."/> 928 </Property> 929 </ComplexType> 930 931 <EnumType Name="DHCPFallback"> 932 <Member Name="Static"> 933 <Annotation Term="OData.Description" String="Fall back to a static address specified by `IPv4StaticAddresses`."/> 934 <Annotation Term="OData.LongDescription" String="DHCP shall fall back to a static address specified by `IPv4StaticAddresses`."/> 935 </Member> 936 <Member Name="AutoConfig"> 937 <Annotation Term="OData.Description" String="Fall back to an autoconfigured address."/> 938 <Annotation Term="OData.LongDescription" String="DHCP shall fall back to an address generated by the implementation."/> 939 </Member> 940 <Member Name="None"> 941 <Annotation Term="OData.Description" String="Continue attempting DHCP without a fallback address."/> 942 <Annotation Term="OData.LongDescription" String="DHCP shall continue trying to obtain an address without falling back to a fixed address."/> 943 </Member> 944 </EnumType> 945 </Schema> 946 947 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_1"> 948 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 949 <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."/> 950 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_0.EthernetInterface"/> 951 </Schema> 952 953 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_2"> 954 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 955 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 956 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_1.EthernetInterface"/> 957 </Schema> 958 959 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_3"> 960 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 961 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 962 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_2.EthernetInterface"/> 963 </Schema> 964 965 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_4"> 966 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 967 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 968 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_3.EthernetInterface"/> 969 </Schema> 970 971 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_5"> 972 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 973 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 974 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_4.EthernetInterface"/> 975 </Schema> 976 977 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_6"> 978 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 979 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 980 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_5.EthernetInterface"/> 981 </Schema> 982 983 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_7"> 984 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 985 <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."/> 986 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_6.EthernetInterface"/> 987 </Schema> 988 989 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_8"> 990 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 991 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 992 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_7.EthernetInterface"/> 993 </Schema> 994 995 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_9"> 996 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 997 <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."/> 998 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_8.EthernetInterface"/> 999 </Schema> 1000 1001 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_10"> 1002 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1003 <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."/> 1004 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_9.EthernetInterface"/> 1005 </Schema> 1006 1007 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_0"> 1008 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1009 <Annotation Term="Redfish.Release" String="2020.1"/> 1010 1011 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_2.EthernetInterface"> 1012 <Property Name="EthernetInterfaceType" Type="EthernetInterface.v1_6_0.EthernetDeviceType"> 1013 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1014 <Annotation Term="OData.Description" String="The type of interface."/> 1015 <Annotation Term="OData.LongDescription" String="This property shall contain the type of interface."/> 1016 </Property> 1017 </EntityType> 1018 1019 <ComplexType Name="Links" BaseType="EthernetInterface.v1_3_0.Links"> 1020 <NavigationProperty Name="NetworkDeviceFunction" Type="NetworkDeviceFunction.NetworkDeviceFunction"> 1021 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1022 <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."/> 1023 <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`."/> 1024 <Annotation Term="OData.AutoExpandReferences"/> 1025 <Annotation Term="Redfish.Revisions"> 1026 <Collection> 1027 <Record> 1028 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1029 <PropertyValue Property="Version" String="v1_7_0"/> 1030 <PropertyValue Property="Description" String="This property has been deprecated in favor of `NetworkDeviceFunctions` as each `EthernetInterface` could represent more than one `NetworkDeviceFunction`."/> 1031 </Record> 1032 </Collection> 1033 </Annotation> 1034 </NavigationProperty> 1035 </ComplexType> 1036 1037 <EnumType Name="EthernetDeviceType"> 1038 <Member Name="Physical"> 1039 <Annotation Term="OData.Description" String="A physical Ethernet interface."/> 1040 <Annotation Term="OData.LongDescription" String="This value shall indicate a physical traditional network interface."/> 1041 </Member> 1042 <Member Name="Virtual"> 1043 <Annotation Term="OData.Description" String="A virtual Ethernet interface."/> 1044 <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."/> 1045 </Member> 1046 </EnumType> 1047 </Schema> 1048 1049 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_1"> 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_6_0.EthernetInterface"/> 1053 </Schema> 1054 1055 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_2"> 1056 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1057 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 1058 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_1.EthernetInterface"/> 1059 </Schema> 1060 1061 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_3"> 1062 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1063 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1064 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_2.EthernetInterface"/> 1065 </Schema> 1066 1067 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_4"> 1068 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1069 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1070 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_3.EthernetInterface"/> 1071 </Schema> 1072 1073 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_5"> 1074 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1075 <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."/> 1076 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_4.EthernetInterface"/> 1077 </Schema> 1078 1079 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_6"> 1080 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1081 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1082 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_5.EthernetInterface"/> 1083 </Schema> 1084 1085 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_7"> 1086 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1087 <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."/> 1088 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_6.EthernetInterface"/> 1089 </Schema> 1090 1091 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_8"> 1092 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1093 <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."/> 1094 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_7.EthernetInterface"/> 1095 </Schema> 1096 1097 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_0"> 1098 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1099 <Annotation Term="Redfish.Release" String="2021.2"/> 1100 <Annotation Term="OData.Description" String="This version was created to deprecate several properties and add `NetworkDeviceFunctions` link collection."/> 1101 1102 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_4.EthernetInterface"/> 1103 1104 <ComplexType Name="Links" BaseType="EthernetInterface.v1_6_0.Links"> 1105 <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)"> 1106 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1107 <Annotation Term="OData.Description" String="The link to the network device functions that constitute this Ethernet interface."/> 1108 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `NetworkDeviceFunction`."/> 1109 <Annotation Term="OData.AutoExpandReferences"/> 1110 </NavigationProperty> 1111 </ComplexType> 1112 </Schema> 1113 1114 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_1"> 1115 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1116 <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."/> 1117 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_0.EthernetInterface"/> 1118 </Schema> 1119 1120 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_2"> 1121 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1122 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1123 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_1.EthernetInterface"/> 1124 </Schema> 1125 1126 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_3"> 1127 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1128 <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."/> 1129 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_2.EthernetInterface"/> 1130 </Schema> 1131 1132 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_4"> 1133 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1134 <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."/> 1135 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_3.EthernetInterface"/> 1136 </Schema> 1137 1138 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_0"> 1139 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1140 <Annotation Term="Redfish.Release" String="2021.2"/> 1141 <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`."/> 1142 1143 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_0.EthernetInterface"/> 1144 </Schema> 1145 1146 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_1"> 1147 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1148 <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."/> 1149 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_0.EthernetInterface"/> 1150 </Schema> 1151 1152 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_2"> 1153 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1154 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1155 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_1.EthernetInterface"/> 1156 </Schema> 1157 1158 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_3"> 1159 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1160 <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."/> 1161 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_2.EthernetInterface"/> 1162 </Schema> 1163 1164 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_4"> 1165 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1166 <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."/> 1167 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_3.EthernetInterface"/> 1168 </Schema> 1169 1170 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_0"> 1171 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1172 <Annotation Term="Redfish.Release" String="2022.2"/> 1173 1174 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_0.EthernetInterface"> 1175 <Property Name="TeamMode" Type="EthernetInterface.v1_9_0.TeamMode"> 1176 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1177 <Annotation Term="OData.Description" String="The team mode for this interface."/> 1178 <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`."/> 1179 </Property> 1180 </EntityType> 1181 1182 <ComplexType Name="Links" BaseType="EthernetInterface.v1_7_0.Links"> 1183 <NavigationProperty Name="Ports" Type="Collection(Port.Port)"> 1184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1185 <Annotation Term="OData.Description" String="The links to the ports providing this Ethernet interface."/> 1186 <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."/> 1187 <Annotation Term="OData.AutoExpandReferences"/> 1188 </NavigationProperty> 1189 <NavigationProperty Name="RelatedInterfaces" Type="Collection(EthernetInterface.EthernetInterface)"> 1190 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1191 <Annotation Term="OData.Description" String="The links to the Ethernet interfaces that constitute this Ethernet interface."/> 1192 <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."/> 1193 <Annotation Term="OData.AutoExpandReferences"/> 1194 <Annotation Term="Redfish.RequiredOnCreate"/> 1195 </NavigationProperty> 1196 </ComplexType> 1197 1198 <EnumType Name="TeamMode"> 1199 <Member Name="None"> 1200 <Annotation Term="OData.Description" String="No teaming."/> 1201 </Member> 1202 <Member Name="RoundRobin"> 1203 <Annotation Term="OData.Description" String="Packets are transmitted in sequential order from the teamed interfaces."/> 1204 </Member> 1205 <Member Name="ActiveBackup"> 1206 <Annotation Term="OData.Description" String="One interface in the team is active and the others are kept in standby until a failure occurs."/> 1207 </Member> 1208 <Member Name="XOR"> 1209 <Annotation Term="OData.Description" String="Transmitting is determined based upon a hash policy."/> 1210 </Member> 1211 <Member Name="Broadcast"> 1212 <Annotation Term="OData.Description" String="Packets are transmitted on all interfaces in the team."/> 1213 </Member> 1214 <Member Name="IEEE802_3ad"> 1215 <Annotation Term="OData.Description" String="The interfaces in the team create an IEEE802.3ad link aggregation group."/> 1216 </Member> 1217 <Member Name="AdaptiveTransmitLoadBalancing"> 1218 <Annotation Term="OData.Description" String="Packets are transmitted based upon the current load of each interface in the team."/> 1219 </Member> 1220 <Member Name="AdaptiveLoadBalancing"> 1221 <Annotation Term="OData.Description" String="Packets are transmitted and received based upon the current load of each interface in the team."/> 1222 </Member> 1223 </EnumType> 1224 </Schema> 1225 1226 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_1"> 1227 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1228 <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."/> 1229 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_0.EthernetInterface"/> 1230 </Schema> 1231 1232 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_2"> 1233 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1234 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1235 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_1.EthernetInterface"/> 1236 </Schema> 1237 1238 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_3"> 1239 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1240 <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."/> 1241 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_2.EthernetInterface"/> 1242 </Schema> 1243 1244 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_4"> 1245 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1246 <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."/> 1247 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_3.EthernetInterface"/> 1248 </Schema> 1249 1250 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_0"> 1251 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1252 <Annotation Term="Redfish.Release" String="2023.1"/> 1253 1254 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_1.EthernetInterface"/> 1255 1256 <ComplexType Name="Links" BaseType="EthernetInterface.v1_9_0.Links"> 1257 <NavigationProperty Name="AffiliatedInterfaces" Type="Collection(EthernetInterface.EthernetInterface)"> 1258 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1259 <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."/> 1260 <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."/> 1261 <Annotation Term="OData.AutoExpandReferences"/> 1262 </NavigationProperty> 1263 </ComplexType> 1264 </Schema> 1265 1266 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_1"> 1267 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1268 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1269 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_0.EthernetInterface"/> 1270 </Schema> 1271 1272 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_2"> 1273 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1274 <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."/> 1275 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_1.EthernetInterface"/> 1276 </Schema> 1277 1278 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_3"> 1279 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1280 <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."/> 1281 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_2.EthernetInterface"/> 1282 </Schema> 1283 1284 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_0"> 1285 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1286 <Annotation Term="Redfish.Release" String="2023.2"/> 1287 1288 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_0.EthernetInterface"> 1289 <Property Name="RoutingScope" Type="EthernetInterface.v1_11_0.RoutingScope"> 1290 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1291 <Annotation Term="OData.Description" String="The routing scope for this interface."/> 1292 <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."/> 1293 </Property> 1294 </EntityType> 1295 1296 <EnumType Name="RoutingScope"> 1297 <Member Name="External"> 1298 <Annotation Term="OData.Description" String="Externally accessible."/> 1299 <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."/> 1300 </Member> 1301 <Member Name="HostOnly"> 1302 <Annotation Term="OData.Description" String="Only accessible to a dedicated interface on the host."/> 1303 <Annotation Term="OData.LongDescription" String="This value shall indicate this interface is only accessible to a dedicated interface on the hosting system."/> 1304 </Member> 1305 <Member Name="Internal"> 1306 <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."/> 1307 <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."/> 1308 </Member> 1309 <Member Name="Limited"> 1310 <Annotation Term="OData.Description" String="Accessible through IP translation provided by the hosting system."/> 1311 <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)."/> 1312 </Member> 1313 </EnumType> 1314 </Schema> 1315 1316 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_1"> 1317 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1318 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1319 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_0.EthernetInterface"/> 1320 </Schema> 1321 1322 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_2"> 1323 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1324 <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."/> 1325 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_1.EthernetInterface"/> 1326 </Schema> 1327 1328 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_3"> 1329 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1330 <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."/> 1331 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_2.EthernetInterface"/> 1332 </Schema> 1333 1334 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_12_0"> 1335 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1336 <Annotation Term="Redfish.Release" String="2023.3"/> 1337 1338 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_1.EthernetInterface"> 1339 <Property Name="IPv6Enabled" Type="Edm.Boolean"> 1340 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1341 <Annotation Term="OData.Description" String="An indication of whether IPv6 is enabled on this interface."/> 1342 <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`."/> 1343 </Property> 1344 </EntityType> 1345 </Schema> 1346 1347 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_12_1"> 1348 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1349 <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."/> 1350 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_12_0.EthernetInterface"/> 1351 </Schema> 1352 1353 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_12_2"> 1354 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1355 <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."/> 1356 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_12_1.EthernetInterface"/> 1357 </Schema> 1358 1359 </edmx:DataServices> 1360</edmx:Edmx> 1361