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