1*f2a8e57eSGunnar Mills{
2*f2a8e57eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/NetworkInterface.v1_2_2.json",
3*f2a8e57eSGunnar Mills    "$ref": "#/definitions/NetworkInterface",
4*f2a8e57eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*f2a8e57eSGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*f2a8e57eSGunnar Mills    "definitions": {
7*f2a8e57eSGunnar Mills        "Actions": {
8*f2a8e57eSGunnar Mills            "additionalProperties": false,
9*f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
10*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*f2a8e57eSGunnar Mills            "patternProperties": {
12*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*f2a8e57eSGunnar Mills                    "type": [
15*f2a8e57eSGunnar Mills                        "array",
16*f2a8e57eSGunnar Mills                        "boolean",
17*f2a8e57eSGunnar Mills                        "integer",
18*f2a8e57eSGunnar Mills                        "number",
19*f2a8e57eSGunnar Mills                        "null",
20*f2a8e57eSGunnar Mills                        "object",
21*f2a8e57eSGunnar Mills                        "string"
22*f2a8e57eSGunnar Mills                    ]
23*f2a8e57eSGunnar Mills                }
24*f2a8e57eSGunnar Mills            },
25*f2a8e57eSGunnar Mills            "properties": {
26*f2a8e57eSGunnar Mills                "Oem": {
27*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OemActions",
28*f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
29*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
30*f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
31*f2a8e57eSGunnar Mills                }
32*f2a8e57eSGunnar Mills            },
33*f2a8e57eSGunnar Mills            "type": "object"
34*f2a8e57eSGunnar Mills        },
35*f2a8e57eSGunnar Mills        "Links": {
36*f2a8e57eSGunnar Mills            "additionalProperties": false,
37*f2a8e57eSGunnar Mills            "description": "The links to other resources that are related to this resource.",
38*f2a8e57eSGunnar 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.",
39*f2a8e57eSGunnar Mills            "patternProperties": {
40*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
41*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
42*f2a8e57eSGunnar Mills                    "type": [
43*f2a8e57eSGunnar Mills                        "array",
44*f2a8e57eSGunnar Mills                        "boolean",
45*f2a8e57eSGunnar Mills                        "integer",
46*f2a8e57eSGunnar Mills                        "number",
47*f2a8e57eSGunnar Mills                        "null",
48*f2a8e57eSGunnar Mills                        "object",
49*f2a8e57eSGunnar Mills                        "string"
50*f2a8e57eSGunnar Mills                    ]
51*f2a8e57eSGunnar Mills                }
52*f2a8e57eSGunnar Mills            },
53*f2a8e57eSGunnar Mills            "properties": {
54*f2a8e57eSGunnar Mills                "NetworkAdapter": {
55*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkAdapter.json#/definitions/NetworkAdapter",
56*f2a8e57eSGunnar Mills                    "description": "The link to the network adapter that contains this network interface.",
57*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `NetworkAdapter` that represents the physical container associated with this network interface.",
58*f2a8e57eSGunnar Mills                    "readonly": true
59*f2a8e57eSGunnar Mills                },
60*f2a8e57eSGunnar Mills                "Oem": {
61*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
62*f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
63*f2a8e57eSGunnar 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."
64*f2a8e57eSGunnar Mills                }
65*f2a8e57eSGunnar Mills            },
66*f2a8e57eSGunnar Mills            "type": "object"
67*f2a8e57eSGunnar Mills        },
68*f2a8e57eSGunnar Mills        "NetworkInterface": {
69*f2a8e57eSGunnar Mills            "additionalProperties": false,
70*f2a8e57eSGunnar Mills            "description": "The `NetworkInterface` schema describes links to the network adapters, network ports, and network device functions, and represents the functionality available to the containing system.",
71*f2a8e57eSGunnar Mills            "longDescription": "This resource contains links to the network adapters, network ports, and network device functions, and represents the functionality available to the containing system.",
72*f2a8e57eSGunnar Mills            "patternProperties": {
73*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
74*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
75*f2a8e57eSGunnar Mills                    "type": [
76*f2a8e57eSGunnar Mills                        "array",
77*f2a8e57eSGunnar Mills                        "boolean",
78*f2a8e57eSGunnar Mills                        "integer",
79*f2a8e57eSGunnar Mills                        "number",
80*f2a8e57eSGunnar Mills                        "null",
81*f2a8e57eSGunnar Mills                        "object",
82*f2a8e57eSGunnar Mills                        "string"
83*f2a8e57eSGunnar Mills                    ]
84*f2a8e57eSGunnar Mills                }
85*f2a8e57eSGunnar Mills            },
86*f2a8e57eSGunnar Mills            "properties": {
87*f2a8e57eSGunnar Mills                "@odata.context": {
88*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
89*f2a8e57eSGunnar Mills                },
90*f2a8e57eSGunnar Mills                "@odata.etag": {
91*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
92*f2a8e57eSGunnar Mills                },
93*f2a8e57eSGunnar Mills                "@odata.id": {
94*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
95*f2a8e57eSGunnar Mills                },
96*f2a8e57eSGunnar Mills                "@odata.type": {
97*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
98*f2a8e57eSGunnar Mills                },
99*f2a8e57eSGunnar Mills                "Actions": {
100*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Actions",
101*f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
102*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
103*f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
104*f2a8e57eSGunnar Mills                },
105*f2a8e57eSGunnar Mills                "Description": {
106*f2a8e57eSGunnar Mills                    "anyOf": [
107*f2a8e57eSGunnar Mills                        {
108*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
109*f2a8e57eSGunnar Mills                        },
110*f2a8e57eSGunnar Mills                        {
111*f2a8e57eSGunnar Mills                            "type": "null"
112*f2a8e57eSGunnar Mills                        }
113*f2a8e57eSGunnar Mills                    ],
114*f2a8e57eSGunnar Mills                    "readonly": true
115*f2a8e57eSGunnar Mills                },
116*f2a8e57eSGunnar Mills                "Id": {
117*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
118*f2a8e57eSGunnar Mills                    "readonly": true
119*f2a8e57eSGunnar Mills                },
120*f2a8e57eSGunnar Mills                "Links": {
121*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Links",
122*f2a8e57eSGunnar Mills                    "description": "The links to other resources that are related to this resource.",
123*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
124*f2a8e57eSGunnar Mills                },
125*f2a8e57eSGunnar Mills                "Name": {
126*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
127*f2a8e57eSGunnar Mills                    "readonly": true
128*f2a8e57eSGunnar Mills                },
129*f2a8e57eSGunnar Mills                "NetworkDeviceFunctions": {
130*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionCollection.json#/definitions/NetworkDeviceFunctionCollection",
131*f2a8e57eSGunnar Mills                    "description": "The link to the network device functions associated with this network interface.",
132*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `NetworkDeviceFunctionCollection`.",
133*f2a8e57eSGunnar Mills                    "readonly": true
134*f2a8e57eSGunnar Mills                },
135*f2a8e57eSGunnar Mills                "NetworkPorts": {
136*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkPortCollection.json#/definitions/NetworkPortCollection",
137*f2a8e57eSGunnar Mills                    "deprecated": "This property has been deprecated in favor of the `Ports` property.",
138*f2a8e57eSGunnar Mills                    "description": "The link to the network ports associated with this network interface.",
139*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `NetworkPortCollection`.",
140*f2a8e57eSGunnar Mills                    "readonly": true,
141*f2a8e57eSGunnar Mills                    "versionDeprecated": "v1_2_0"
142*f2a8e57eSGunnar Mills                },
143*f2a8e57eSGunnar Mills                "Oem": {
144*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
145*f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
146*f2a8e57eSGunnar 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."
147*f2a8e57eSGunnar Mills                },
148*f2a8e57eSGunnar Mills                "Ports": {
149*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/PortCollection.json#/definitions/PortCollection",
150*f2a8e57eSGunnar Mills                    "description": "The link to the ports associated with this network interface.",
151*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `PortCollection`.",
152*f2a8e57eSGunnar Mills                    "readonly": true,
153*f2a8e57eSGunnar Mills                    "versionAdded": "v1_2_0"
154*f2a8e57eSGunnar Mills                },
155*f2a8e57eSGunnar Mills                "Status": {
156*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
157*f2a8e57eSGunnar Mills                    "description": "The status and health of the resource and its subordinate or dependent resources.",
158*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain any status or health properties of the resource."
159*f2a8e57eSGunnar Mills                }
160*f2a8e57eSGunnar Mills            },
161*f2a8e57eSGunnar Mills            "required": [
162*f2a8e57eSGunnar Mills                "@odata.id",
163*f2a8e57eSGunnar Mills                "@odata.type",
164*f2a8e57eSGunnar Mills                "Id",
165*f2a8e57eSGunnar Mills                "Name"
166*f2a8e57eSGunnar Mills            ],
167*f2a8e57eSGunnar Mills            "type": "object"
168*f2a8e57eSGunnar Mills        },
169*f2a8e57eSGunnar Mills        "OemActions": {
170*f2a8e57eSGunnar Mills            "additionalProperties": true,
171*f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
172*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
173*f2a8e57eSGunnar Mills            "patternProperties": {
174*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
175*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
176*f2a8e57eSGunnar Mills                    "type": [
177*f2a8e57eSGunnar Mills                        "array",
178*f2a8e57eSGunnar Mills                        "boolean",
179*f2a8e57eSGunnar Mills                        "integer",
180*f2a8e57eSGunnar Mills                        "number",
181*f2a8e57eSGunnar Mills                        "null",
182*f2a8e57eSGunnar Mills                        "object",
183*f2a8e57eSGunnar Mills                        "string"
184*f2a8e57eSGunnar Mills                    ]
185*f2a8e57eSGunnar Mills                }
186*f2a8e57eSGunnar Mills            },
187*f2a8e57eSGunnar Mills            "properties": {},
188*f2a8e57eSGunnar Mills            "type": "object"
189*f2a8e57eSGunnar Mills        }
190*f2a8e57eSGunnar Mills    },
191*f2a8e57eSGunnar Mills    "language": "en",
192*f2a8e57eSGunnar Mills    "owningEntity": "DMTF",
193*f2a8e57eSGunnar Mills    "release": "2020.3",
194*f2a8e57eSGunnar Mills    "title": "#NetworkInterface.v1_2_2.NetworkInterface"
195*f2a8e57eSGunnar Mills}