summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json')
-rw-r--r--static/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json30
1 files changed, 20 insertions, 10 deletions
diff --git a/static/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json b/static/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json
index 202c54f76b..b833092547 100644
--- a/static/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json
+++ b/static/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.v1_11_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.v1_12_0.json",
"$ref": "#/definitions/EthernetInterface",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -372,7 +372,7 @@
},
"HostName": {
"description": "The DNS host name, without any domain information.",
- "longDescription": "This property shall contain 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.",
+ "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.",
"readonly": false,
"type": [
"string",
@@ -399,7 +399,7 @@
}
]
},
- "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 .",
+ "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.",
"type": "array",
"versionAdded": "v1_4_0"
},
@@ -435,6 +435,16 @@
"null"
]
},
+ "IPv6Enabled": {
+ "description": "An indication of whether IPv6 is enabled on this interface.",
+ "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`.",
+ "readonly": false,
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "versionAdded": "v1_12_0"
+ },
"IPv6StaticAddresses": {
"description": "The IPv6 static addresses assigned to this interface. See IPv6Addresses for the addresses in use by this interface.",
"items": {
@@ -514,7 +524,7 @@
},
"MTUSize": {
"description": "The currently configured maximum transmission unit (MTU), in bytes, on this interface.",
- "longDescription": "This property shall contain the size, in bytes, of largest protocol data unit (PDU) that can be passed in an Ethernet (MAC) frame on this interface.",
+ "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.",
"readonly": false,
"type": [
"integer",
@@ -577,7 +587,7 @@
},
"SpeedMbps": {
"description": "The current speed, in Mbit/s, of this interface.",
- "longDescription": "This property shall contain the link speed of the interface, in Mbit/s. This property shall be writable only when the AutoNeg property is `false`.",
+ "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`.",
"readonly": false,
"type": [
"integer",
@@ -747,7 +757,7 @@
"items": {
"$ref": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.json#/definitions/EthernetInterface"
},
- "longDescription": "This property shall contain an array of links to resources of type EthernetInterface that represent Ethernet interfaces that are affiliated with this interface. EthernetInterface resources referenced in this property shall reference this resource in their RelatedInterfaces property.",
+ "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.",
"readonly": true,
"type": "array",
"versionAdded": "v1_10_0"
@@ -799,7 +809,7 @@
"versionDeprecated": "v1_7_0"
},
"NetworkDeviceFunctions": {
- "description": "The link to the network device functions that comprise this Ethernet interface.",
+ "description": "The link to the network device functions that constitute this Ethernet interface.",
"items": {
"$ref": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.json#/definitions/NetworkDeviceFunction"
},
@@ -830,7 +840,7 @@
"$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
},
"RelatedInterfaces": {
- "description": "The links to the Ethernet interfaces that comprise this Ethernet interface.",
+ "description": "The links to the Ethernet interfaces that constitute this Ethernet interface.",
"items": {
"$ref": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.json#/definitions/EthernetInterface"
},
@@ -961,6 +971,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2023.2",
- "title": "#EthernetInterface.v1_11_0.EthernetInterface"
+ "release": "2023.3",
+ "title": "#EthernetInterface.v1_12_0.EthernetInterface"
} \ No newline at end of file