blob: 21c433c490c28ef085f00e4eec01682f59ae19b4 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanous530520e2019-01-02 13:41:37 -08004<!--# Redfish Schema: NetworkAdapter v1.2.0-->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanous530520e2019-01-02 13:41:37 -08008<!--# Copyright 2014-2018 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# 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">
Ed Tanous530520e2019-01-02 13:41:37 -080013
Jason M. Billsea4aa752018-06-05 13:29:11 -070014 <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/Resource_v1.xml">
21 <edmx:Include Namespace="Resource"/>
22 <edmx:Include Namespace="Resource.v1_0_0"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkPortCollection_v1.xml">
28 <edmx:Include Namespace="NetworkPortCollection"/>
29 </edmx:Reference>
30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkPort_v1.xml">
31 <edmx:Include Namespace="NetworkPort"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionCollection_v1.xml">
34 <edmx:Include Namespace="NetworkDeviceFunctionCollection"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
37 <edmx:Include Namespace="NetworkDeviceFunction"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
40 <edmx:Include Namespace="PCIeDevice"/>
41 </edmx:Reference>
42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
43 <edmx:Include Namespace="Assembly"/>
44 </edmx:Reference>
45
46 <edmx:DataServices>
47
48 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkAdapter">
49 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
50
51 <EntityType Name="NetworkAdapter" BaseType="Resource.v1_0_0.Resource" Abstract="true">
52 <Annotation Term="OData.Description" String="A NetworkAdapter represents the physical network adapter capable of connecting to a computer network. Examples include but are not limited to Ethernet, Fibre Channel, and converged network adapters."/>
53 <Annotation Term="OData.LongDescription" String="A NetworkAdapter represents the physical network adapter capable of connecting to a computer network. Examples include but are not limited to Ethernet, Fibre Channel, and converged network adapters."/>
54 <Annotation Term="Capabilities.InsertRestrictions">
55 <Record>
56 <PropertyValue Property="Insertable" Bool="false"/>
57 </Record>
58 </Annotation>
59 <Annotation Term="Capabilities.UpdateRestrictions">
60 <Record>
61 <PropertyValue Property="Updatable" Bool="false"/>
62 </Record>
63 </Annotation>
64 <Annotation Term="Capabilities.DeleteRestrictions">
65 <Record>
66 <PropertyValue Property="Deletable" Bool="false"/>
67 </Record>
68 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080069 <Annotation Term="Redfish.Uris">
70 <Collection>
71 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}</String>
72 </Collection>
73 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070074 </EntityType>
75
76 <Action Name="ResetSettingsToDefault" IsBound="true">
77 <Parameter Name="NetworkAdapter" Type="NetworkAdapter.v1_0_0.Actions"/>
78 <Annotation Term="OData.Description" String="This action is to clear the settings back to factory defaults."/>
79 <Annotation Term="OData.LongDescription" String="This action shall perform a reset of all active and pending settings back to factory default settings upon reset of the network adapter."/>
80 </Action>
81
82 </Schema>
83
84 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkAdapter.v1_0_0">
85 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060086 <Annotation Term="Redfish.Release" String="2016.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070087
88 <EntityType Name="NetworkAdapter" BaseType="NetworkAdapter.NetworkAdapter">
89 <Annotation Term="OData.Description" String="A NetworkAdapter represents the physical network adapter capable of connecting to a computer network. Examples include but are not limited to Ethernet, Fibre Channel, and converged network adapters."/>
90 <Annotation Term="OData.LongDescription" String="A NetworkAdapter represents the physical network adapter capable of connecting to a computer network. Examples include but are not limited to Ethernet, Fibre Channel, and converged network adapters."/>
Ed Tanous530520e2019-01-02 13:41:37 -080091 <Property Name="Status" Type="Resource.Status" Nullable="false">
92 <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/>
93 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
94 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -070095 <NavigationProperty Name="NetworkPorts" Type="NetworkPortCollection.NetworkPortCollection" ContainsTarget="true" Nullable="false">
96 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -080097 <Annotation Term="OData.Description" String="A reference to the collection of NetworkPorts associated with this NetworkAdapter."/>
98 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a collection of type NetworkPortCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070099 <Annotation Term="OData.AutoExpandReferences"/>
100 </NavigationProperty>
101 <NavigationProperty Name="NetworkDeviceFunctions" Type="NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection" ContainsTarget="true" Nullable="false">
102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800103 <Annotation Term="OData.Description" String="A reference to the collection of NetworkDeviceFunctions associated with this NetworkAdapter."/>
104 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a collection of type NetworkDeviceFunctionCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700105 <Annotation Term="OData.AutoExpandReferences"/>
106 </NavigationProperty>
107 <Property Name="Manufacturer" Type="Edm.String">
108 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
109 <Annotation Term="OData.Description" String="The manufacturer or OEM of this network adapter."/>
110 <Annotation Term="OData.LongDescription" String="The value of this property shall contain a value that represents the manufacturer of the network adapter."/>
111 </Property>
112 <Property Name="Model" Type="Edm.String">
113 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
114 <Annotation Term="OData.Description" String="The model string for this network adapter."/>
115 <Annotation Term="OData.LongDescription" String="The value of this property shall contain the information about how the manufacturer references this network adapter."/>
116 </Property>
117 <Property Name="SKU" Type="Edm.String">
118 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
119 <Annotation Term="OData.Description" String="The manufacturer SKU for this network adapter."/>
120 <Annotation Term="OData.LongDescription" String="The value of this property shall contain the Stock Keeping Unit (SKU) for the network adapter."/>
121 </Property>
122 <Property Name="SerialNumber" Type="Edm.String">
123 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
124 <Annotation Term="OData.Description" String="The serial number for this network adapter."/>
125 <Annotation Term="OData.LongDescription" String="The value of this property shall contain the serial number for the network adapter."/>
126 </Property>
127 <Property Name="PartNumber" Type="Edm.String">
128 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
129 <Annotation Term="OData.Description" String="Part number for this network adapter."/>
130 <Annotation Term="OData.LongDescription" String="The value of this property shall contain the part number for the network adapter as defined by the manufacturer."/>
131 </Property>
132 <Property Name="Controllers" Type="Collection(NetworkAdapter.v1_0_0.Controllers)">
133 <Annotation Term="OData.Description" String="The set of network controllers ASICs that make up this NetworkAdapter."/>
134 <Annotation Term="OData.LongDescription" String="The value of this property shall contain the set of network controllers ASICs that make up this NetworkAdapter."/>
135 </Property>
136 <Property Name="Actions" Type="NetworkAdapter.v1_0_0.Actions" Nullable="false">
137 <Annotation Term="OData.Description" String="The available actions for this resource."/>
138 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
139 </Property>
140 </EntityType>
141
142 <ComplexType Name="Actions">
143 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
144 <Annotation Term="OData.Description" String="The available actions for this resource."/>
145 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800146 <Property Name="Oem" Type="NetworkAdapter.v1_0_0.OemActions" Nullable="false">
147 <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>
148 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
149 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700150 </ComplexType>
151
152 <ComplexType Name="OemActions">
153 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
154 <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
155 <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
156 </ComplexType>
157
158 <ComplexType Name="Controllers">
159 <Annotation Term="OData.Description" String="A network controller ASIC that makes up part of a NetworkAdapter."/>
160 <Annotation Term="OData.LongDescription" String="This type shall describe a network controller ASIC that makes up part of a NetworkAdapter."/>
161 <Property Name="FirmwarePackageVersion" Type="Edm.String">
162 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
163 <Annotation Term="OData.Description" String="The version of the user-facing firmware package."/>
164 <Annotation Term="OData.LongDescription" String="The value of this property shall be the version number of the user-facing firmware package."/>
165 </Property>
166 <Property Name="Links" Type="NetworkAdapter.v1_0_0.ControllerLinks" Nullable="false">
167 <Annotation Term="OData.Description" String="Links."/>
168 <Annotation Term="OData.LongDescription" String="Links for this controller."/>
169 </Property>
170 <Property Name="ControllerCapabilities" Type="NetworkAdapter.v1_0_0.ControllerCapabilities">
171 <Annotation Term="OData.Description" String="The capabilities of this controller."/>
172 <Annotation Term="OData.LongDescription" String="The value of this property shall contain the capabilities of this controller."/>
173 </Property>
174 </ComplexType>
175
176 <ComplexType Name="ControllerCapabilities">
177 <Annotation Term="OData.Description" String="The capabilities of a controller."/>
178 <Annotation Term="OData.LongDescription" String="This type shall describe the capabilities of a controller."/>
179 <Property Name="NetworkPortCount" Type="Edm.Int64">
180 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
181 <Annotation Term="OData.Description" String="The number of physical ports on this controller."/>
182 <Annotation Term="OData.LongDescription" String="The value of this property shall be the number of physical ports on this controller."/>
183 </Property>
184 <Property Name="NetworkDeviceFunctionCount" Type="Edm.Int64">
185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
186 <Annotation Term="OData.Description" String="The maximum number of physical functions available on this controller."/>
187 <Annotation Term="OData.LongDescription" String="The value of this property shall be the number of physical functions available on this controller."/>
188 </Property>
189 <Property Name="DataCenterBridging" Type="NetworkAdapter.v1_0_0.DataCenterBridging">
190 <Annotation Term="OData.Description" String="Data Center Bridging (DCB) for this controller."/>
191 <Annotation Term="OData.LongDescription" String="This object shall contain capability, status, and configuration values related to Data Center Bridging (DCB) for this controller."/>
192 </Property>
193 <Property Name="VirtualizationOffload" Type="NetworkAdapter.v1_0_0.VirtualizationOffload">
194 <Annotation Term="OData.Description" String="Virtualization offload for this controller."/>
195 <Annotation Term="OData.LongDescription" String="This object shall contain capability, status, and configuration values related to virtualization offload for this controller."/>
196 </Property>
197 <Property Name="NPIV" Type="NetworkAdapter.v1_0_0.NPIV">
198 <Annotation Term="OData.Description" String="N_Port ID Virtualization (NPIV) capabilties for this controller."/>
199 <Annotation Term="OData.LongDescription" String="This object shall contain N_Port ID Virtualization (NPIV) capabilties for this controller."/>
200 </Property>
201 </ComplexType>
202
203 <ComplexType Name="DataCenterBridging">
204 <Annotation Term="OData.Description" String="Data Center Bridging (DCB) for capabilities of a controller."/>
205 <Annotation Term="OData.LongDescription" String="This type shall describe the capability, status, and configuration values related to Data Center Bridging (DCB) for a controller."/>
206 <Property Name="Capable" Type="Edm.Boolean">
207 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
208 <Annotation Term="OData.Description" String="Whether this controller is capable of Data Center Bridging (DCB)."/>
209 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this controller is capable of Data Center Bridging (DCB)."/>
210 </Property>
211 </ComplexType>
212
213 <ComplexType Name="VirtualFunction">
214 <Annotation Term="OData.Description" String="A virtual function of a controller."/>
215 <Annotation Term="OData.LongDescription" String="This type shall describe the capability, status, and configuration values related to a virtual function for a controller."/>
216 <Property Name="DeviceMaxCount" Type="Edm.Int64">
217 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
218 <Annotation Term="OData.Description" String="The maximum number of Virtual Functions (VFs) supported by this controller."/>
219 <Annotation Term="OData.LongDescription" String="The value of this property shall be the maximum number of Virtual Functions (VFs) supported by this controller."/>
220 </Property>
221 <Property Name="NetworkPortMaxCount" Type="Edm.Int64">
222 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
223 <Annotation Term="OData.Description" String="The maximum number of Virtual Functions (VFs) supported per network port for this controller."/>
224 <Annotation Term="OData.LongDescription" String="The value of this property shall be the maximum number of Virtual Functions (VFs) supported per network port for this controller."/>
225 </Property>
226 <Property Name="MinAssignmentGroupSize" Type="Edm.Int64">
227 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
228 <Annotation Term="OData.Description" String="The minimum number of Virtual Functions (VFs) that can be allocated or moved between physical functions for this controller."/>
229 <Annotation Term="OData.LongDescription" String="The value of this property shall be the minimum number of Virtual Functions (VFs) that can be allocated or moved between physical functions for this controller."/>
230 </Property>
231 </ComplexType>
232
233 <ComplexType Name="ControllerLinks" BaseType="Resource.Links">
234 <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
235 <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
236 <NavigationProperty Name="PCIeDevices" Type="Collection(PCIeDevice.PCIeDevice)">
237 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800238 <Annotation Term="OData.Description" String="An array of references to the PCIeDevices associated with this Network Controller."/>
239 <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of references of type PCIeDevice that represent the PCI-e Devices associated with this Network Controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700240 <Annotation Term="OData.AutoExpandReferences"/>
241 </NavigationProperty>
242 <NavigationProperty Name="NetworkPorts" Type="Collection(NetworkPort.NetworkPort)">
243 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800244 <Annotation Term="OData.Description" String="An array of references to the NetworkPorts associated with this Network Controller."/>
245 <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of references of type NetworkPort that represent the Network Ports associated with this Network Controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700246 <Annotation Term="OData.AutoExpandReferences"/>
247 </NavigationProperty>
248 <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
249 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800250 <Annotation Term="OData.Description" String="An array of references to the NetworkDeviceFunctions associated with this Network Controller."/>
251 <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of references of type NetworkDeviceFunction that represent the Network Device Functions associated with this Network Controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700252 <Annotation Term="OData.AutoExpandReferences"/>
253 </NavigationProperty>
254 </ComplexType>
255
256 <ComplexType Name="SRIOV">
257 <Annotation Term="OData.Description" String="Single-Root Input/Output Virtualization (SR-IOV) capabilities."/>
258 <Annotation Term="OData.LongDescription" String="This type shall contain Single-Root Input/Output Virtualization (SR-IOV) capabilities."/>
259 <Property Name="SRIOVVEPACapable" Type="Edm.Boolean">
260 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
261 <Annotation Term="OData.Description" String="Whether this controller supports Single Root Input/Output Virtualization (SR-IOV) in Virtual Ethernet Port Aggregator (VEPA) mode."/>
262 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this controller supports Single Root Input/Output Virtualization (SR-IOV) in Virtual Ethernet Port Aggregator (VEPA) mode."/>
263 </Property>
264 </ComplexType>
265
266 <ComplexType Name="VirtualizationOffload">
267 <Annotation Term="OData.Description" String="A Virtualization offload capability of a controller."/>
268 <Annotation Term="OData.LongDescription" String="This type shall describe the capability, status, and configuration values related to a virtualization offload for a controller."/>
269 <Property Name="VirtualFunction" Type="NetworkAdapter.v1_0_0.VirtualFunction">
Ed Tanous530520e2019-01-02 13:41:37 -0800270 <Annotation Term="OData.Description" String="The virtual function of the controller."/>
271 <Annotation Term="OData.LongDescription" String="This property shall describe the capability, status, and configuration values related to the virtual function for this controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700272 </Property>
273 <Property Name="SRIOV" Type="NetworkAdapter.v1_0_0.SRIOV">
274 <Annotation Term="OData.Description" String="Single-Root Input/Output Virtualization (SR-IOV) capabilities."/>
275 <Annotation Term="OData.LongDescription" String="This object shall contain Single-Root Input/Output Virtualization (SR-IOV) capabilities."/>
276 </Property>
277 </ComplexType>
278
279 <ComplexType Name="NPIV">
280 <Annotation Term="OData.Description" String="N_Port ID Virtualization (NPIV) capabilties for a controller."/>
281 <Annotation Term="OData.LongDescription" String="This type shall contain N_Port ID Virtualization (NPIV) capabilties for a controller."/>
282 <Property Name="MaxDeviceLogins" Type="Edm.Int64">
283 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
284 <Annotation Term="OData.Description" String="The maximum number of N_Port ID Virtualization (NPIV) logins allowed simultaneously from all ports on this controller."/>
285 <Annotation Term="OData.LongDescription" String="The value of this property shall be the maximum number of N_Port ID Virtualization (NPIV) logins allowed simultaneously from all ports on this controller."/>
286 </Property>
287 <Property Name="MaxPortLogins" Type="Edm.Int64">
288 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
289 <Annotation Term="OData.Description" String="The maximum number of N_Port ID Virtualization (NPIV) logins allowed per physical port on this controller."/>
290 <Annotation Term="OData.LongDescription" String="The value of this property shall be the maximum number of N_Port ID Virtualization (NPIV) logins allowed per physical port on this controller."/>
291 </Property>
292 </ComplexType>
293
294 </Schema>
295
296 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkAdapter.v1_0_1">
297 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
298 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of type Collection."/>
299 <EntityType Name="NetworkAdapter" BaseType="NetworkAdapter.v1_0_0.NetworkAdapter"/>
300 </Schema>
301
Ed Tanous530520e2019-01-02 13:41:37 -0800302 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkAdapter.v1_0_2">
303 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
304 <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."/>
305 <EntityType Name="NetworkAdapter" BaseType="NetworkAdapter.v1_0_1.NetworkAdapter"/>
306 </Schema>
307
Jason M. Billsea4aa752018-06-05 13:29:11 -0700308 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkAdapter.v1_1_0">
309 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600310 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700311 <EntityType Name="NetworkAdapter" BaseType="NetworkAdapter.v1_0_1.NetworkAdapter">
312 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
313 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
314 <Annotation Term="OData.Description" String="A reference to the Assembly resource associated with this adapter."/>
315 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a resource of type Assembly."/>
316 <Annotation Term="OData.AutoExpandReferences"/>
317 </NavigationProperty>
318 </EntityType>
319
320 <ComplexType Name="Controllers" BaseType="NetworkAdapter.v1_0_0.Controllers">
Ed Tanous530520e2019-01-02 13:41:37 -0800321 <Property Name="Location" Type="Resource.Location" Nullable="false">
322 <Annotation Term="OData.Description" String="The Location of the network adapter controller."/>
323 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated network adapter controller."/>
324 </Property>
325 </ComplexType>
326 </Schema>
327
328 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkAdapter.v1_1_1">
329 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
330 <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."/>
331 <EntityType Name="NetworkAdapter" BaseType="NetworkAdapter.v1_1_0.NetworkAdapter"/>
332 </Schema>
333
334 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkAdapter.v1_2_0">
335 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600336 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800337 <EntityType Name="NetworkAdapter" BaseType="NetworkAdapter.v1_1_1.NetworkAdapter"/>
338
339 <ComplexType Name="Controllers" BaseType="NetworkAdapter.v1_1_0.Controllers">
340 <Property Name="PCIeInterface" Type="PCIeDevice.PCIeInterface">
341 <Annotation Term="OData.Description" String="The PCIe interface details for this controller."/>
342 <Annotation Term="OData.LongDescription" String="This object shall contain details on the PCIe interface used to connect this PCIe-based controller to its host."/>
343 </Property>
344 </ComplexType>
345
346 <ComplexType Name="ControllerCapabilities" BaseType="NetworkAdapter.v1_0_0.ControllerCapabilities">
347 <Property Name="NPAR" Type="NetworkAdapter.v1_2_0.NicPartitioning">
348 <Annotation Term="OData.Description" String="NIC Partitioning (NPAR) capabilities for this controller."/>
349 <Annotation Term="OData.LongDescription" String="This object shall contain capability, status, and configuration values related to NIC partitioning for this controller."/>
350 </Property>
351 </ComplexType>
352
353 <ComplexType Name="NicPartitioning">
354 <Annotation Term="OData.Description" String="NIC Partitioning capability, status, and configuration for a controller."/>
355 <Annotation Term="OData.LongDescription" String="This type shall contain the capability, status, and configuration values for a controller."/>
356 <Property Name="NparCapable" Type="Edm.Boolean">
357 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
358 <Annotation Term="OData.Description" String="Indicates whether or not NIC function partitioning is supported by a controller."/>
359 <Annotation Term="OData.LongDescription" String="This property shall indicate the ability of a controller to support NIC function partitioning."/>
360 </Property>
361 <Property Name="NparEnabled" Type="Edm.Boolean">
362 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
363 <Annotation Term="OData.Description" String="When true, NIC function partitioning is active on this controller."/>
364 <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not NIC function partitioning is active on this controller."/>
365 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700366 </ComplexType>
367 </Schema>
368
369 </edmx:DataServices>
370</edmx:Edmx>