1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: EthernetInterface v1.12.0 --> 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-2023 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 61 <EntityType Name="EthernetInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 62 <Annotation Term="OData.Description" String="The EthernetInterface schema represents a single, logical Ethernet interface or network interface controller (NIC)."/> 63 <Annotation Term="OData.LongDescription" String="This resource contains NIC resources as part of the Redfish Specification."/> 64 <Annotation Term="Capabilities.InsertRestrictions"> 65 <Record> 66 <PropertyValue Property="Insertable" Bool="false"/> 67 </Record> 68 </Annotation> 69 <Annotation Term="Capabilities.UpdateRestrictions"> 70 <Record> 71 <PropertyValue Property="Updatable" Bool="true"/> 72 <Annotation Term="OData.Description" String="Any writable properties, such as addressing and link information, can be updated for Ethernet interfaces."/> 73 </Record> 74 </Annotation> 75 <Annotation Term="Capabilities.DeleteRestrictions"> 76 <Record> 77 <PropertyValue Property="Deletable" Bool="true"/> 78 </Record> 79 </Annotation> 80 <Annotation Term="Redfish.Uris"> 81 <Collection> 82 <String>/redfish/v1/Managers/{ManagerId}/EthernetInterfaces/{EthernetInterfaceId}</String> 83 <String>/redfish/v1/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}</String> 84 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}</String> 85 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}</String> 86 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}</String> 87 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}</String> 88 <String>/redfish/v1/Systems/{ComputerSystemId}/OperatingSystem/Containers/EthernetInterfaces/{EthernetInterfaceId}</String> 89 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/OperatingSystem/Containers/EthernetInterfaces/{EthernetInterfaceId}</String> 90 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/OperatingSystem/Containers/EthernetInterfaces/{EthernetInterfaceId}</String> 91 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/NetworkDeviceFunctions/{NetworkDeviceFunctionId}/EthernetInterfaces/{EthernetInterfaceId}</String> 92 </Collection> 93 </Annotation> 94 </EntityType> 95 </Schema> 96 97 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_0"> 98 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 99 <Annotation Term="Redfish.Release" String="1.0"/> 100 101 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.EthernetInterface"> 102 <Property Name="UefiDevicePath" Type="Edm.String"> 103 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 104 <Annotation Term="OData.Description" String="The UEFI device path for this interface."/> 105 <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI device path to the device that implements this interface, or port."/> 106 </Property> 107 <Property Name="Status" Type="Resource.Status" Nullable="false"> 108 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 109 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 110 </Property> 111 <Property Name="InterfaceEnabled" Type="Edm.Boolean"> 112 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 113 <Annotation Term="OData.Description" String="An indication of whether this interface is enabled."/> 114 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this interface is enabled."/> 115 </Property> 116 <Property Name="PermanentMACAddress" Type="EthernetInterface.v1_0_0.MACAddress"> 117 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 118 <Annotation Term="OData.Description" String="The permanent MAC address assigned to this interface, or port."/> 119 <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."/> 120 </Property> 121 <Property Name="MACAddress" Type="EthernetInterface.v1_0_0.MACAddress"> 122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 123 <Annotation Term="OData.Description" String="The currently configured MAC address of the interface, or logical port."/> 124 <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."/> 125 </Property> 126 <Property Name="SpeedMbps" Type="Edm.Int64"> 127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 128 <Annotation Term="OData.Description" String="The current speed, in Mbit/s, of this interface."/> 129 <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`."/> 130 <Annotation Term="Measures.Unit" String="Mbit/s"/> 131 </Property> 132 <Property Name="AutoNeg" Type="Edm.Boolean"> 133 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 134 <Annotation Term="OData.Description" String="An indication of whether the speed and duplex are automatically negotiated and configured on this interface."/> 135 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the speed and duplex are automatically negotiated and configured on this interface."/> 136 </Property> 137 <Property Name="FullDuplex" Type="Edm.Boolean"> 138 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 139 <Annotation Term="OData.Description" String="An indication of whether full-duplex mode is enabled on the Ethernet connection for this interface."/> 140 <Annotation Term="OData.LongDescription" String="This property shall indicate whether full-duplex mode is enabled on the Ethernet connection for this interface."/> 141 </Property> 142 <Property Name="MTUSize" Type="Edm.Int64"> 143 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 144 <Annotation Term="OData.Description" String="The currently configured maximum transmission unit (MTU), in bytes, on this interface."/> 145 <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."/> 146 </Property> 147 <Property Name="HostName" Type="Edm.String"> 148 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 149 <Annotation Term="OData.Description" String="The DNS host name, without any domain information."/> 150 <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."/> 151 </Property> 152 <Property Name="FQDN" Type="Edm.String"> 153 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 154 <Annotation Term="OData.Description" String="The complete, fully qualified domain name that DNS obtains for this interface."/> 155 <Annotation Term="OData.LongDescription" String="This property shall contain the fully qualified domain name that DNS obtains for this interface."/> 156 </Property> 157 <Property Name="MaxIPv6StaticAddresses" Type="Edm.Int64"> 158 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 159 <Annotation Term="OData.Description" String="The maximum number of static IPv6 addresses that can be configured on this interface."/> 160 <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."/> 161 </Property> 162 <Property Name="VLAN" Type="VLanNetworkInterface.VLAN" Nullable="false"> 163 <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."/> 164 <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."/> 165 </Property> 166 <Property Name="IPv4Addresses" Type="Collection(IPAddresses.IPv4Address)" Nullable="false"> 167 <Annotation Term="OData.Description" String="The IPv4 addresses currently in use by this interface."/> 168 <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."/> 169 </Property> 170 <Property Name="IPv6AddressPolicyTable" Type="Collection(EthernetInterface.v1_0_0.IPv6AddressPolicyEntry)"> 171 <Annotation Term="OData.Description" String="An array that represents the RFC6724-defined address selection policy table."/> 172 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the RFC6724-defined address selection policy table."/> 173 </Property> 174 <Property Name="IPv6Addresses" Type="Collection(IPAddresses.IPv6Address)" Nullable="false"> 175 <Annotation Term="OData.Description" String="The IPv6 addresses currently in use by this interface."/> 176 <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."/> 177 </Property> 178 <Property Name="IPv6StaticAddresses" Type="Collection(IPAddresses.IPv6StaticAddress)"> 179 <Annotation Term="OData.Description" String="The IPv6 static addresses assigned to this interface. See IPv6Addresses for the addresses in use by this interface."/> 180 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the IPv6 static connection characteristics for this interface."/> 181 </Property> 182 <Property Name="IPv6DefaultGateway" Type="Edm.String"> 183 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 184 <Annotation Term="OData.Description" String="The IPv6 default gateway address in use on this interface."/> 185 <Annotation Term="OData.LongDescription" String="This property shall contain the current IPv6 default gateway address in use on this interface."/> 186 <Annotation Term="Redfish.IPv6Format"/> 187 </Property> 188 <Property Name="NameServers" Type="Collection(Edm.String)" Nullable="false"> 189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 190 <Annotation Term="OData.Description" String="The DNS servers in use on this interface."/> 191 <Annotation Term="OData.LongDescription" String="This property shall contain the DNS servers in use on this interface."/> 192 </Property> 193 <NavigationProperty Name="VLANs" Type="VLanNetworkInterfaceCollection.VLanNetworkInterfaceCollection" ContainsTarget="true" Nullable="false"> 194 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 195 <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."/> 196 <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."/> 197 <Annotation Term="OData.AutoExpandReferences"/> 198 <Annotation Term="Redfish.Revisions"> 199 <Collection> 200 <Record> 201 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 202 <PropertyValue Property="Version" String="v1_7_0"/> 203 <PropertyValue Property="Description" String="This property has been deprecated in favor of newer methods indicating multiple VLANs."/> 204 </Record> 205 </Collection> 206 </Annotation> 207 </NavigationProperty> 208 </EntityType> 209 210 <TypeDefinition Name="MACAddress" UnderlyingType="Edm.String"> 211 <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"/> 212 </TypeDefinition> 213 214 <ComplexType Name="IPv6AddressPolicyEntry"> 215 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 216 <Annotation Term="OData.Description" String="The entry in the RFC6724-defined address selection policy table."/> 217 <Annotation Term="OData.LongDescription" String="This type shall describe an entry in the RFC6724-defined address selection policy table."/> 218 <Property Name="Prefix" Type="Edm.String"> 219 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 220 <Annotation Term="OData.Description" String="The IPv6 address prefix, as defined in RFC6724, section 2.1."/> 221 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 address prefix for this table entry, as defined in RFC6724, section 2.1."/> 222 <Annotation Term="Redfish.IPv6Format"/> 223 </Property> 224 <Property Name="Precedence" Type="Edm.Int64"> 225 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 226 <Annotation Term="OData.Description" String="The IPv6 precedence, as defined in RFC6724, section 2.1."/> 227 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 precedence value for this table entry, as defined in RFC6724, section 2.1."/> 228 <Annotation Term="Validation.Minimum" Int="1"/> 229 <Annotation Term="Validation.Maximum" Int="100"/> 230 </Property> 231 <Property Name="Label" Type="Edm.Int64"> 232 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 233 <Annotation Term="OData.Description" String="The IPv6 label, as defined in RFC6724, section 2.1."/> 234 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 label value for this table entry, as defined in RFC6724, section 2.1."/> 235 <Annotation Term="Validation.Minimum" Int="0"/> 236 <Annotation Term="Validation.Maximum" Int="100"/> 237 </Property> 238 </ComplexType> 239 </Schema> 240 241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_2"> 242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 243 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 244 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_0.EthernetInterface"/> 245 </Schema> 246 247 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_3"> 248 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 249 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/> 250 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_2.EthernetInterface"/> 251 </Schema> 252 253 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_4"> 254 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 255 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 256 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_3.EthernetInterface"/> 257 </Schema> 258 259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_5"> 260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 261 <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/> 262 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_4.EthernetInterface"/> 263 </Schema> 264 265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_6"> 266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 267 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> 268 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_5.EthernetInterface"/> 269 </Schema> 270 271 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_7"> 272 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 273 <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`."/> 274 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_6.EthernetInterface"/> 275 </Schema> 276 277 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_8"> 278 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 279 <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."/> 280 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_7.EthernetInterface"/> 281 </Schema> 282 283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_9"> 284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 285 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 286 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_8.EthernetInterface"/> 287 </Schema> 288 289 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_10"> 290 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 291 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 292 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_9.EthernetInterface"/> 293 </Schema> 294 295 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_11"> 296 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 297 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 298 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_10.EthernetInterface"/> 299 </Schema> 300 301 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_12"> 302 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 303 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 304 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_11.EthernetInterface"/> 305 </Schema> 306 307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_13"> 308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 309 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 310 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_12.EthernetInterface"/> 311 </Schema> 312 313 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_14"> 314 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 315 <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."/> 316 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_13.EthernetInterface"/> 317 </Schema> 318 319 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_0_15"> 320 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 321 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 322 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_14.EthernetInterface"/> 323 </Schema> 324 325 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_0"> 326 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 327 <Annotation Term="Redfish.Release" String="2016.2"/> 328 329 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_0_2.EthernetInterface"> 330 <Property Name="LinkStatus" Type="EthernetInterface.v1_1_0.LinkStatus"> 331 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 332 <Annotation Term="OData.Description" String="The link status of this interface, or port."/> 333 <Annotation Term="OData.LongDescription" String="This property shall contain the link status of this interface, or port."/> 334 </Property> 335 <Property Name="Links" Type="EthernetInterface.v1_1_0.Links" Nullable="false"> 336 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 337 <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."/> 338 <Annotation Term="Redfish.RequiredOnCreate"/> 339 </Property> 340 </EntityType> 341 342 <EnumType Name="LinkStatus"> 343 <Member Name="LinkUp"> 344 <Annotation Term="OData.Description" String="The link is available for communication on this interface."/> 345 </Member> 346 <Member Name="NoLink"> 347 <Annotation Term="OData.Description" String="No link or connection is detected on this interface."/> 348 </Member> 349 <Member Name="LinkDown"> 350 <Annotation Term="OData.Description" String="No link is detected on this interface, but the interface is connected."/> 351 </Member> 352 </EnumType> 353 354 <ComplexType Name="Links" BaseType="Resource.Links"> 355 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 356 <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."/> 357 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)"> 358 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 359 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this Ethernet interface."/> 360 <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."/> 361 <Annotation Term="OData.AutoExpandReferences"/> 362 </NavigationProperty> 363 </ComplexType> 364 </Schema> 365 366 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_1"> 367 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 368 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/> 369 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_0.EthernetInterface"/> 370 </Schema> 371 372 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_2"> 373 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 374 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet from NavigationProperties of the Collection type."/> 375 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_1.EthernetInterface"/> 376 </Schema> 377 378 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_3"> 379 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 380 <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/> 381 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_2.EthernetInterface"/> 382 </Schema> 383 384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_4"> 385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 386 <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."/> 387 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_3.EthernetInterface"/> 388 </Schema> 389 390 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_5"> 391 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 392 <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`."/> 393 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_4.EthernetInterface"/> 394 </Schema> 395 396 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_6"> 397 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 398 <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."/> 399 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_5.EthernetInterface"/> 400 </Schema> 401 402 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_7"> 403 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 404 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 405 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_6.EthernetInterface"/> 406 </Schema> 407 408 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_8"> 409 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 410 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 411 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_7.EthernetInterface"/> 412 </Schema> 413 414 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_9"> 415 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 416 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 417 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_8.EthernetInterface"/> 418 </Schema> 419 420 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_10"> 421 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 422 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 423 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_9.EthernetInterface"/> 424 </Schema> 425 426 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_11"> 427 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 428 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 429 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_10.EthernetInterface"/> 430 </Schema> 431 432 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_12"> 433 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 434 <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."/> 435 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_11.EthernetInterface"/> 436 </Schema> 437 438 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_1_13"> 439 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 440 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 441 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_12.EthernetInterface"/> 442 </Schema> 443 444 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_0"> 445 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 446 <Annotation Term="Redfish.Release" String="2016.3"/> 447 448 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_1_1.EthernetInterface"/> 449 450 <ComplexType Name="Links" BaseType="EthernetInterface.v1_1_0.Links"> 451 <NavigationProperty Name="HostInterface" Type="HostInterface.HostInterface" Nullable="false"> 452 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 453 <Annotation Term="OData.Description" String="The link to a Host Interface that is associated with this Ethernet interface."/> 454 <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."/> 455 <Annotation Term="OData.AutoExpandReferences"/> 456 </NavigationProperty> 457 </ComplexType> 458 </Schema> 459 460 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_1"> 461 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 462 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/> 463 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_0.EthernetInterface"/> 464 </Schema> 465 466 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_2"> 467 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 468 <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/> 469 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_1.EthernetInterface"/> 470 </Schema> 471 472 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_3"> 473 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 474 <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."/> 475 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_2.EthernetInterface"/> 476 </Schema> 477 478 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_4"> 479 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 480 <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`."/> 481 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_3.EthernetInterface"/> 482 </Schema> 483 484 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_5"> 485 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 486 <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."/> 487 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_4.EthernetInterface"/> 488 </Schema> 489 490 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_6"> 491 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 492 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 493 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_5.EthernetInterface"/> 494 </Schema> 495 496 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_7"> 497 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 498 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 499 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_6.EthernetInterface"/> 500 </Schema> 501 502 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_8"> 503 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 504 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 505 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_7.EthernetInterface"/> 506 </Schema> 507 508 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_9"> 509 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 510 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 511 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_8.EthernetInterface"/> 512 </Schema> 513 514 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_10"> 515 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 516 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 517 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_9.EthernetInterface"/> 518 </Schema> 519 520 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_11"> 521 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 522 <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."/> 523 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_10.EthernetInterface"/> 524 </Schema> 525 526 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_2_12"> 527 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 528 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 529 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_11.EthernetInterface"/> 530 </Schema> 531 532 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_0"> 533 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 534 <Annotation Term="Redfish.Release" String="2017.1"/> 535 536 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_2_1.EthernetInterface"> 537 <Property Name="Actions" Type="EthernetInterface.v1_3_0.Actions" Nullable="false"> 538 <Annotation Term="OData.Description" String="The available actions for this resource."/> 539 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 540 </Property> 541 </EntityType> 542 543 <ComplexType Name="Links" BaseType="EthernetInterface.v1_2_0.Links"> 544 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false"> 545 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 546 <Annotation Term="OData.Description" String="The link to the chassis that contains this Ethernet interface."/> 547 <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."/> 548 <Annotation Term="OData.AutoExpandReferences"/> 549 </NavigationProperty> 550 </ComplexType> 551 552 <ComplexType Name="Actions"> 553 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 554 <Annotation Term="OData.Description" String="The available actions for this resource."/> 555 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 556 <Property Name="Oem" Type="EthernetInterface.v1_3_0.OemActions" Nullable="false"> 557 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 558 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 559 </Property> 560 </ComplexType> 561 562 <ComplexType Name="OemActions"> 563 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 564 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 565 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 566 </ComplexType> 567 </Schema> 568 569 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_1"> 570 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 571 <Annotation Term="OData.Description" String="This version was created to change IPAddresses and VLanNetworkInterface structures to their abstract base types."/> 572 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_0.EthernetInterface"/> 573 </Schema> 574 575 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_2"> 576 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 577 <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."/> 578 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_1.EthernetInterface"/> 579 </Schema> 580 581 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_3"> 582 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 583 <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`."/> 584 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_2.EthernetInterface"/> 585 </Schema> 586 587 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_4"> 588 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 589 <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."/> 590 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_3.EthernetInterface"/> 591 </Schema> 592 593 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_5"> 594 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 595 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 596 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_4.EthernetInterface"/> 597 </Schema> 598 599 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_6"> 600 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 601 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 602 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_5.EthernetInterface"/> 603 </Schema> 604 605 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_7"> 606 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 607 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 608 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_6.EthernetInterface"/> 609 </Schema> 610 611 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_8"> 612 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 613 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 614 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_7.EthernetInterface"/> 615 </Schema> 616 617 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_9"> 618 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 619 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 620 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_8.EthernetInterface"/> 621 </Schema> 622 623 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_10"> 624 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 625 <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."/> 626 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_9.EthernetInterface"/> 627 </Schema> 628 629 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_3_11"> 630 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 631 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 632 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_10.EthernetInterface"/> 633 </Schema> 634 635 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_0"> 636 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 637 <Annotation Term="Redfish.Release" String="2017.3"/> 638 639 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_3_1.EthernetInterface"> 640 <Property Name="DHCPv4" Type="EthernetInterface.v1_4_0.DHCPv4Configuration" Nullable="false"> 641 <Annotation Term="OData.Description" String="DHCPv4 configuration for this interface."/> 642 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of DHCP v4."/> 643 </Property> 644 <Property Name="DHCPv6" Type="EthernetInterface.v1_4_0.DHCPv6Configuration" Nullable="false"> 645 <Annotation Term="OData.Description" String="DHCPv6 configuration for this interface."/> 646 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of DHCP v6."/> 647 </Property> 648 <Property Name="StatelessAddressAutoConfig" Type="EthernetInterface.v1_4_0.StatelessAddressAutoConfiguration" Nullable="false"> 649 <Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameters for this interface."/> 650 <Annotation Term="OData.LongDescription" String="This object shall contain the IPv4 and IPv6 stateless address automatic configuration (SLAAC) properties for this interface."/> 651 </Property> 652 <Property Name="IPv6StaticDefaultGateways" Type="Collection(IPAddresses.IPv6GatewayStaticAddress)"> 653 <Annotation Term="OData.Description" String="The IPv6 static default gateways for this interface."/> 654 <Annotation Term="OData.LongDescription" String="The values in this array shall represent the IPv6 static default gateway addresses for this interface."/> 655 </Property> 656 <Property Name="StaticNameServers" Type="Collection(Edm.String)"> 657 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 658 <Annotation Term="OData.Description" String="The statically-defined set of DNS server IPv4 and IPv6 addresses."/> 659 <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."/> 660 </Property> 661 <Property Name="IPv4StaticAddresses" Type="Collection(IPAddresses.IPv4Address)"> 662 <Annotation Term="OData.Description" String="The IPv4 static addresses assigned to this interface. See IPv4Addresses for the addresses in use by this interface."/> 663 <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."/> 664 </Property> 665 </EntityType> 666 667 <ComplexType Name="DHCPv4Configuration"> 668 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 669 <Annotation Term="OData.Description" String="DHCPv4 configuration for this interface."/> 670 <Annotation Term="OData.LongDescription" String="This type shall describe the configuration of DHCP v4."/> 671 <Property Name="DHCPEnabled" Type="Edm.Boolean"> 672 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 673 <Annotation Term="OData.Description" String="An indication of whether DHCP v4 is enabled on this Ethernet interface."/> 674 <Annotation Term="OData.LongDescription" String="This property shall indicate whether DHCP v4 is enabled for this Ethernet interface."/> 675 </Property> 676 <Property Name="UseDNSServers" Type="Edm.Boolean"> 677 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 678 <Annotation Term="OData.Description" String="An indication of whether this interface uses DHCP v4-supplied DNS servers."/> 679 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v4-supplied DNS servers."/> 680 </Property> 681 <Property Name="UseDomainName" Type="Edm.Boolean"> 682 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 683 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v4-supplied domain name."/> 684 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied domain name."/> 685 </Property> 686 <Property Name="UseGateway" Type="Edm.Boolean"> 687 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 688 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v4-supplied gateway."/> 689 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied gateway."/> 690 </Property> 691 <Property Name="UseNTPServers" Type="Edm.Boolean"> 692 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 693 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v4-supplied NTP servers."/> 694 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v4-supplied NTP servers."/> 695 </Property> 696 <Property Name="UseStaticRoutes" Type="Edm.Boolean"> 697 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 698 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v4-supplied static routes."/> 699 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v4-supplied static routes."/> 700 </Property> 701 </ComplexType> 702 703 <ComplexType Name="DHCPv6Configuration"> 704 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 705 <Annotation Term="OData.Description" String="DHCPv6 configuration for this interface."/> 706 <Annotation Term="OData.LongDescription" String="This type shall describe the configuration of DHCP v6."/> 707 <Property Name="OperatingMode" Type="EthernetInterface.v1_4_0.DHCPv6OperatingMode"> 708 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 709 <Annotation Term="OData.Description" String="Determines the DHCPv6 operating mode for this interface."/> 710 <Annotation Term="OData.LongDescription" String="This property shall control the operating mode of DHCPv6 on this interface."/> 711 </Property> 712 <Property Name="UseDNSServers" Type="Edm.Boolean"> 713 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 714 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v6-supplied DNS servers."/> 715 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6-supplied DNS servers."/> 716 </Property> 717 <Property Name="UseDomainName" Type="Edm.Boolean"> 718 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 719 <Annotation Term="OData.Description" String="An indication of whether this interface uses a DHCP v6-supplied domain name."/> 720 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses a DHCP v6-supplied domain name."/> 721 </Property> 722 <Property Name="UseNTPServers" Type="Edm.Boolean"> 723 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 724 <Annotation Term="OData.Description" String="An indication of whether the interface uses DHCP v6-supplied NTP servers."/> 725 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6-supplied NTP servers."/> 726 </Property> 727 <Property Name="UseRapidCommit" Type="Edm.Boolean"> 728 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 729 <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."/> 730 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the interface uses DHCP v6 rapid commit mode for stateful mode address assignments."/> 731 </Property> 732 </ComplexType> 733 734 <EnumType Name="DHCPv6OperatingMode"> 735 <Member Name="Stateful"> 736 <Annotation Term="OData.Description" String="DHCPv6 stateful mode."/> 737 <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`."/> 738 <Annotation Term="Redfish.Revisions"> 739 <Collection> 740 <Record> 741 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 742 <PropertyValue Property="Version" String="v1_8_0"/> 743 <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."/> 744 </Record> 745 </Collection> 746 </Annotation> 747 </Member> 748 <Member Name="Stateless"> 749 <Annotation Term="OData.Description" String="DHCPv6 stateless mode."/> 750 <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`."/> 751 <Annotation Term="Redfish.Revisions"> 752 <Collection> 753 <Record> 754 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 755 <PropertyValue Property="Version" String="v1_8_0"/> 756 <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."/> 757 </Record> 758 </Collection> 759 </Annotation> 760 </Member> 761 <Member Name="Disabled"> 762 <Annotation Term="OData.Description" String="DHCPv6 is disabled."/> 763 <Annotation Term="OData.LongDescription" String="DHCPv6 shall be disabled for this interface."/> 764 </Member> 765 <Member Name="Enabled"> 766 <Annotation Term="OData.Description" String="DHCPv6 is enabled."/> 767 <Annotation Term="OData.LongDescription" String="DHCPv6 shall be enabled for this interface."/> 768 <Annotation Term="Redfish.Revisions"> 769 <Collection> 770 <Record> 771 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 772 <PropertyValue Property="Version" String="v1_8_0"/> 773 </Record> 774 </Collection> 775 </Annotation> 776 </Member> 777 </EnumType> 778 779 <ComplexType Name="StatelessAddressAutoConfiguration"> 780 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 781 <Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameters for this interface."/> 782 <Annotation Term="OData.LongDescription" String="This type shall describe the IPv4 and IPv6 stateless address autoconfiguration (SLAAC) for this interface."/> 783 <Property Name="IPv4AutoConfigEnabled" Type="Edm.Boolean"> 784 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 785 <Annotation Term="OData.Description" String="An indication of whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 786 <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 787 </Property> 788 <Property Name="IPv6AutoConfigEnabled" Type="Edm.Boolean"> 789 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 790 <Annotation Term="OData.Description" String="An indication of whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 791 <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface."/> 792 </Property> 793 </ComplexType> 794 </Schema> 795 796 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_1"> 797 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 798 <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."/> 799 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_0.EthernetInterface"/> 800 </Schema> 801 802 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_2"> 803 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 804 <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`."/> 805 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_1.EthernetInterface"/> 806 </Schema> 807 808 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_3"> 809 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 810 <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."/> 811 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_2.EthernetInterface"/> 812 </Schema> 813 814 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_4"> 815 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 816 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 817 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_3.EthernetInterface"/> 818 </Schema> 819 820 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_5"> 821 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 822 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 823 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_4.EthernetInterface"/> 824 </Schema> 825 826 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_6"> 827 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 828 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 829 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_5.EthernetInterface"/> 830 </Schema> 831 832 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_7"> 833 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 834 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 835 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_6.EthernetInterface"/> 836 </Schema> 837 838 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_8"> 839 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 840 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 841 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_7.EthernetInterface"/> 842 </Schema> 843 844 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_9"> 845 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 846 <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."/> 847 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_8.EthernetInterface"/> 848 </Schema> 849 850 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_4_10"> 851 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 852 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 853 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_9.EthernetInterface"/> 854 </Schema> 855 856 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_0"> 857 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 858 <Annotation Term="Redfish.Release" String="2019.1"/> 859 860 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_4_2.EthernetInterface"/> 861 862 <ComplexType Name="DHCPv4Configuration" BaseType="EthernetInterface.v1_4_0.DHCPv4Configuration"> 863 <Property Name="FallbackAddress" Type="EthernetInterface.v1_5_0.DHCPFallback"> 864 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 865 <Annotation Term="OData.Description" String="DHCPv4 fallback address method for this interface."/> 866 <Annotation Term="OData.LongDescription" String="This property shall contain the fallback address method of DHCPv4."/> 867 </Property> 868 </ComplexType> 869 870 <EnumType Name="DHCPFallback"> 871 <Member Name="Static"> 872 <Annotation Term="OData.Description" String="Fall back to a static address specified by IPv4StaticAddresses."/> 873 <Annotation Term="OData.LongDescription" String="DHCP shall fall back to a static address specified by IPv4StaticAddresses."/> 874 </Member> 875 <Member Name="AutoConfig"> 876 <Annotation Term="OData.Description" String="Fall back to an autoconfigured address."/> 877 <Annotation Term="OData.LongDescription" String="DHCP shall fall back to an address generated by the implementation."/> 878 </Member> 879 <Member Name="None"> 880 <Annotation Term="OData.Description" String="Continue attempting DHCP without a fallback address."/> 881 <Annotation Term="OData.LongDescription" String="DHCP shall continue trying to obtain an address without falling back to a fixed address."/> 882 </Member> 883 </EnumType> 884 </Schema> 885 886 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_1"> 887 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 888 <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."/> 889 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_0.EthernetInterface"/> 890 </Schema> 891 892 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_2"> 893 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 894 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 895 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_1.EthernetInterface"/> 896 </Schema> 897 898 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_3"> 899 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 900 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 901 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_2.EthernetInterface"/> 902 </Schema> 903 904 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_4"> 905 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 906 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 907 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_3.EthernetInterface"/> 908 </Schema> 909 910 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_5"> 911 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 912 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 913 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_4.EthernetInterface"/> 914 </Schema> 915 916 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_6"> 917 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 918 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 919 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_5.EthernetInterface"/> 920 </Schema> 921 922 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_7"> 923 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 924 <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."/> 925 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_6.EthernetInterface"/> 926 </Schema> 927 928 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_5_8"> 929 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 930 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 931 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_7.EthernetInterface"/> 932 </Schema> 933 934 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_0"> 935 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 936 <Annotation Term="Redfish.Release" String="2020.1"/> 937 938 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_5_2.EthernetInterface"> 939 <Property Name="EthernetInterfaceType" Type="EthernetInterface.v1_6_0.EthernetDeviceType"> 940 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 941 <Annotation Term="OData.Description" String="The type of interface."/> 942 <Annotation Term="OData.LongDescription" String="This property shall contain the type of interface."/> 943 </Property> 944 </EntityType> 945 946 <ComplexType Name="Links" BaseType="EthernetInterface.v1_3_0.Links"> 947 <NavigationProperty Name="NetworkDeviceFunction" Type="NetworkDeviceFunction.NetworkDeviceFunction"> 948 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 949 <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."/> 950 <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`."/> 951 <Annotation Term="OData.AutoExpandReferences"/> 952 <Annotation Term="Redfish.Revisions"> 953 <Collection> 954 <Record> 955 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 956 <PropertyValue Property="Version" String="v1_7_0"/> 957 <PropertyValue Property="Description" String="This property has been deprecated in favor of NetworkDeviceFunctions as each EthernetInterface could represent more than one NetworkDeviceFunction."/> 958 </Record> 959 </Collection> 960 </Annotation> 961 </NavigationProperty> 962 </ComplexType> 963 964 <EnumType Name="EthernetDeviceType"> 965 <Member Name="Physical"> 966 <Annotation Term="OData.Description" String="A physical Ethernet interface."/> 967 <Annotation Term="OData.LongDescription" String="This value shall indicate a physical traditional network interface."/> 968 </Member> 969 <Member Name="Virtual"> 970 <Annotation Term="OData.Description" String="A virtual Ethernet interface."/> 971 <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."/> 972 </Member> 973 </EnumType> 974 </Schema> 975 976 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_1"> 977 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 978 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 979 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_0.EthernetInterface"/> 980 </Schema> 981 982 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_2"> 983 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 984 <Annotation Term="OData.Description" String="This version was created to improve the descriptions of IP address properties."/> 985 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_1.EthernetInterface"/> 986 </Schema> 987 988 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_3"> 989 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 990 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 991 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_2.EthernetInterface"/> 992 </Schema> 993 994 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_4"> 995 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 996 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 997 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_3.EthernetInterface"/> 998 </Schema> 999 1000 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_5"> 1001 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1002 <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."/> 1003 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_4.EthernetInterface"/> 1004 </Schema> 1005 1006 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_6_6"> 1007 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1008 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1009 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_5.EthernetInterface"/> 1010 </Schema> 1011 1012 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_0"> 1013 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1014 <Annotation Term="Redfish.Release" String="2021.2"/> 1015 <Annotation Term="OData.Description" String="This version was created to deprecate several properties and add NetworkDeviceFunctions link collection."/> 1016 1017 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_6_4.EthernetInterface"/> 1018 1019 <ComplexType Name="Links" BaseType="EthernetInterface.v1_6_0.Links"> 1020 <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)"> 1021 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1022 <Annotation Term="OData.Description" String="The link to the network device functions that constitute this Ethernet interface."/> 1023 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type NetworkDeviceFunction."/> 1024 <Annotation Term="OData.AutoExpandReferences"/> 1025 </NavigationProperty> 1026 </ComplexType> 1027 </Schema> 1028 1029 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_1"> 1030 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1031 <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."/> 1032 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_0.EthernetInterface"/> 1033 </Schema> 1034 1035 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_7_2"> 1036 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1037 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1038 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_1.EthernetInterface"/> 1039 </Schema> 1040 1041 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_0"> 1042 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1043 <Annotation Term="Redfish.Release" String="2021.2"/> 1044 <Annotation Term="OData.Description" String="This version was created to deprecate the `Stateless` and `Stateful` values for DHCPv6 OperatingMode and add `Enabled` to DHCPv6 OperatingMode."/> 1045 1046 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_7_0.EthernetInterface"/> 1047 </Schema> 1048 1049 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_1"> 1050 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1051 <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."/> 1052 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_0.EthernetInterface"/> 1053 </Schema> 1054 1055 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_8_2"> 1056 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1057 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1058 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_1.EthernetInterface"/> 1059 </Schema> 1060 1061 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_0"> 1062 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1063 <Annotation Term="Redfish.Release" String="2022.2"/> 1064 1065 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_8_0.EthernetInterface"> 1066 <Property Name="TeamMode" Type="EthernetInterface.v1_9_0.TeamMode"> 1067 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1068 <Annotation Term="OData.Description" String="The team mode for this interface."/> 1069 <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`."/> 1070 </Property> 1071 </EntityType> 1072 1073 <ComplexType Name="Links" BaseType="EthernetInterface.v1_7_0.Links"> 1074 <NavigationProperty Name="Ports" Type="Collection(Port.Port)"> 1075 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1076 <Annotation Term="OData.Description" String="The links to the ports providing this Ethernet interface."/> 1077 <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."/> 1078 <Annotation Term="OData.AutoExpandReferences"/> 1079 </NavigationProperty> 1080 <NavigationProperty Name="RelatedInterfaces" Type="Collection(EthernetInterface.EthernetInterface)"> 1081 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1082 <Annotation Term="OData.Description" String="The links to the Ethernet interfaces that constitute this Ethernet interface."/> 1083 <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."/> 1084 <Annotation Term="OData.AutoExpandReferences"/> 1085 <Annotation Term="Redfish.RequiredOnCreate"/> 1086 </NavigationProperty> 1087 </ComplexType> 1088 1089 <EnumType Name="TeamMode"> 1090 <Member Name="None"> 1091 <Annotation Term="OData.Description" String="No teaming."/> 1092 </Member> 1093 <Member Name="RoundRobin"> 1094 <Annotation Term="OData.Description" String="Packets are transmitted in sequential order from the teamed interfaces."/> 1095 </Member> 1096 <Member Name="ActiveBackup"> 1097 <Annotation Term="OData.Description" String="One interface in the team is active and the others are kept in standby until a failure occurs."/> 1098 </Member> 1099 <Member Name="XOR"> 1100 <Annotation Term="OData.Description" String="Transmitting is determined based upon a hash policy."/> 1101 </Member> 1102 <Member Name="Broadcast"> 1103 <Annotation Term="OData.Description" String="Packets are transmitted on all interfaces in the team."/> 1104 </Member> 1105 <Member Name="IEEE802_3ad"> 1106 <Annotation Term="OData.Description" String="The interfaces in the team create an IEEE802.3ad link aggregation group."/> 1107 </Member> 1108 <Member Name="AdaptiveTransmitLoadBalancing"> 1109 <Annotation Term="OData.Description" String="Packets are transmitted based upon the current load of each interface in the team."/> 1110 </Member> 1111 <Member Name="AdaptiveLoadBalancing"> 1112 <Annotation Term="OData.Description" String="Packets are transmitted and received based upon the current load of each interface in the team."/> 1113 </Member> 1114 </EnumType> 1115 </Schema> 1116 1117 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_1"> 1118 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1119 <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."/> 1120 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_0.EthernetInterface"/> 1121 </Schema> 1122 1123 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_9_2"> 1124 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1125 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1126 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_1.EthernetInterface"/> 1127 </Schema> 1128 1129 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_0"> 1130 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1131 <Annotation Term="Redfish.Release" String="2023.1"/> 1132 1133 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_9_1.EthernetInterface"/> 1134 1135 <ComplexType Name="Links" BaseType="EthernetInterface.v1_9_0.Links"> 1136 <NavigationProperty Name="AffiliatedInterfaces" Type="Collection(EthernetInterface.EthernetInterface)"> 1137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1138 <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."/> 1139 <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."/> 1140 <Annotation Term="OData.AutoExpandReferences"/> 1141 </NavigationProperty> 1142 </ComplexType> 1143 </Schema> 1144 1145 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_10_1"> 1146 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1147 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1148 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_0.EthernetInterface"/> 1149 </Schema> 1150 1151 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_0"> 1152 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1153 <Annotation Term="Redfish.Release" String="2023.2"/> 1154 1155 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_10_0.EthernetInterface"> 1156 <Property Name="RoutingScope" Type="EthernetInterface.v1_11_0.RoutingScope"> 1157 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1158 <Annotation Term="OData.Description" String="The routing scope for this interface."/> 1159 <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."/> 1160 </Property> 1161 </EntityType> 1162 1163 <EnumType Name="RoutingScope"> 1164 <Member Name="External"> 1165 <Annotation Term="OData.Description" String="Externally accessible."/> 1166 <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."/> 1167 </Member> 1168 <Member Name="HostOnly"> 1169 <Annotation Term="OData.Description" String="Only accessible to a dedicated interface on the host."/> 1170 <Annotation Term="OData.LongDescription" String="This value shall indicate this interface is only accessible to a dedicated interface on the hosting system."/> 1171 </Member> 1172 <Member Name="Internal"> 1173 <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."/> 1174 <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."/> 1175 </Member> 1176 <Member Name="Limited"> 1177 <Annotation Term="OData.Description" String="Accessible through IP translation provided by the hosting system."/> 1178 <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)."/> 1179 </Member> 1180 </EnumType> 1181 </Schema> 1182 1183 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_11_1"> 1184 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1185 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1186 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_0.EthernetInterface"/> 1187 </Schema> 1188 1189 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EthernetInterface.v1_12_0"> 1190 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1191 <Annotation Term="Redfish.Release" String="2023.3"/> 1192 1193 <EntityType Name="EthernetInterface" BaseType="EthernetInterface.v1_11_1.EthernetInterface"> 1194 <Property Name="IPv6Enabled" Type="Edm.Boolean"> 1195 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1196 <Annotation Term="OData.Description" String="An indication of whether IPv6 is enabled on this interface."/> 1197 <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`."/> 1198 </Property> 1199 </EntityType> 1200 </Schema> 1201 1202 </edmx:DataServices> 1203</edmx:Edmx> 1204