1*d125652eSGunnar Mills{ 2*d125652eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.v1_12_4.json", 3*d125652eSGunnar Mills "$ref": "#/definitions/EthernetInterface", 4*d125652eSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5*d125652eSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6*d125652eSGunnar Mills "definitions": { 7*d125652eSGunnar Mills "Actions": { 8*d125652eSGunnar Mills "additionalProperties": false, 9*d125652eSGunnar Mills "description": "The available actions for this resource.", 10*d125652eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11*d125652eSGunnar Mills "patternProperties": { 12*d125652eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13*d125652eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14*d125652eSGunnar Mills "type": [ 15*d125652eSGunnar Mills "array", 16*d125652eSGunnar Mills "boolean", 17*d125652eSGunnar Mills "integer", 18*d125652eSGunnar Mills "number", 19*d125652eSGunnar Mills "null", 20*d125652eSGunnar Mills "object", 21*d125652eSGunnar Mills "string" 22*d125652eSGunnar Mills ] 23*d125652eSGunnar Mills } 24*d125652eSGunnar Mills }, 25*d125652eSGunnar Mills "properties": { 26*d125652eSGunnar Mills "Oem": { 27*d125652eSGunnar Mills "$ref": "#/definitions/OemActions", 28*d125652eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 29*d125652eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource.", 30*d125652eSGunnar Mills "versionAdded": "v1_3_0" 31*d125652eSGunnar Mills } 32*d125652eSGunnar Mills }, 33*d125652eSGunnar Mills "type": "object" 34*d125652eSGunnar Mills }, 35*d125652eSGunnar Mills "DHCPFallback": { 36*d125652eSGunnar Mills "enum": [ 37*d125652eSGunnar Mills "Static", 38*d125652eSGunnar Mills "AutoConfig", 39*d125652eSGunnar Mills "None" 40*d125652eSGunnar Mills ], 41*d125652eSGunnar Mills "enumDescriptions": { 42*d125652eSGunnar Mills "AutoConfig": "Fall back to an autoconfigured address.", 43*d125652eSGunnar Mills "None": "Continue attempting DHCP without a fallback address.", 44*d125652eSGunnar Mills "Static": "Fall back to a static address specified by `IPv4StaticAddresses`." 45*d125652eSGunnar Mills }, 46*d125652eSGunnar Mills "enumLongDescriptions": { 47*d125652eSGunnar Mills "AutoConfig": "DHCP shall fall back to an address generated by the implementation.", 48*d125652eSGunnar Mills "None": "DHCP shall continue trying to obtain an address without falling back to a fixed address.", 49*d125652eSGunnar Mills "Static": "DHCP shall fall back to a static address specified by `IPv4StaticAddresses`." 50*d125652eSGunnar Mills }, 51*d125652eSGunnar Mills "type": "string" 52*d125652eSGunnar Mills }, 53*d125652eSGunnar Mills "DHCPv4Configuration": { 54*d125652eSGunnar Mills "additionalProperties": false, 55*d125652eSGunnar Mills "description": "DHCPv4 configuration for this interface.", 56*d125652eSGunnar Mills "longDescription": "This type shall describe the configuration of DHCP v4.", 57*d125652eSGunnar Mills "patternProperties": { 58*d125652eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 59*d125652eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 60*d125652eSGunnar Mills "type": [ 61*d125652eSGunnar Mills "array", 62*d125652eSGunnar Mills "boolean", 63*d125652eSGunnar Mills "integer", 64*d125652eSGunnar Mills "number", 65*d125652eSGunnar Mills "null", 66*d125652eSGunnar Mills "object", 67*d125652eSGunnar Mills "string" 68*d125652eSGunnar Mills ] 69*d125652eSGunnar Mills } 70*d125652eSGunnar Mills }, 71*d125652eSGunnar Mills "properties": { 72*d125652eSGunnar Mills "DHCPEnabled": { 73*d125652eSGunnar Mills "description": "An indication of whether DHCP v4 is enabled on this Ethernet interface.", 74*d125652eSGunnar Mills "longDescription": "This property shall indicate whether DHCP v4 is enabled for this Ethernet interface.", 75*d125652eSGunnar Mills "readonly": false, 76*d125652eSGunnar Mills "type": [ 77*d125652eSGunnar Mills "boolean", 78*d125652eSGunnar Mills "null" 79*d125652eSGunnar Mills ], 80*d125652eSGunnar Mills "versionAdded": "v1_4_0" 81*d125652eSGunnar Mills }, 82*d125652eSGunnar Mills "FallbackAddress": { 83*d125652eSGunnar Mills "anyOf": [ 84*d125652eSGunnar Mills { 85*d125652eSGunnar Mills "$ref": "#/definitions/DHCPFallback" 86*d125652eSGunnar Mills }, 87*d125652eSGunnar Mills { 88*d125652eSGunnar Mills "type": "null" 89*d125652eSGunnar Mills } 90*d125652eSGunnar Mills ], 91*d125652eSGunnar Mills "description": "DHCPv4 fallback address method for this interface.", 92*d125652eSGunnar Mills "longDescription": "This property shall contain the fallback address method of DHCPv4.", 93*d125652eSGunnar Mills "readonly": false, 94*d125652eSGunnar Mills "versionAdded": "v1_5_0" 95*d125652eSGunnar Mills }, 96*d125652eSGunnar Mills "UseDNSServers": { 97*d125652eSGunnar Mills "description": "An indication of whether this interface uses DHCP v4-supplied DNS servers.", 98*d125652eSGunnar Mills "longDescription": "This property shall indicate whether the interface uses DHCP v4-supplied DNS servers.", 99*d125652eSGunnar Mills "readonly": false, 100*d125652eSGunnar Mills "type": [ 101*d125652eSGunnar Mills "boolean", 102*d125652eSGunnar Mills "null" 103*d125652eSGunnar Mills ], 104*d125652eSGunnar Mills "versionAdded": "v1_4_0" 105*d125652eSGunnar Mills }, 106*d125652eSGunnar Mills "UseDomainName": { 107*d125652eSGunnar Mills "description": "An indication of whether this interface uses a DHCP v4-supplied domain name.", 108*d125652eSGunnar Mills "longDescription": "This property shall indicate whether the interface uses a DHCP v4-supplied domain name.", 109*d125652eSGunnar Mills "readonly": false, 110*d125652eSGunnar Mills "type": [ 111*d125652eSGunnar Mills "boolean", 112*d125652eSGunnar Mills "null" 113*d125652eSGunnar Mills ], 114*d125652eSGunnar Mills "versionAdded": "v1_4_0" 115*d125652eSGunnar Mills }, 116*d125652eSGunnar Mills "UseGateway": { 117*d125652eSGunnar Mills "description": "An indication of whether this interface uses a DHCP v4-supplied gateway.", 118*d125652eSGunnar Mills "longDescription": "This property shall indicate whether the interface uses a DHCP v4-supplied gateway.", 119*d125652eSGunnar Mills "readonly": false, 120*d125652eSGunnar Mills "type": [ 121*d125652eSGunnar Mills "boolean", 122*d125652eSGunnar Mills "null" 123*d125652eSGunnar Mills ], 124*d125652eSGunnar Mills "versionAdded": "v1_4_0" 125*d125652eSGunnar Mills }, 126*d125652eSGunnar Mills "UseNTPServers": { 127*d125652eSGunnar Mills "description": "An indication of whether the interface uses DHCP v4-supplied NTP servers.", 128*d125652eSGunnar Mills "longDescription": "This property shall indicate whether the interface uses DHCP v4-supplied NTP servers.", 129*d125652eSGunnar Mills "readonly": false, 130*d125652eSGunnar Mills "type": [ 131*d125652eSGunnar Mills "boolean", 132*d125652eSGunnar Mills "null" 133*d125652eSGunnar Mills ], 134*d125652eSGunnar Mills "versionAdded": "v1_4_0" 135*d125652eSGunnar Mills }, 136*d125652eSGunnar Mills "UseStaticRoutes": { 137*d125652eSGunnar Mills "description": "An indication of whether the interface uses DHCP v4-supplied static routes.", 138*d125652eSGunnar Mills "longDescription": "This property shall indicate whether the interface uses a DHCP v4-supplied static routes.", 139*d125652eSGunnar Mills "readonly": false, 140*d125652eSGunnar Mills "type": [ 141*d125652eSGunnar Mills "boolean", 142*d125652eSGunnar Mills "null" 143*d125652eSGunnar Mills ], 144*d125652eSGunnar Mills "versionAdded": "v1_4_0" 145*d125652eSGunnar Mills } 146*d125652eSGunnar Mills }, 147*d125652eSGunnar Mills "type": "object" 148*d125652eSGunnar Mills }, 149*d125652eSGunnar Mills "DHCPv6Configuration": { 150*d125652eSGunnar Mills "additionalProperties": false, 151*d125652eSGunnar Mills "description": "DHCPv6 configuration for this interface.", 152*d125652eSGunnar Mills "longDescription": "This type shall describe the configuration of DHCP v6.", 153*d125652eSGunnar Mills "patternProperties": { 154*d125652eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 155*d125652eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 156*d125652eSGunnar Mills "type": [ 157*d125652eSGunnar Mills "array", 158*d125652eSGunnar Mills "boolean", 159*d125652eSGunnar Mills "integer", 160*d125652eSGunnar Mills "number", 161*d125652eSGunnar Mills "null", 162*d125652eSGunnar Mills "object", 163*d125652eSGunnar Mills "string" 164*d125652eSGunnar Mills ] 165*d125652eSGunnar Mills } 166*d125652eSGunnar Mills }, 167*d125652eSGunnar Mills "properties": { 168*d125652eSGunnar Mills "OperatingMode": { 169*d125652eSGunnar Mills "anyOf": [ 170*d125652eSGunnar Mills { 171*d125652eSGunnar Mills "$ref": "#/definitions/DHCPv6OperatingMode" 172*d125652eSGunnar Mills }, 173*d125652eSGunnar Mills { 174*d125652eSGunnar Mills "type": "null" 175*d125652eSGunnar Mills } 176*d125652eSGunnar Mills ], 177*d125652eSGunnar Mills "description": "Determines the DHCPv6 operating mode for this interface.", 178*d125652eSGunnar Mills "longDescription": "This property shall control the operating mode of DHCPv6 on this interface.", 179*d125652eSGunnar Mills "readonly": false, 180*d125652eSGunnar Mills "versionAdded": "v1_4_0" 181*d125652eSGunnar Mills }, 182*d125652eSGunnar Mills "UseDNSServers": { 183*d125652eSGunnar Mills "description": "An indication of whether the interface uses DHCP v6-supplied DNS servers.", 184*d125652eSGunnar Mills "longDescription": "This property shall indicate whether the interface uses DHCP v6-supplied DNS servers.", 185*d125652eSGunnar Mills "readonly": false, 186*d125652eSGunnar Mills "type": [ 187*d125652eSGunnar Mills "boolean", 188*d125652eSGunnar Mills "null" 189*d125652eSGunnar Mills ], 190*d125652eSGunnar Mills "versionAdded": "v1_4_0" 191*d125652eSGunnar Mills }, 192*d125652eSGunnar Mills "UseDomainName": { 193*d125652eSGunnar Mills "description": "An indication of whether this interface uses a DHCP v6-supplied domain name.", 194*d125652eSGunnar Mills "longDescription": "This property shall indicate whether the interface uses a DHCP v6-supplied domain name.", 195*d125652eSGunnar Mills "readonly": false, 196*d125652eSGunnar Mills "type": [ 197*d125652eSGunnar Mills "boolean", 198*d125652eSGunnar Mills "null" 199*d125652eSGunnar Mills ], 200*d125652eSGunnar Mills "versionAdded": "v1_4_0" 201*d125652eSGunnar Mills }, 202*d125652eSGunnar Mills "UseNTPServers": { 203*d125652eSGunnar Mills "description": "An indication of whether the interface uses DHCP v6-supplied NTP servers.", 204*d125652eSGunnar Mills "longDescription": "This property shall indicate whether the interface uses DHCP v6-supplied NTP servers.", 205*d125652eSGunnar Mills "readonly": false, 206*d125652eSGunnar Mills "type": [ 207*d125652eSGunnar Mills "boolean", 208*d125652eSGunnar Mills "null" 209*d125652eSGunnar Mills ], 210*d125652eSGunnar Mills "versionAdded": "v1_4_0" 211*d125652eSGunnar Mills }, 212*d125652eSGunnar Mills "UseRapidCommit": { 213*d125652eSGunnar Mills "description": "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.", 214*d125652eSGunnar Mills "longDescription": "This property shall indicate whether the interface uses DHCP v6 rapid commit mode for stateful mode address assignments.", 215*d125652eSGunnar Mills "readonly": false, 216*d125652eSGunnar Mills "type": [ 217*d125652eSGunnar Mills "boolean", 218*d125652eSGunnar Mills "null" 219*d125652eSGunnar Mills ], 220*d125652eSGunnar Mills "versionAdded": "v1_4_0" 221*d125652eSGunnar Mills } 222*d125652eSGunnar Mills }, 223*d125652eSGunnar Mills "type": "object" 224*d125652eSGunnar Mills }, 225*d125652eSGunnar Mills "DHCPv6OperatingMode": { 226*d125652eSGunnar Mills "enum": [ 227*d125652eSGunnar Mills "Stateful", 228*d125652eSGunnar Mills "Stateless", 229*d125652eSGunnar Mills "Disabled", 230*d125652eSGunnar Mills "Enabled" 231*d125652eSGunnar Mills ], 232*d125652eSGunnar Mills "enumDeprecated": { 233*d125652eSGunnar Mills "Stateful": "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.", 234*d125652eSGunnar Mills "Stateless": "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." 235*d125652eSGunnar Mills }, 236*d125652eSGunnar Mills "enumDescriptions": { 237*d125652eSGunnar Mills "Disabled": "DHCPv6 is disabled.", 238*d125652eSGunnar Mills "Enabled": "DHCPv6 is enabled.", 239*d125652eSGunnar Mills "Stateful": "DHCPv6 stateful mode.", 240*d125652eSGunnar Mills "Stateless": "DHCPv6 stateless mode." 241*d125652eSGunnar Mills }, 242*d125652eSGunnar Mills "enumLongDescriptions": { 243*d125652eSGunnar Mills "Disabled": "DHCPv6 shall be disabled for this interface.", 244*d125652eSGunnar Mills "Enabled": "DHCPv6 shall be enabled for this interface.", 245*d125652eSGunnar Mills "Stateful": "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`.", 246*d125652eSGunnar Mills "Stateless": "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`." 247*d125652eSGunnar Mills }, 248*d125652eSGunnar Mills "enumVersionAdded": { 249*d125652eSGunnar Mills "Enabled": "v1_8_0" 250*d125652eSGunnar Mills }, 251*d125652eSGunnar Mills "enumVersionDeprecated": { 252*d125652eSGunnar Mills "Stateful": "v1_8_0", 253*d125652eSGunnar Mills "Stateless": "v1_8_0" 254*d125652eSGunnar Mills }, 255*d125652eSGunnar Mills "type": "string" 256*d125652eSGunnar Mills }, 257*d125652eSGunnar Mills "EthernetDeviceType": { 258*d125652eSGunnar Mills "enum": [ 259*d125652eSGunnar Mills "Physical", 260*d125652eSGunnar Mills "Virtual" 261*d125652eSGunnar Mills ], 262*d125652eSGunnar Mills "enumDescriptions": { 263*d125652eSGunnar Mills "Physical": "A physical Ethernet interface.", 264*d125652eSGunnar Mills "Virtual": "A virtual Ethernet interface." 265*d125652eSGunnar Mills }, 266*d125652eSGunnar Mills "enumLongDescriptions": { 267*d125652eSGunnar Mills "Physical": "This value shall indicate a physical traditional network interface.", 268*d125652eSGunnar Mills "Virtual": "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." 269*d125652eSGunnar Mills }, 270*d125652eSGunnar Mills "type": "string" 271*d125652eSGunnar Mills }, 272*d125652eSGunnar Mills "EthernetInterface": { 273*d125652eSGunnar Mills "additionalProperties": false, 274*d125652eSGunnar Mills "description": "The `EthernetInterface` schema represents a single, logical Ethernet interface or network interface controller (NIC).", 275*d125652eSGunnar Mills "longDescription": "This resource contains NIC resources as part of the Redfish Specification.", 276*d125652eSGunnar Mills "patternProperties": { 277*d125652eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 278*d125652eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 279*d125652eSGunnar Mills "type": [ 280*d125652eSGunnar Mills "array", 281*d125652eSGunnar Mills "boolean", 282*d125652eSGunnar Mills "integer", 283*d125652eSGunnar Mills "number", 284*d125652eSGunnar Mills "null", 285*d125652eSGunnar Mills "object", 286*d125652eSGunnar Mills "string" 287*d125652eSGunnar Mills ] 288*d125652eSGunnar Mills } 289*d125652eSGunnar Mills }, 290*d125652eSGunnar Mills "properties": { 291*d125652eSGunnar Mills "@odata.context": { 292*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 293*d125652eSGunnar Mills }, 294*d125652eSGunnar Mills "@odata.etag": { 295*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 296*d125652eSGunnar Mills }, 297*d125652eSGunnar Mills "@odata.id": { 298*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 299*d125652eSGunnar Mills }, 300*d125652eSGunnar Mills "@odata.type": { 301*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 302*d125652eSGunnar Mills }, 303*d125652eSGunnar Mills "Actions": { 304*d125652eSGunnar Mills "$ref": "#/definitions/Actions", 305*d125652eSGunnar Mills "description": "The available actions for this resource.", 306*d125652eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource.", 307*d125652eSGunnar Mills "versionAdded": "v1_3_0" 308*d125652eSGunnar Mills }, 309*d125652eSGunnar Mills "AutoNeg": { 310*d125652eSGunnar Mills "description": "An indication of whether the speed and duplex are automatically negotiated and configured on this interface.", 311*d125652eSGunnar Mills "longDescription": "This property shall indicate whether the speed and duplex are automatically negotiated and configured on this interface.", 312*d125652eSGunnar Mills "readonly": false, 313*d125652eSGunnar Mills "type": [ 314*d125652eSGunnar Mills "boolean", 315*d125652eSGunnar Mills "null" 316*d125652eSGunnar Mills ] 317*d125652eSGunnar Mills }, 318*d125652eSGunnar Mills "DHCPv4": { 319*d125652eSGunnar Mills "$ref": "#/definitions/DHCPv4Configuration", 320*d125652eSGunnar Mills "description": "DHCPv4 configuration for this interface.", 321*d125652eSGunnar Mills "longDescription": "This property shall contain the configuration of DHCP v4.", 322*d125652eSGunnar Mills "versionAdded": "v1_4_0" 323*d125652eSGunnar Mills }, 324*d125652eSGunnar Mills "DHCPv6": { 325*d125652eSGunnar Mills "$ref": "#/definitions/DHCPv6Configuration", 326*d125652eSGunnar Mills "description": "DHCPv6 configuration for this interface.", 327*d125652eSGunnar Mills "longDescription": "This property shall contain the configuration of DHCP v6.", 328*d125652eSGunnar Mills "versionAdded": "v1_4_0" 329*d125652eSGunnar Mills }, 330*d125652eSGunnar Mills "Description": { 331*d125652eSGunnar Mills "anyOf": [ 332*d125652eSGunnar Mills { 333*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 334*d125652eSGunnar Mills }, 335*d125652eSGunnar Mills { 336*d125652eSGunnar Mills "type": "null" 337*d125652eSGunnar Mills } 338*d125652eSGunnar Mills ], 339*d125652eSGunnar Mills "readonly": true 340*d125652eSGunnar Mills }, 341*d125652eSGunnar Mills "EthernetInterfaceType": { 342*d125652eSGunnar Mills "anyOf": [ 343*d125652eSGunnar Mills { 344*d125652eSGunnar Mills "$ref": "#/definitions/EthernetDeviceType" 345*d125652eSGunnar Mills }, 346*d125652eSGunnar Mills { 347*d125652eSGunnar Mills "type": "null" 348*d125652eSGunnar Mills } 349*d125652eSGunnar Mills ], 350*d125652eSGunnar Mills "description": "The type of interface.", 351*d125652eSGunnar Mills "longDescription": "This property shall contain the type of interface.", 352*d125652eSGunnar Mills "readonly": true, 353*d125652eSGunnar Mills "versionAdded": "v1_6_0" 354*d125652eSGunnar Mills }, 355*d125652eSGunnar Mills "FQDN": { 356*d125652eSGunnar Mills "description": "The complete, fully qualified domain name that DNS obtains for this interface.", 357*d125652eSGunnar Mills "longDescription": "This property shall contain the fully qualified domain name that DNS obtains for this interface.", 358*d125652eSGunnar Mills "readonly": false, 359*d125652eSGunnar Mills "type": [ 360*d125652eSGunnar Mills "string", 361*d125652eSGunnar Mills "null" 362*d125652eSGunnar Mills ] 363*d125652eSGunnar Mills }, 364*d125652eSGunnar Mills "FullDuplex": { 365*d125652eSGunnar Mills "description": "An indication of whether full-duplex mode is enabled on the Ethernet connection for this interface.", 366*d125652eSGunnar Mills "longDescription": "This property shall indicate whether full-duplex mode is enabled on the Ethernet connection for this interface.", 367*d125652eSGunnar Mills "readonly": false, 368*d125652eSGunnar Mills "type": [ 369*d125652eSGunnar Mills "boolean", 370*d125652eSGunnar Mills "null" 371*d125652eSGunnar Mills ] 372*d125652eSGunnar Mills }, 373*d125652eSGunnar Mills "HostName": { 374*d125652eSGunnar Mills "description": "The DNS host name, without any domain information.", 375*d125652eSGunnar Mills "longDescription": "This property shall contain the DNS host name for this interface. Modifying this property may modify the `HostName` in one or more `EthernetInterface` resources that belong to the same system, manager, or other device. If this interface is subordinate to a `ComputerSystem` resource, modifying this property may modify the `HostName` of the `ComputerSystem` resource that contains this interface. If this interface is subordinate to a `Manager` resource, modifying this property may modify the `HostName` of the `ManagerNetworkProtocol` resource of the `Manager` resource that contains this interface. Services should ignore this property in modification requests if `FQDN` is also provided in the same request.", 376*d125652eSGunnar Mills "readonly": false, 377*d125652eSGunnar Mills "type": [ 378*d125652eSGunnar Mills "string", 379*d125652eSGunnar Mills "null" 380*d125652eSGunnar Mills ] 381*d125652eSGunnar Mills }, 382*d125652eSGunnar Mills "IPv4Addresses": { 383*d125652eSGunnar Mills "description": "The IPv4 addresses currently in use by this interface.", 384*d125652eSGunnar Mills "items": { 385*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.json#/definitions/IPv4Address" 386*d125652eSGunnar Mills }, 387*d125652eSGunnar Mills "longDescription": "This property shall contain an array of objects that represent the IPv4 connection characteristics currently in use by this interface for any value of `AddressOrigin`. It is recommended that this property be regarded as read-only with configuration of static addresses performed by updating the values within `IPv4StaticAddresses`. Services may reject updates to this array for this reason. This property should contain an empty array if there are no active IPv4 addresses.", 388*d125652eSGunnar Mills "type": "array" 389*d125652eSGunnar Mills }, 390*d125652eSGunnar Mills "IPv4StaticAddresses": { 391*d125652eSGunnar Mills "description": "The IPv4 static addresses assigned to this interface. See `IPv4Addresses` for the addresses in use by this interface.", 392*d125652eSGunnar Mills "items": { 393*d125652eSGunnar Mills "anyOf": [ 394*d125652eSGunnar Mills { 395*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.json#/definitions/IPv4Address" 396*d125652eSGunnar Mills }, 397*d125652eSGunnar Mills { 398*d125652eSGunnar Mills "type": "null" 399*d125652eSGunnar Mills } 400*d125652eSGunnar Mills ] 401*d125652eSGunnar Mills }, 402*d125652eSGunnar Mills "longDescription": "This property shall contain an array of objects that represent all IPv4 static addresses assigned to, but not necessarily in use by, this interface. The `IPv4Addresses` property shall also list the addresses that this interface uses. Services should represent static addresses that are not configured as `null` values, as described by the 'PATCH on array properties' clause of the Redfish Specification. Services should not represent static addresses that are not configured as invalid IP addresses, such as `0.0.0.0`.", 403*d125652eSGunnar Mills "type": "array", 404*d125652eSGunnar Mills "versionAdded": "v1_4_0" 405*d125652eSGunnar Mills }, 406*d125652eSGunnar Mills "IPv6AddressPolicyTable": { 407*d125652eSGunnar Mills "description": "An array that represents the RFC6724-defined address selection policy table.", 408*d125652eSGunnar Mills "items": { 409*d125652eSGunnar Mills "anyOf": [ 410*d125652eSGunnar Mills { 411*d125652eSGunnar Mills "$ref": "#/definitions/IPv6AddressPolicyEntry" 412*d125652eSGunnar Mills }, 413*d125652eSGunnar Mills { 414*d125652eSGunnar Mills "type": "null" 415*d125652eSGunnar Mills } 416*d125652eSGunnar Mills ] 417*d125652eSGunnar Mills }, 418*d125652eSGunnar Mills "longDescription": "This property shall contain an array of objects that represent the RFC6724-defined address selection policy table.", 419*d125652eSGunnar Mills "type": "array" 420*d125652eSGunnar Mills }, 421*d125652eSGunnar Mills "IPv6Addresses": { 422*d125652eSGunnar Mills "description": "The IPv6 addresses currently in use by this interface.", 423*d125652eSGunnar Mills "items": { 424*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.json#/definitions/IPv6Address" 425*d125652eSGunnar Mills }, 426*d125652eSGunnar Mills "longDescription": "This property shall contain an array of objects that represent the IPv6 connection characteristics for this interface for any value of `AddressOrigin`. This property should contain an empty array if there are no active IPv6 addresses.", 427*d125652eSGunnar Mills "type": "array" 428*d125652eSGunnar Mills }, 429*d125652eSGunnar Mills "IPv6DefaultGateway": { 430*d125652eSGunnar Mills "description": "The IPv6 default gateway address in use on this interface.", 431*d125652eSGunnar Mills "longDescription": "This property shall contain the current IPv6 default gateway address in use on this interface.", 432*d125652eSGunnar Mills "readonly": true, 433*d125652eSGunnar Mills "type": [ 434*d125652eSGunnar Mills "string", 435*d125652eSGunnar Mills "null" 436*d125652eSGunnar Mills ] 437*d125652eSGunnar Mills }, 438*d125652eSGunnar Mills "IPv6Enabled": { 439*d125652eSGunnar Mills "description": "An indication of whether IPv6 is enabled on this interface.", 440*d125652eSGunnar Mills "longDescription": "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`.", 441*d125652eSGunnar Mills "readonly": false, 442*d125652eSGunnar Mills "type": [ 443*d125652eSGunnar Mills "boolean", 444*d125652eSGunnar Mills "null" 445*d125652eSGunnar Mills ], 446*d125652eSGunnar Mills "versionAdded": "v1_12_0" 447*d125652eSGunnar Mills }, 448*d125652eSGunnar Mills "IPv6StaticAddresses": { 449*d125652eSGunnar Mills "description": "The IPv6 static addresses assigned to this interface. See `IPv6Addresses` for the addresses in use by this interface.", 450*d125652eSGunnar Mills "items": { 451*d125652eSGunnar Mills "anyOf": [ 452*d125652eSGunnar Mills { 453*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.json#/definitions/IPv6StaticAddress" 454*d125652eSGunnar Mills }, 455*d125652eSGunnar Mills { 456*d125652eSGunnar Mills "type": "null" 457*d125652eSGunnar Mills } 458*d125652eSGunnar Mills ] 459*d125652eSGunnar Mills }, 460*d125652eSGunnar Mills "longDescription": "This property shall contain an array of objects that represent the IPv6 static connection characteristics for this interface. Services should represent static addresses that are not configured as `null` values, as described by the 'PATCH on array properties' clause of the Redfish Specification. Services should not represent static addresses that are not configured as invalid IP addresses, such as `::`.", 461*d125652eSGunnar Mills "type": "array" 462*d125652eSGunnar Mills }, 463*d125652eSGunnar Mills "IPv6StaticDefaultGateways": { 464*d125652eSGunnar Mills "description": "The IPv6 static default gateways for this interface.", 465*d125652eSGunnar Mills "items": { 466*d125652eSGunnar Mills "anyOf": [ 467*d125652eSGunnar Mills { 468*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.json#/definitions/IPv6GatewayStaticAddress" 469*d125652eSGunnar Mills }, 470*d125652eSGunnar Mills { 471*d125652eSGunnar Mills "type": "null" 472*d125652eSGunnar Mills } 473*d125652eSGunnar Mills ] 474*d125652eSGunnar Mills }, 475*d125652eSGunnar Mills "longDescription": "The values in this array shall represent the IPv6 static default gateway addresses for this interface.", 476*d125652eSGunnar Mills "type": "array", 477*d125652eSGunnar Mills "versionAdded": "v1_4_0" 478*d125652eSGunnar Mills }, 479*d125652eSGunnar Mills "Id": { 480*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 481*d125652eSGunnar Mills "readonly": true 482*d125652eSGunnar Mills }, 483*d125652eSGunnar Mills "InterfaceEnabled": { 484*d125652eSGunnar Mills "description": "An indication of whether this interface is enabled.", 485*d125652eSGunnar Mills "longDescription": "This property shall indicate whether this interface is enabled. If this interface is also a host interface, modifying this property may modify the `InterfaceEnabled` property in the `HostInterface` resource for this interface.", 486*d125652eSGunnar Mills "readonly": false, 487*d125652eSGunnar Mills "type": [ 488*d125652eSGunnar Mills "boolean", 489*d125652eSGunnar Mills "null" 490*d125652eSGunnar Mills ] 491*d125652eSGunnar Mills }, 492*d125652eSGunnar Mills "LinkStatus": { 493*d125652eSGunnar Mills "anyOf": [ 494*d125652eSGunnar Mills { 495*d125652eSGunnar Mills "$ref": "#/definitions/LinkStatus" 496*d125652eSGunnar Mills }, 497*d125652eSGunnar Mills { 498*d125652eSGunnar Mills "type": "null" 499*d125652eSGunnar Mills } 500*d125652eSGunnar Mills ], 501*d125652eSGunnar Mills "description": "The link status of this interface, or port.", 502*d125652eSGunnar Mills "longDescription": "This property shall contain the link status of this interface, or port.", 503*d125652eSGunnar Mills "readonly": true, 504*d125652eSGunnar Mills "versionAdded": "v1_1_0" 505*d125652eSGunnar Mills }, 506*d125652eSGunnar Mills "Links": { 507*d125652eSGunnar Mills "$ref": "#/definitions/Links", 508*d125652eSGunnar Mills "description": "The links to other resources that are related to this resource.", 509*d125652eSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.", 510*d125652eSGunnar Mills "versionAdded": "v1_1_0" 511*d125652eSGunnar Mills }, 512*d125652eSGunnar Mills "MACAddress": { 513*d125652eSGunnar Mills "anyOf": [ 514*d125652eSGunnar Mills { 515*d125652eSGunnar Mills "$ref": "#/definitions/MACAddress" 516*d125652eSGunnar Mills }, 517*d125652eSGunnar Mills { 518*d125652eSGunnar Mills "type": "null" 519*d125652eSGunnar Mills } 520*d125652eSGunnar Mills ], 521*d125652eSGunnar Mills "description": "The currently configured MAC address of the interface, or logical port.", 522*d125652eSGunnar Mills "longDescription": "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.", 523*d125652eSGunnar Mills "readonly": false 524*d125652eSGunnar Mills }, 525*d125652eSGunnar Mills "MTUSize": { 526*d125652eSGunnar Mills "description": "The currently configured maximum transmission unit (MTU), in bytes, on this interface.", 527*d125652eSGunnar Mills "longDescription": "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.", 528*d125652eSGunnar Mills "readonly": false, 529*d125652eSGunnar Mills "type": [ 530*d125652eSGunnar Mills "integer", 531*d125652eSGunnar Mills "null" 532*d125652eSGunnar Mills ] 533*d125652eSGunnar Mills }, 534*d125652eSGunnar Mills "MaxIPv6StaticAddresses": { 535*d125652eSGunnar Mills "description": "The maximum number of static IPv6 addresses that can be configured on this interface.", 536*d125652eSGunnar Mills "longDescription": "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.", 537*d125652eSGunnar Mills "readonly": true, 538*d125652eSGunnar Mills "type": [ 539*d125652eSGunnar Mills "integer", 540*d125652eSGunnar Mills "null" 541*d125652eSGunnar Mills ] 542*d125652eSGunnar Mills }, 543*d125652eSGunnar Mills "Name": { 544*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 545*d125652eSGunnar Mills "readonly": true 546*d125652eSGunnar Mills }, 547*d125652eSGunnar Mills "NameServers": { 548*d125652eSGunnar Mills "description": "The DNS servers in use on this interface.", 549*d125652eSGunnar Mills "items": { 550*d125652eSGunnar Mills "type": "string" 551*d125652eSGunnar Mills }, 552*d125652eSGunnar Mills "longDescription": "This property shall contain the DNS servers in use on this interface.", 553*d125652eSGunnar Mills "readonly": true, 554*d125652eSGunnar Mills "type": "array" 555*d125652eSGunnar Mills }, 556*d125652eSGunnar Mills "Oem": { 557*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 558*d125652eSGunnar Mills "description": "The OEM extension property.", 559*d125652eSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 560*d125652eSGunnar Mills }, 561*d125652eSGunnar Mills "PermanentMACAddress": { 562*d125652eSGunnar Mills "anyOf": [ 563*d125652eSGunnar Mills { 564*d125652eSGunnar Mills "$ref": "#/definitions/MACAddress" 565*d125652eSGunnar Mills }, 566*d125652eSGunnar Mills { 567*d125652eSGunnar Mills "type": "null" 568*d125652eSGunnar Mills } 569*d125652eSGunnar Mills ], 570*d125652eSGunnar Mills "description": "The permanent MAC address assigned to this interface, or port.", 571*d125652eSGunnar Mills "longDescription": "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.", 572*d125652eSGunnar Mills "readonly": true 573*d125652eSGunnar Mills }, 574*d125652eSGunnar Mills "RoutingScope": { 575*d125652eSGunnar Mills "anyOf": [ 576*d125652eSGunnar Mills { 577*d125652eSGunnar Mills "$ref": "#/definitions/RoutingScope" 578*d125652eSGunnar Mills }, 579*d125652eSGunnar Mills { 580*d125652eSGunnar Mills "type": "null" 581*d125652eSGunnar Mills } 582*d125652eSGunnar Mills ], 583*d125652eSGunnar Mills "description": "The routing scope for this interface.", 584*d125652eSGunnar Mills "longDescription": "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.", 585*d125652eSGunnar Mills "readonly": true, 586*d125652eSGunnar Mills "versionAdded": "v1_11_0" 587*d125652eSGunnar Mills }, 588*d125652eSGunnar Mills "SpeedMbps": { 589*d125652eSGunnar Mills "description": "The current speed, in Mbit/s, of this interface.", 590*d125652eSGunnar Mills "longDescription": "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`.", 591*d125652eSGunnar Mills "readonly": false, 592*d125652eSGunnar Mills "type": [ 593*d125652eSGunnar Mills "integer", 594*d125652eSGunnar Mills "null" 595*d125652eSGunnar Mills ], 596*d125652eSGunnar Mills "units": "Mbit/s" 597*d125652eSGunnar Mills }, 598*d125652eSGunnar Mills "StatelessAddressAutoConfig": { 599*d125652eSGunnar Mills "$ref": "#/definitions/StatelessAddressAutoConfiguration", 600*d125652eSGunnar Mills "description": "Stateless address autoconfiguration (SLAAC) parameters for this interface.", 601*d125652eSGunnar Mills "longDescription": "This object shall contain the IPv4 and IPv6 stateless address automatic configuration (SLAAC) properties for this interface.", 602*d125652eSGunnar Mills "versionAdded": "v1_4_0" 603*d125652eSGunnar Mills }, 604*d125652eSGunnar Mills "StaticNameServers": { 605*d125652eSGunnar Mills "description": "The statically-defined set of DNS server IPv4 and IPv6 addresses.", 606*d125652eSGunnar Mills "items": { 607*d125652eSGunnar Mills "type": [ 608*d125652eSGunnar Mills "string", 609*d125652eSGunnar Mills "null" 610*d125652eSGunnar Mills ] 611*d125652eSGunnar Mills }, 612*d125652eSGunnar Mills "longDescription": "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.", 613*d125652eSGunnar Mills "readonly": false, 614*d125652eSGunnar Mills "type": "array", 615*d125652eSGunnar Mills "versionAdded": "v1_4_0" 616*d125652eSGunnar Mills }, 617*d125652eSGunnar Mills "Status": { 618*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 619*d125652eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 620*d125652eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 621*d125652eSGunnar Mills }, 622*d125652eSGunnar Mills "TeamMode": { 623*d125652eSGunnar Mills "anyOf": [ 624*d125652eSGunnar Mills { 625*d125652eSGunnar Mills "$ref": "#/definitions/TeamMode" 626*d125652eSGunnar Mills }, 627*d125652eSGunnar Mills { 628*d125652eSGunnar Mills "type": "null" 629*d125652eSGunnar Mills } 630*d125652eSGunnar Mills ], 631*d125652eSGunnar Mills "description": "The team mode for this interface.", 632*d125652eSGunnar Mills "longDescription": "This property shall contain the team mode for this interface. If this property is not present, the value shall be assumed to be `None`.", 633*d125652eSGunnar Mills "readonly": false, 634*d125652eSGunnar Mills "versionAdded": "v1_9_0" 635*d125652eSGunnar Mills }, 636*d125652eSGunnar Mills "UefiDevicePath": { 637*d125652eSGunnar Mills "description": "The UEFI device path for this interface.", 638*d125652eSGunnar Mills "longDescription": "This property shall contain the UEFI device path to the device that implements this interface, or port.", 639*d125652eSGunnar Mills "readonly": true, 640*d125652eSGunnar Mills "type": [ 641*d125652eSGunnar Mills "string", 642*d125652eSGunnar Mills "null" 643*d125652eSGunnar Mills ] 644*d125652eSGunnar Mills }, 645*d125652eSGunnar Mills "VLAN": { 646*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface.json#/definitions/VLAN", 647*d125652eSGunnar Mills "description": "If this network interface supports more than one VLAN, this property is absent. VLAN collections appear in the `Links` property of this resource.", 648*d125652eSGunnar Mills "longDescription": "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." 649*d125652eSGunnar Mills }, 650*d125652eSGunnar Mills "VLANs": { 651*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterfaceCollection.json#/definitions/VLanNetworkInterfaceCollection", 652*d125652eSGunnar Mills "deprecated": "This property has been deprecated in favor of newer methods indicating multiple VLANs.", 653*d125652eSGunnar Mills "description": "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.", 654*d125652eSGunnar Mills "longDescription": "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.", 655*d125652eSGunnar Mills "readonly": true, 656*d125652eSGunnar Mills "versionDeprecated": "v1_7_0" 657*d125652eSGunnar Mills } 658*d125652eSGunnar Mills }, 659*d125652eSGunnar Mills "required": [ 660*d125652eSGunnar Mills "@odata.id", 661*d125652eSGunnar Mills "@odata.type", 662*d125652eSGunnar Mills "Id", 663*d125652eSGunnar Mills "Name" 664*d125652eSGunnar Mills ], 665*d125652eSGunnar Mills "requiredOnCreate": [ 666*d125652eSGunnar Mills "Links" 667*d125652eSGunnar Mills ], 668*d125652eSGunnar Mills "type": "object" 669*d125652eSGunnar Mills }, 670*d125652eSGunnar Mills "IPv6AddressPolicyEntry": { 671*d125652eSGunnar Mills "additionalProperties": false, 672*d125652eSGunnar Mills "description": "The entry in the RFC6724-defined address selection policy table.", 673*d125652eSGunnar Mills "longDescription": "This type shall describe an entry in the RFC6724-defined address selection policy table.", 674*d125652eSGunnar Mills "patternProperties": { 675*d125652eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 676*d125652eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 677*d125652eSGunnar Mills "type": [ 678*d125652eSGunnar Mills "array", 679*d125652eSGunnar Mills "boolean", 680*d125652eSGunnar Mills "integer", 681*d125652eSGunnar Mills "number", 682*d125652eSGunnar Mills "null", 683*d125652eSGunnar Mills "object", 684*d125652eSGunnar Mills "string" 685*d125652eSGunnar Mills ] 686*d125652eSGunnar Mills } 687*d125652eSGunnar Mills }, 688*d125652eSGunnar Mills "properties": { 689*d125652eSGunnar Mills "Label": { 690*d125652eSGunnar Mills "description": "The IPv6 label, as defined in RFC6724, section 2.1.", 691*d125652eSGunnar Mills "longDescription": "This property shall contain the IPv6 label value for this table entry, as defined in RFC6724, section 2.1.", 692*d125652eSGunnar Mills "maximum": 100, 693*d125652eSGunnar Mills "minimum": 0, 694*d125652eSGunnar Mills "readonly": false, 695*d125652eSGunnar Mills "type": [ 696*d125652eSGunnar Mills "integer", 697*d125652eSGunnar Mills "null" 698*d125652eSGunnar Mills ] 699*d125652eSGunnar Mills }, 700*d125652eSGunnar Mills "Precedence": { 701*d125652eSGunnar Mills "description": "The IPv6 precedence, as defined in RFC6724, section 2.1.", 702*d125652eSGunnar Mills "longDescription": "This property shall contain the IPv6 precedence value for this table entry, as defined in RFC6724, section 2.1.", 703*d125652eSGunnar Mills "maximum": 100, 704*d125652eSGunnar Mills "minimum": 1, 705*d125652eSGunnar Mills "readonly": false, 706*d125652eSGunnar Mills "type": [ 707*d125652eSGunnar Mills "integer", 708*d125652eSGunnar Mills "null" 709*d125652eSGunnar Mills ] 710*d125652eSGunnar Mills }, 711*d125652eSGunnar Mills "Prefix": { 712*d125652eSGunnar Mills "description": "The IPv6 address prefix, as defined in RFC6724, section 2.1.", 713*d125652eSGunnar Mills "longDescription": "This property shall contain the IPv6 address prefix for this table entry, as defined in RFC6724, section 2.1.", 714*d125652eSGunnar Mills "readonly": false, 715*d125652eSGunnar Mills "type": [ 716*d125652eSGunnar Mills "string", 717*d125652eSGunnar Mills "null" 718*d125652eSGunnar Mills ] 719*d125652eSGunnar Mills } 720*d125652eSGunnar Mills }, 721*d125652eSGunnar Mills "type": "object" 722*d125652eSGunnar Mills }, 723*d125652eSGunnar Mills "LinkStatus": { 724*d125652eSGunnar Mills "enum": [ 725*d125652eSGunnar Mills "LinkUp", 726*d125652eSGunnar Mills "NoLink", 727*d125652eSGunnar Mills "LinkDown" 728*d125652eSGunnar Mills ], 729*d125652eSGunnar Mills "enumDescriptions": { 730*d125652eSGunnar Mills "LinkDown": "No link is detected on this interface, but the interface is connected.", 731*d125652eSGunnar Mills "LinkUp": "The link is available for communication on this interface.", 732*d125652eSGunnar Mills "NoLink": "No link or connection is detected on this interface." 733*d125652eSGunnar Mills }, 734*d125652eSGunnar Mills "type": "string" 735*d125652eSGunnar Mills }, 736*d125652eSGunnar Mills "Links": { 737*d125652eSGunnar Mills "additionalProperties": false, 738*d125652eSGunnar Mills "description": "The links to other resources that are related to this resource.", 739*d125652eSGunnar Mills "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.", 740*d125652eSGunnar Mills "patternProperties": { 741*d125652eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 742*d125652eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 743*d125652eSGunnar Mills "type": [ 744*d125652eSGunnar Mills "array", 745*d125652eSGunnar Mills "boolean", 746*d125652eSGunnar Mills "integer", 747*d125652eSGunnar Mills "number", 748*d125652eSGunnar Mills "null", 749*d125652eSGunnar Mills "object", 750*d125652eSGunnar Mills "string" 751*d125652eSGunnar Mills ] 752*d125652eSGunnar Mills } 753*d125652eSGunnar Mills }, 754*d125652eSGunnar Mills "properties": { 755*d125652eSGunnar Mills "AffiliatedInterfaces": { 756*d125652eSGunnar Mills "description": "The links to the Ethernet interfaces that are affiliated with this interface, such as a VLAN or a team that uses this interface.", 757*d125652eSGunnar Mills "items": { 758*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.json#/definitions/EthernetInterface" 759*d125652eSGunnar Mills }, 760*d125652eSGunnar Mills "longDescription": "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.", 761*d125652eSGunnar Mills "readonly": true, 762*d125652eSGunnar Mills "type": "array", 763*d125652eSGunnar Mills "versionAdded": "v1_10_0" 764*d125652eSGunnar Mills }, 765*d125652eSGunnar Mills "AffiliatedInterfaces@odata.count": { 766*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 767*d125652eSGunnar Mills }, 768*d125652eSGunnar Mills "Chassis": { 769*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis", 770*d125652eSGunnar Mills "description": "The link to the chassis that contains this Ethernet interface.", 771*d125652eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Chassis` that represent the physical container associated with this Ethernet interface.", 772*d125652eSGunnar Mills "readonly": true, 773*d125652eSGunnar Mills "versionAdded": "v1_3_0" 774*d125652eSGunnar Mills }, 775*d125652eSGunnar Mills "Endpoints": { 776*d125652eSGunnar Mills "description": "An array of links to the endpoints that connect to this Ethernet interface.", 777*d125652eSGunnar Mills "items": { 778*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Endpoint.json#/definitions/Endpoint" 779*d125652eSGunnar Mills }, 780*d125652eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Endpoint` with which this Ethernet interface is associated.", 781*d125652eSGunnar Mills "readonly": true, 782*d125652eSGunnar Mills "type": "array", 783*d125652eSGunnar Mills "versionAdded": "v1_1_0" 784*d125652eSGunnar Mills }, 785*d125652eSGunnar Mills "Endpoints@odata.count": { 786*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 787*d125652eSGunnar Mills }, 788*d125652eSGunnar Mills "HostInterface": { 789*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/HostInterface.json#/definitions/HostInterface", 790*d125652eSGunnar Mills "description": "The link to a Host Interface that is associated with this Ethernet interface.", 791*d125652eSGunnar Mills "longDescription": "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.", 792*d125652eSGunnar Mills "readonly": true, 793*d125652eSGunnar Mills "versionAdded": "v1_2_0" 794*d125652eSGunnar Mills }, 795*d125652eSGunnar Mills "NetworkDeviceFunction": { 796*d125652eSGunnar Mills "anyOf": [ 797*d125652eSGunnar Mills { 798*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.json#/definitions/NetworkDeviceFunction" 799*d125652eSGunnar Mills }, 800*d125652eSGunnar Mills { 801*d125652eSGunnar Mills "type": "null" 802*d125652eSGunnar Mills } 803*d125652eSGunnar Mills ], 804*d125652eSGunnar Mills "deprecated": "This property has been deprecated in favor of `NetworkDeviceFunctions` as each `EthernetInterface` could represent more than one `NetworkDeviceFunction`.", 805*d125652eSGunnar Mills "description": "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.", 806*d125652eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `NetworkDeviceFunction` and only be populated with the `EthernetInterfaceType` property is `Virtual`.", 807*d125652eSGunnar Mills "readonly": true, 808*d125652eSGunnar Mills "versionAdded": "v1_6_0", 809*d125652eSGunnar Mills "versionDeprecated": "v1_7_0" 810*d125652eSGunnar Mills }, 811*d125652eSGunnar Mills "NetworkDeviceFunctions": { 812*d125652eSGunnar Mills "description": "The link to the network device functions that constitute this Ethernet interface.", 813*d125652eSGunnar Mills "items": { 814*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.json#/definitions/NetworkDeviceFunction" 815*d125652eSGunnar Mills }, 816*d125652eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `NetworkDeviceFunction`.", 817*d125652eSGunnar Mills "readonly": true, 818*d125652eSGunnar Mills "type": "array", 819*d125652eSGunnar Mills "versionAdded": "v1_7_0" 820*d125652eSGunnar Mills }, 821*d125652eSGunnar Mills "NetworkDeviceFunctions@odata.count": { 822*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 823*d125652eSGunnar Mills }, 824*d125652eSGunnar Mills "Oem": { 825*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 826*d125652eSGunnar Mills "description": "The OEM extension property.", 827*d125652eSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements." 828*d125652eSGunnar Mills }, 829*d125652eSGunnar Mills "Ports": { 830*d125652eSGunnar Mills "description": "The links to the ports providing this Ethernet interface.", 831*d125652eSGunnar Mills "items": { 832*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Port.json#/definitions/Port" 833*d125652eSGunnar Mills }, 834*d125652eSGunnar Mills "longDescription": "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.", 835*d125652eSGunnar Mills "readonly": true, 836*d125652eSGunnar Mills "type": "array", 837*d125652eSGunnar Mills "versionAdded": "v1_9_0" 838*d125652eSGunnar Mills }, 839*d125652eSGunnar Mills "Ports@odata.count": { 840*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 841*d125652eSGunnar Mills }, 842*d125652eSGunnar Mills "RelatedInterfaces": { 843*d125652eSGunnar Mills "description": "The links to the Ethernet interfaces that constitute this Ethernet interface.", 844*d125652eSGunnar Mills "items": { 845*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.json#/definitions/EthernetInterface" 846*d125652eSGunnar Mills }, 847*d125652eSGunnar Mills "longDescription": "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.", 848*d125652eSGunnar Mills "readonly": false, 849*d125652eSGunnar Mills "type": "array", 850*d125652eSGunnar Mills "versionAdded": "v1_9_0" 851*d125652eSGunnar Mills }, 852*d125652eSGunnar Mills "RelatedInterfaces@odata.count": { 853*d125652eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 854*d125652eSGunnar Mills } 855*d125652eSGunnar Mills }, 856*d125652eSGunnar Mills "requiredOnCreate": [ 857*d125652eSGunnar Mills "RelatedInterfaces" 858*d125652eSGunnar Mills ], 859*d125652eSGunnar Mills "type": "object" 860*d125652eSGunnar Mills }, 861*d125652eSGunnar Mills "MACAddress": { 862*d125652eSGunnar Mills "pattern": "^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$", 863*d125652eSGunnar Mills "type": "string" 864*d125652eSGunnar Mills }, 865*d125652eSGunnar Mills "OemActions": { 866*d125652eSGunnar Mills "additionalProperties": true, 867*d125652eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 868*d125652eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 869*d125652eSGunnar Mills "patternProperties": { 870*d125652eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 871*d125652eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 872*d125652eSGunnar Mills "type": [ 873*d125652eSGunnar Mills "array", 874*d125652eSGunnar Mills "boolean", 875*d125652eSGunnar Mills "integer", 876*d125652eSGunnar Mills "number", 877*d125652eSGunnar Mills "null", 878*d125652eSGunnar Mills "object", 879*d125652eSGunnar Mills "string" 880*d125652eSGunnar Mills ] 881*d125652eSGunnar Mills } 882*d125652eSGunnar Mills }, 883*d125652eSGunnar Mills "properties": {}, 884*d125652eSGunnar Mills "type": "object" 885*d125652eSGunnar Mills }, 886*d125652eSGunnar Mills "RoutingScope": { 887*d125652eSGunnar Mills "enum": [ 888*d125652eSGunnar Mills "External", 889*d125652eSGunnar Mills "HostOnly", 890*d125652eSGunnar Mills "Internal", 891*d125652eSGunnar Mills "Limited" 892*d125652eSGunnar Mills ], 893*d125652eSGunnar Mills "enumDescriptions": { 894*d125652eSGunnar Mills "External": "Externally accessible.", 895*d125652eSGunnar Mills "HostOnly": "Only accessible to a dedicated interface on the host.", 896*d125652eSGunnar Mills "Internal": "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.", 897*d125652eSGunnar Mills "Limited": "Accessible through IP translation provided by the hosting system." 898*d125652eSGunnar Mills }, 899*d125652eSGunnar Mills "enumLongDescriptions": { 900*d125652eSGunnar Mills "External": "This value shall indicate this interface is externally accessible as if it were physically on the same network as the hosting system.", 901*d125652eSGunnar Mills "HostOnly": "This value shall indicate this interface is only accessible to a dedicated interface on the hosting system.", 902*d125652eSGunnar Mills "Internal": "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.", 903*d125652eSGunnar Mills "Limited": "This value shall indicate this interface is accessible through IP translation provided by the hosting system, such as a NAT (network address translation)." 904*d125652eSGunnar Mills }, 905*d125652eSGunnar Mills "type": "string" 906*d125652eSGunnar Mills }, 907*d125652eSGunnar Mills "StatelessAddressAutoConfiguration": { 908*d125652eSGunnar Mills "additionalProperties": false, 909*d125652eSGunnar Mills "description": "Stateless address autoconfiguration (SLAAC) parameters for this interface.", 910*d125652eSGunnar Mills "longDescription": "This type shall describe the IPv4 and IPv6 stateless address autoconfiguration (SLAAC) for this interface.", 911*d125652eSGunnar Mills "patternProperties": { 912*d125652eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 913*d125652eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 914*d125652eSGunnar Mills "type": [ 915*d125652eSGunnar Mills "array", 916*d125652eSGunnar Mills "boolean", 917*d125652eSGunnar Mills "integer", 918*d125652eSGunnar Mills "number", 919*d125652eSGunnar Mills "null", 920*d125652eSGunnar Mills "object", 921*d125652eSGunnar Mills "string" 922*d125652eSGunnar Mills ] 923*d125652eSGunnar Mills } 924*d125652eSGunnar Mills }, 925*d125652eSGunnar Mills "properties": { 926*d125652eSGunnar Mills "IPv4AutoConfigEnabled": { 927*d125652eSGunnar Mills "description": "An indication of whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface.", 928*d125652eSGunnar Mills "longDescription": "This property shall indicate whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for this interface.", 929*d125652eSGunnar Mills "readonly": false, 930*d125652eSGunnar Mills "type": [ 931*d125652eSGunnar Mills "boolean", 932*d125652eSGunnar Mills "null" 933*d125652eSGunnar Mills ], 934*d125652eSGunnar Mills "versionAdded": "v1_4_0" 935*d125652eSGunnar Mills }, 936*d125652eSGunnar Mills "IPv6AutoConfigEnabled": { 937*d125652eSGunnar Mills "description": "An indication of whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface.", 938*d125652eSGunnar Mills "longDescription": "This property shall indicate whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for this interface.", 939*d125652eSGunnar Mills "readonly": false, 940*d125652eSGunnar Mills "type": [ 941*d125652eSGunnar Mills "boolean", 942*d125652eSGunnar Mills "null" 943*d125652eSGunnar Mills ], 944*d125652eSGunnar Mills "versionAdded": "v1_4_0" 945*d125652eSGunnar Mills } 946*d125652eSGunnar Mills }, 947*d125652eSGunnar Mills "type": "object" 948*d125652eSGunnar Mills }, 949*d125652eSGunnar Mills "TeamMode": { 950*d125652eSGunnar Mills "enum": [ 951*d125652eSGunnar Mills "None", 952*d125652eSGunnar Mills "RoundRobin", 953*d125652eSGunnar Mills "ActiveBackup", 954*d125652eSGunnar Mills "XOR", 955*d125652eSGunnar Mills "Broadcast", 956*d125652eSGunnar Mills "IEEE802_3ad", 957*d125652eSGunnar Mills "AdaptiveTransmitLoadBalancing", 958*d125652eSGunnar Mills "AdaptiveLoadBalancing" 959*d125652eSGunnar Mills ], 960*d125652eSGunnar Mills "enumDescriptions": { 961*d125652eSGunnar Mills "ActiveBackup": "One interface in the team is active and the others are kept in standby until a failure occurs.", 962*d125652eSGunnar Mills "AdaptiveLoadBalancing": "Packets are transmitted and received based upon the current load of each interface in the team.", 963*d125652eSGunnar Mills "AdaptiveTransmitLoadBalancing": "Packets are transmitted based upon the current load of each interface in the team.", 964*d125652eSGunnar Mills "Broadcast": "Packets are transmitted on all interfaces in the team.", 965*d125652eSGunnar Mills "IEEE802_3ad": "The interfaces in the team create an IEEE802.3ad link aggregation group.", 966*d125652eSGunnar Mills "None": "No teaming.", 967*d125652eSGunnar Mills "RoundRobin": "Packets are transmitted in sequential order from the teamed interfaces.", 968*d125652eSGunnar Mills "XOR": "Transmitting is determined based upon a hash policy." 969*d125652eSGunnar Mills }, 970*d125652eSGunnar Mills "type": "string" 971*d125652eSGunnar Mills } 972*d125652eSGunnar Mills }, 973*d125652eSGunnar Mills "language": "en", 974*d125652eSGunnar Mills "owningEntity": "DMTF", 975*d125652eSGunnar Mills "release": "2023.3", 976*d125652eSGunnar Mills "title": "#EthernetInterface.v1_12_4.EthernetInterface" 977*d125652eSGunnar Mills}