blob: 27baeba37d6087205d5c51d5aeef47ab382bf217 [file] [log] [blame]
Ed Tanouscb103132019-10-08 11:34:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills844b4152020-06-22 12:44:09 -05004<!--# Redfish Schema: NetworkDeviceFunction v1.4.1 -->
Ed Tanouscb103132019-10-08 11:34:22 -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 -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF. -->
Ed Tanouscb103132019-10-08 11:34:22 -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">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/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:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
27 </edmx:Reference>
28 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
29 <edmx:Include Namespace="Endpoint"/>
30 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkPort_v1.xml">
32 <edmx:Include Namespace="NetworkPort"/>
33 </edmx:Reference>
34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
35 <edmx:Include Namespace="PCIeFunction"/>
36 </edmx:Reference>
37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface_v1.xml">
38 <edmx:Include Namespace="VLanNetworkInterface"/>
39 </edmx:Reference>
40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VLanNetworkInterfaceCollection_v1.xml">
41 <edmx:Include Namespace="VLanNetworkInterfaceCollection"/>
42 </edmx:Reference>
Gunnar Millsa778c022020-05-12 12:20:36 -050043 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterface_v1.xml">
44 <edmx:Include Namespace="EthernetInterface"/>
45 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070046
47 <edmx:DataServices>
48
49 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction">
50 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
51
52 <EntityType Name="NetworkDeviceFunction" BaseType="Resource.v1_0_0.Resource" Abstract="true">
53 <Annotation Term="OData.Description" String="The NetworkDeviceFunction schema represents a logical interface that a network adapter exposes."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050054 <Annotation Term="OData.LongDescription" String="This resource shall represent a logical interface that a network adapter exposes in a Redfish implementation."/>
Ed Tanouscb103132019-10-08 11:34:22 -070055 <Annotation Term="Capabilities.InsertRestrictions">
56 <Record>
57 <PropertyValue Property="Insertable" Bool="false"/>
58 </Record>
59 </Annotation>
60 <Annotation Term="Capabilities.UpdateRestrictions">
61 <Record>
62 <PropertyValue Property="Updatable" Bool="true"/>
63 <Annotation Term="OData.Description" String="Properties, such as WWN and MAC address information for this device, can be updated for a network device function."/>
64 </Record>
65 </Annotation>
66 <Annotation Term="Capabilities.DeleteRestrictions">
67 <Record>
68 <PropertyValue Property="Deletable" Bool="false"/>
69 </Record>
70 </Annotation>
71 <Annotation Term="Redfish.Uris">
72 <Collection>
73 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/NetworkDeviceFunctions/{NetworkDeviceFunctionId}</String>
74 </Collection>
75 </Annotation>
76 </EntityType>
Ed Tanouscb103132019-10-08 11:34:22 -070077 </Schema>
78
79 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_0">
80 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
81 <Annotation Term="Redfish.Release" String="2016.3"/>
82
83 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.NetworkDeviceFunction">
84 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -050085 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
86 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -070087 </Property>
88 <Property Name="NetDevFuncType" Type="NetworkDeviceFunction.v1_0_0.NetworkDeviceTechnology">
89 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
90 <Annotation Term="OData.Description" String="The configured capability of this network device function."/>
91 <Annotation Term="OData.LongDescription" String="This property shall contain the configured capability of this network device function."/>
92 </Property>
93 <Property Name="DeviceEnabled" Type="Edm.Boolean">
94 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
95 <Annotation Term="OData.Description" String="An indication of whether the network device function is enabled."/>
96 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the network device function is enabled. The operating system shall not enumerate or see disabled network device functions."/>
97 </Property>
98 <Property Name="NetDevFuncCapabilities" Type="Collection(NetworkDeviceFunction.v1_0_0.NetworkDeviceTechnology)">
99 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
100 <Annotation Term="OData.Description" String="An array of capabilities for this network device function."/>
101 <Annotation Term="OData.LongDescription" String="This property shall contain an array of capabilities for this network device function."/>
102 </Property>
103 <Property Name="Ethernet" Type="NetworkDeviceFunction.v1_0_0.Ethernet" Nullable="false">
104 <Annotation Term="OData.Description" String="The Ethernet capabilities, status, and configuration values for this network device function."/>
105 <Annotation Term="OData.LongDescription" String="This property shall contain Ethernet capabilities, status, and configuration values for this network device function."/>
106 </Property>
107 <Property Name="iSCSIBoot" Type="NetworkDeviceFunction.v1_0_0.iSCSIBoot" Nullable="false">
108 <Annotation Term="OData.Description" String="The iSCSI boot capabilities, status, and configuration values for this network device function."/>
109 <Annotation Term="OData.LongDescription" String="This property shall contain iSCSI boot capabilities, status, and configuration values for this network device function."/>
110 </Property>
111 <Property Name="FibreChannel" Type="NetworkDeviceFunction.v1_0_0.FibreChannel" Nullable="false">
112 <Annotation Term="OData.Description" String="The Fibre Channel capabilities, status, and configuration values for this network device function."/>
113 <Annotation Term="OData.LongDescription" String="This property shall contain Fibre Channel capabilities, status, and configuration values for this network device function."/>
114 </Property>
115 <NavigationProperty Name="AssignablePhysicalPorts" Type="Collection(NetworkPort.NetworkPort)">
116 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500117 <Annotation Term="OData.Description" String="An array of physical ports to which this network device function can be assigned."/>
118 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type NetworkPort that are the physical ports to which this network device function can be assigned."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700119 <Annotation Term="OData.AutoExpandReferences"/>
120 </NavigationProperty>
121 <NavigationProperty Name="PhysicalPortAssignment" Type="NetworkPort.NetworkPort" Nullable="false">
122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
123 <Annotation Term="OData.Description" String="The physical port to which this network device function is currently assigned."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500124 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type NetworkPort that is the physical port to which this network device function is currently assigned. This value shall be one of the AssignablePhysicalPorts array members."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700125 <Annotation Term="OData.AutoExpandReferences"/>
126 <Annotation Term="Redfish.Revisions">
127 <Collection>
128 <Record>
129 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
130 <PropertyValue Property="Version" String="v1_3_0"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500131 <PropertyValue Property="Description" String="This property has been deprecated and moved to the Links property to avoid loops on expand."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700132 </Record>
133 </Collection>
134 </Annotation>
135 </NavigationProperty>
136 <Property Name="BootMode" Type="NetworkDeviceFunction.v1_0_0.BootMode">
137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
138 <Annotation Term="OData.Description" String="The boot mode configured for this network device function."/>
139 <Annotation Term="OData.LongDescription" String="This property shall contain the boot mode configured for this network device function. If the value is not `Disabled`, this network device function shall be configured for boot by using the specified technology."/>
140 </Property>
141 <Property Name="VirtualFunctionsEnabled" Type="Edm.Boolean">
142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
143 <Annotation Term="OData.Description" String="An indication of whether single root input/output virtualization (SR-IOV) virtual functions are enabled for this network device function."/>
144 <Annotation Term="OData.LongDescription" String="This property shall indicate whether single root input/output virtualization (SR-IOV) virtual functions are enabled for this network device function."/>
145 </Property>
146 <Property Name="MaxVirtualFunctions" Type="Edm.Int64">
147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
148 <Annotation Term="OData.Description" String="The number of virtual functions that are available for this network device function."/>
149 <Annotation Term="OData.LongDescription" String="This property shall contain the number of virtual functions that are available for this network device function."/>
150 </Property>
151 <Property Name="Links" Type="NetworkDeviceFunction.v1_0_0.Links" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500152 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
153 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700154 </Property>
155 </EntityType>
156
157 <ComplexType Name="FibreChannel">
158 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
159 <Annotation Term="OData.Description" String="This type describes Fibre Channel capabilities, status, and configuration for a network device function."/>
160 <Annotation Term="OData.LongDescription" String="This type shall describe the Fibre Channel capabilities, status, and configuration values for a network device function."/>
161 <Property Name="PermanentWWPN" Type="Edm.String">
162 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
163 <Annotation Term="OData.Description" String="The permanent World Wide Port Name (WWPN) address assigned to this function."/>
164 <Annotation Term="OData.LongDescription" String="This property shall contain the permanent World Wide Port Name (WWPN) of this function. Typically, this value is programmed during manufacturing. This address is not assignable."/>
165 </Property>
166 <Property Name="PermanentWWNN" Type="Edm.String">
167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
168 <Annotation Term="OData.Description" String="The permanent World Wide Node Name (WWNN) address assigned to this function."/>
169 <Annotation Term="OData.LongDescription" String="This property shall contain the permanent World Wide Node Name (WWNN) of this function. Typically, this value is programmed during manufacturing. This address is not assignable."/>
170 </Property>
171 <Property Name="WWPN" Type="Edm.String">
172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
173 <Annotation Term="OData.Description" String="The currently configured World Wide Port Name (WWPN) address of this function."/>
174 <Annotation Term="OData.LongDescription" String="This property shall contain the effective current World Wide Port Name (WWPN) of this function. If an assignable WWPN is not supported, this is a read-only alias of the permanent WWPN."/>
175 </Property>
176 <Property Name="WWNN" Type="Edm.String">
177 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
178 <Annotation Term="OData.Description" String="The currently configured World Wide Node Name (WWNN) address of this function."/>
179 <Annotation Term="OData.LongDescription" String="This property shall contain the effective current World Wide Node Name (WWNN) of this function. If an assignable WWNN is not supported, this is a read-only alias of the permanent WWNN."/>
180 </Property>
181 <Property Name="WWNSource" Type="NetworkDeviceFunction.v1_0_0.WWNSource">
182 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
183 <Annotation Term="OData.Description" String="The configuration source of the World Wide Names (WWN) for this World Wide Node Name (WWNN) and World Wide Port Name (WWPN) connection."/>
184 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration source of the World Wide Name (WWN) for this World Wide Node Name (WWNN) and World Wide Port Name (WWPN) connection."/>
185 </Property>
186 <Property Name="FCoELocalVLANId" Type="Edm.Int64">
187 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
188 <Annotation Term="OData.Description" String="The locally configured FCoE VLAN ID."/>
189 <Annotation Term="OData.LongDescription" String="For FCoE connections, this property shall contain the VLAN ID configured locally by setting this property. This value shall be used for FCoE traffic to this network device function during boot unless AllowFIPVLANDiscovery is `true` and a valid FCoE VLAN ID is found through the FIP VLAN Discovery Protocol."/>
190 <Annotation Term="Validation.Minimum" Int="0"/>
191 <Annotation Term="Validation.Maximum" Int="4094"/>
192 </Property>
193 <Property Name="AllowFIPVLANDiscovery" Type="Edm.Boolean">
194 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
195 <Annotation Term="OData.Description" String="An indication of whether the FCoE Initialization Protocol (FIP) populates the FCoE VLAN ID."/>
196 <Annotation Term="OData.LongDescription" String="For FCoE connections, this boolean property shall indicate whether the FIP VLAN Discovery Protocol determines the FCoE VLAN ID selected by the network device function for the FCoE connection. If `true` and the FIP VLAN discovery succeeds, the FCoEActiveVLANId property shall reflect the FCoE VLAN ID to use for all FCoE traffic. If `false` or if the FIP VLAN Discovery protocol fails, the FCoELocalVLANId shall be used for all FCoE traffic and the FCoEActiveVLANId shall reflect the FCoELocalVLANId."/>
197 </Property>
198 <Property Name="FCoEActiveVLANId" Type="Edm.Int64">
199 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
200 <Annotation Term="OData.Description" String="The active FCoE VLAN ID."/>
201 <Annotation Term="OData.LongDescription" String="For FCoE connections, this property shall contain `null` or a VLAN ID currently being used for FCoE traffic. When the FCoE link is down this value shall be null. When the FCoE link is up this value shall be either the FCoELocalVLANId property or a VLAN discovered through the FIP protocol."/>
202 <Annotation Term="Validation.Minimum" Int="0"/>
203 <Annotation Term="Validation.Maximum" Int="4094"/>
204 </Property>
205 <Property Name="BootTargets" Type="Collection(NetworkDeviceFunction.v1_0_0.BootTargets)">
206 <Annotation Term="OData.Description" String="An array of Fibre Channel boot targets configured for this network device function."/>
207 <Annotation Term="OData.LongDescription" String="This property shall contain an array of Fibre Channel boot targets configured for this network device function."/>
208 </Property>
209 </ComplexType>
210
211 <ComplexType Name="Ethernet">
212 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
213 <Annotation Term="OData.Description" String="This type describes Ethernet capabilities, status, and configuration for a network device function."/>
214 <Annotation Term="OData.LongDescription" String="This type shall describe the Ethernet capabilities, status, and configuration values for a network device function."/>
215 <Property Name="PermanentMACAddress" Type="Edm.String">
216 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
217 <Annotation Term="OData.Description" String="The permanent MAC address assigned to this function."/>
218 <Annotation Term="OData.LongDescription" String="This property shall contain the permanent MAC Address of this function. Typically, this value is programmed during manufacturing. This address is not assignable."/>
219 <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"/>
220 </Property>
221 <Property Name="MACAddress" Type="Edm.String">
222 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
223 <Annotation Term="OData.Description" String="The currently configured MAC address."/>
224 <Annotation Term="OData.LongDescription" String="This property shall contain the effective current MAC address of this network device function. If an assignable MAC address is not supported, this is a read-only alias of the PermanentMACAddress."/>
225 <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"/>
226 </Property>
227 <Property Name="MTUSize" Type="Edm.Int64">
228 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
229 <Annotation Term="OData.Description" String="The maximum transmission unit (MTU) configured for this network device function."/>
230 <Annotation Term="OData.LongDescription" String="The maximum transmission unit (MTU) configured for this network device function. This value serves as a default for the OS driver when booting. The value only takes effect on boot."/>
231 </Property>
232 </ComplexType>
233
234 <ComplexType Name="Links">
Gunnar Mills844b4152020-06-22 12:44:09 -0500235 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
236 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <NavigationProperty Name="PCIeFunction" Type="PCIeFunction.PCIeFunction" Nullable="false">
238 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
239 <Annotation Term="OData.Description" String="The link to the PCIe function associated with this network device function."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500240 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type PCIeFunction that represents the PCIe function associated with this network device function."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700241 <Annotation Term="OData.AutoExpandReferences"/>
242 </NavigationProperty>
243 </ComplexType>
244
245 <ComplexType Name="iSCSIBoot">
246 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
247 <Annotation Term="OData.Description" String="The iSCSI boot capabilities, status, and configuration for a network device function."/>
248 <Annotation Term="OData.LongDescription" String="This type shall describe the iSCSI boot capabilities, status, and configuration values for a network device function."/>
249 <Property Name="IPAddressType" Type="NetworkDeviceFunction.v1_0_0.IPAddressType">
250 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
251 <Annotation Term="OData.Description" String="The type of IP address being populated in the iSCSIBoot IP address fields."/>
252 <Annotation Term="OData.LongDescription" String="This property shall contain the type of IP address being populated in the iSCSIBoot IP address fields. Mixing IPv6 and IPv4 addresses on the same network device function shall not be permissible."/>
253 </Property>
254 <Property Name="InitiatorIPAddress" Type="Edm.String">
255 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
256 <Annotation Term="OData.Description" String="The IPv6 or IPv4 address of the iSCSI initiator."/>
257 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 or IPv4 address of the iSCSI boot initiator."/>
258 </Property>
259 <Property Name="InitiatorName" Type="Edm.String">
260 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
261 <Annotation Term="OData.Description" String="The iSCSI initiator name."/>
262 <Annotation Term="OData.LongDescription" String="This property shall contain the iSCSI boot initiator name. This property should match formats defined in RFC3720 or RFC3721."/>
263 </Property>
264 <Property Name="InitiatorDefaultGateway" Type="Edm.String">
265 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
266 <Annotation Term="OData.Description" String="The IPv6 or IPv4 iSCSI boot default gateway."/>
267 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 or IPv4 iSCSI boot default gateway."/>
268 </Property>
269 <Property Name="InitiatorNetmask" Type="Edm.String">
270 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
271 <Annotation Term="OData.Description" String="The IPv6 or IPv4 netmask of the iSCSI boot initiator."/>
272 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 or IPv4 netmask of the iSCSI boot initiator."/>
273 </Property>
274 <Property Name="TargetInfoViaDHCP" Type="Edm.Boolean">
275 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
276 <Annotation Term="OData.Description" String="An indication of whether the iSCSI boot target name, LUN, IP address, and netmask should be obtained from DHCP."/>
277 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the iSCSI boot target name, LUN, IP address, and netmask should be obtained from DHCP."/>
278 </Property>
279 <Property Name="PrimaryTargetName" Type="Edm.String">
280 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
281 <Annotation Term="OData.Description" String="The name of the iSCSI primary boot target."/>
282 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the primary iSCSI boot target. This property should match formats defined in RFC3720 or RFC3721."/>
283 </Property>
284 <Property Name="PrimaryTargetIPAddress" Type="Edm.String">
285 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
286 <Annotation Term="OData.Description" String="The IPv4 or IPv6 address for the primary iSCSI boot target."/>
287 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv4 or IPv6 address for the primary iSCSI boot target."/>
288 </Property>
289 <Property Name="PrimaryTargetTCPPort" Type="Edm.Int64">
290 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
291 <Annotation Term="OData.Description" String="The TCP port for the primary iSCSI boot target."/>
292 <Annotation Term="OData.LongDescription" String="This property shall contain the TCP port for the primary iSCSI boot target."/>
293 </Property>
294 <Property Name="PrimaryLUN" Type="Edm.Int64">
295 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
296 <Annotation Term="OData.Description" String="The logical unit number (LUN) for the primary iSCSI boot target."/>
297 <Annotation Term="OData.LongDescription" String="This property shall contain the logical unit number (LUN) for the primary iSCSI boot target."/>
298 </Property>
299 <Property Name="PrimaryVLANEnable" Type="Edm.Boolean">
300 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
301 <Annotation Term="OData.Description" String="An indication of whether the primary VLAN is enabled."/>
302 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this VLAN is enabled for the primary iSCSI boot target."/>
303 </Property>
304 <Property Name="PrimaryVLANId" Type="Edm.Int64">
305 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
306 <Annotation Term="OData.Description" String="The 802.1q VLAN ID to use for iSCSI boot from the primary target."/>
307 <Annotation Term="OData.LongDescription" String="This property shall contain the 802.1q VLAN ID to use for iSCSI boot from the primary target. This VLAN ID is only used if PrimaryVLANEnable is true."/>
308 <Annotation Term="Validation.Minimum" Int="0"/>
309 <Annotation Term="Validation.Maximum" Int="4094"/>
310 </Property>
311 <Property Name="PrimaryDNS" Type="Edm.String">
312 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
313 <Annotation Term="OData.Description" String="The IPv6 or IPv4 address of the primary DNS server for the iSCSI boot initiator."/>
314 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 or IPv4 address of the primary DNS server for the iSCSI boot initiator."/>
315 </Property>
316 <Property Name="SecondaryTargetName" Type="Edm.String">
317 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
318 <Annotation Term="OData.Description" String="The name of the iSCSI secondary boot target."/>
319 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the secondary iSCSI boot target. This property should match formats defined in RFC3720 or RFC3721."/>
320 </Property>
321 <Property Name="SecondaryTargetIPAddress" Type="Edm.String">
322 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
323 <Annotation Term="OData.Description" String="The IPv4 or IPv6 address for the secondary iSCSI boot target."/>
324 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv4 or IPv6 address for the secondary iSCSI boot target."/>
325 </Property>
326 <Property Name="SecondaryTargetTCPPort" Type="Edm.Int64">
327 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
328 <Annotation Term="OData.Description" String="The TCP port for the secondary iSCSI boot target."/>
329 <Annotation Term="OData.LongDescription" String="This property shall contain the TCP port for the secondary iSCSI boot target."/>
330 </Property>
331 <Property Name="SecondaryLUN" Type="Edm.Int64">
332 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
333 <Annotation Term="OData.Description" String="The logical unit number (LUN) for the secondary iSCSI boot target."/>
334 <Annotation Term="OData.LongDescription" String="This property shall contain the logical unit number (LUN) for the secondary iSCSI boot target."/>
335 </Property>
336 <Property Name="SecondaryVLANEnable" Type="Edm.Boolean">
337 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
338 <Annotation Term="OData.Description" String="An indication of whether the secondary VLAN is enabled."/>
339 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this VLAN is enabled for the secondary iSCSI boot target."/>
340 </Property>
341 <Property Name="SecondaryVLANId" Type="Edm.Int64">
342 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
343 <Annotation Term="OData.Description" String="The 802.1q VLAN ID to use for iSCSI boot from the secondary target."/>
344 <Annotation Term="OData.LongDescription" String="This property shall contain the 802.1q VLAN ID to use for iSCSI boot from the secondary target. This VLAN ID is only used if SecondaryVLANEnable is `true`."/>
345 <Annotation Term="Validation.Minimum" Int="0"/>
346 <Annotation Term="Validation.Maximum" Int="4094"/>
347 </Property>
348 <Property Name="SecondaryDNS" Type="Edm.String">
349 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
350 <Annotation Term="OData.Description" String="The IPv6 or IPv4 address of the secondary DNS server for the iSCSI boot initiator."/>
351 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 or IPv4 address of the secondary DNS server for the iSCSI boot initiator."/>
352 </Property>
353 <Property Name="IPMaskDNSViaDHCP" Type="Edm.Boolean">
354 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
355 <Annotation Term="OData.Description" String="An indication of whether the iSCSI boot initiator uses DHCP to obtain the initiator name, IP address, and netmask."/>
356 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the iSCSI boot initiator uses DHCP to obtain the initiator name, IP address, and netmask."/>
357 </Property>
358 <Property Name="RouterAdvertisementEnabled" Type="Edm.Boolean">
359 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
360 <Annotation Term="OData.Description" String="An indication of whether IPv6 router advertisement is enabled for the iSCSI boot target."/>
361 <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv6 router advertisement is enabled for the iSCSI boot target. This setting shall apply to only IPv6 configurations."/>
362 </Property>
363 <Property Name="AuthenticationMethod" Type="NetworkDeviceFunction.v1_0_0.AuthenticationMethod">
364 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
365 <Annotation Term="OData.Description" String="The iSCSI boot authentication method for this network device function."/>
366 <Annotation Term="OData.LongDescription" String="This property shall contain the iSCSI boot authentication method for this network device function."/>
367 </Property>
368 <Property Name="CHAPUsername" Type="Edm.String">
369 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
370 <Annotation Term="OData.Description" String="The user name for CHAP authentication."/>
371 <Annotation Term="OData.LongDescription" String="This property shall containhe user name for CHAP authentication."/>
372 </Property>
373 <Property Name="CHAPSecret" Type="Edm.String">
374 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
375 <Annotation Term="OData.Description" String="The shared secret for CHAP authentication."/>
376 <Annotation Term="OData.LongDescription" String="This property shall contain the shared secret for CHAP authentication."/>
377 </Property>
378 <Property Name="MutualCHAPUsername" Type="Edm.String">
379 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
380 <Annotation Term="OData.Description" String="The CHAP user name for two-way CHAP authentication."/>
381 <Annotation Term="OData.LongDescription" String="This property shall contain the CHAP user name for two-way CHAP authentication."/>
382 </Property>
383 <Property Name="MutualCHAPSecret" Type="Edm.String">
384 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
385 <Annotation Term="OData.Description" String="The CHAP secret for two-way CHAP authentication."/>
386 <Annotation Term="OData.LongDescription" String="This property shall contain the CHAP secret for two-way CHAP authentication."/>
387 </Property>
388 </ComplexType>
389
390 <ComplexType Name="BootTargets">
391 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
392 <Annotation Term="OData.Description" String="A Fibre Channel boot target configured for a network device function."/>
393 <Annotation Term="OData.LongDescription" String="This type shall describe a Fibre Channel boot target configured for a network device function."/>
394 <Property Name="WWPN" Type="Edm.String">
395 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
396 <Annotation Term="OData.Description" String="The World Wide Port Name (WWPN) from which to boot."/>
397 <Annotation Term="OData.LongDescription" String="This property shall contain World Wide Port Name (WWPN) from which to boot."/>
398 </Property>
399 <Property Name="LUNID" Type="Edm.String">
400 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
401 <Annotation Term="OData.Description" String="The logical unit number (LUN) ID from which to boot on the device to which the corresponding WWPN refers."/>
402 <Annotation Term="OData.LongDescription" String="This property shall contain the logical unit number (LUN) ID from which to boot on the device to which the corresponding WWPN refers."/>
403 </Property>
404 <Property Name="BootPriority" Type="Edm.Int64">
405 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
406 <Annotation Term="OData.Description" String="The relative priority for this entry in the boot targets array."/>
407 <Annotation Term="OData.LongDescription" String="This property shall contain the relative priority for this entry in the boot targets array. Lower numbers shall represent higher priority, with zero being the highest priority. The BootPriority shall be unique for all entries of the BootTargets array."/>
408 </Property>
409 </ComplexType>
410
411 <EnumType Name="NetworkDeviceTechnology">
412 <Member Name="Disabled">
413 <Annotation Term="OData.Description" String="Neither enumerated nor visible to the operating system." />
414 </Member>
415 <Member Name="Ethernet">
416 <Annotation Term="OData.Description" String="Appears to the operating system as an Ethernet device." />
417 </Member>
418 <Member Name="FibreChannel">
419 <Annotation Term="OData.Description" String="Appears to the operating system as a Fibre Channel device." />
420 </Member>
421 <Member Name="iSCSI">
422 <Annotation Term="OData.Description" String="Appears to the operating system as an iSCSI device." />
423 </Member>
424 <Member Name="FibreChannelOverEthernet">
425 <Annotation Term="OData.Description" String="Appears to the operating system as an FCoE device." />
426 </Member>
427 </EnumType>
428
429 <EnumType Name="IPAddressType">
430 <Member Name="IPv4">
431 <Annotation Term="OData.Description" String="IPv4 addressing is used for all IP-fields in this object." />
432 </Member>
433 <Member Name="IPv6">
434 <Annotation Term="OData.Description" String="IPv6 addressing is used for all IP-fields in this object." />
435 </Member>
436 </EnumType>
437
438 <EnumType Name="AuthenticationMethod">
439 <Member Name="None">
440 <Annotation Term="OData.Description" String="No iSCSI authentication is used." />
441 </Member>
442 <Member Name="CHAP">
443 <Annotation Term="OData.Description" String="iSCSI Challenge Handshake Authentication Protocol (CHAP) authentication is used." />
444 </Member>
445 <Member Name="MutualCHAP">
446 <Annotation Term="OData.Description" String="iSCSI Mutual Challenge Handshake Authentication Protocol (CHAP) authentication is used." />
447 </Member>
448 </EnumType>
449
450 <EnumType Name="WWNSource">
451 <Member Name="ConfiguredLocally">
452 <Annotation Term="OData.Description" String="The set of FC/FCoE boot targets was applied locally through API or UI." />
453 </Member>
454 <Member Name="ProvidedByFabric">
455 <Annotation Term="OData.Description" String="The set of FC/FCoE boot targets was applied by the Fibre Channel fabric." />
456 </Member>
457 </EnumType>
458
459 <EnumType Name="BootMode">
460 <Member Name="Disabled">
461 <Annotation Term="OData.Description" String="Do not indicate to UEFI/BIOS that this device is bootable." />
462 </Member>
463 <Member Name="PXE">
464 <Annotation Term="OData.Description" String="Boot this device by using the embedded PXE support. Only applicable if the NetworkDeviceFunctionType is `Ethernet`." />
465 </Member>
466 <Member Name="iSCSI">
467 <Annotation Term="OData.Description" String="Boot this device by using the embedded iSCSI boot support and configuration. Only applicable if the NetworkDeviceFunctionType is `iSCSI`." />
468 </Member>
469 <Member Name="FibreChannel">
470 <Annotation Term="OData.Description" String="Boot this device by using the embedded Fibre Channel support and configuration. Only applicable if the NetworkDeviceFunctionType is `FibreChannel`." />
471 </Member>
472 <Member Name="FibreChannelOverEthernet">
473 <Annotation Term="OData.Description" String="Boot this device by using the embedded Fibre Channel over Ethernet (FCoE) boot support and configuration. Only applicable if the NetworkDeviceFunctionType is `FibreChannelOverEthernet`." />
474 </Member>
475 </EnumType>
Ed Tanouscb103132019-10-08 11:34:22 -0700476 </Schema>
477
478 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_1">
479 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
480 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
481 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_0.NetworkDeviceFunction"/>
482 </Schema>
483
484 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_2">
485 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
486 <Annotation Term="OData.Description" String="This version was created to add normative statements about the format of InitiatorName, PrimaryTargetName, and SecondaryTargetName properties in the iSCSIBoot structure. It was also created to fix the descriptions for AssignablePhysicalPorts and PhysicalPortAssignment."/>
487 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_1.NetworkDeviceFunction"/>
488 </Schema>
489
490 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_3">
491 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
492 <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."/>
493 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_2.NetworkDeviceFunction"/>
494 </Schema>
495
496 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_4">
497 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
498 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
499 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_3.NetworkDeviceFunction"/>
500 </Schema>
501
502 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_5">
503 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
504 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on several properties to not allow them to be null."/>
505 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_4.NetworkDeviceFunction"/>
506 </Schema>
507
508 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_6">
509 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
510 <Annotation Term="OData.Description" String="This version was created to add a missing pattern term to MAC address properties. It was also created to update descriptions that this schema defines."/>
511 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_5.NetworkDeviceFunction"/>
512 </Schema>
513
Gunnar Mills844b4152020-06-22 12:44:09 -0500514 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_7">
515 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
516 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
517 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_6.NetworkDeviceFunction"/>
518 </Schema>
519
Ed Tanouscb103132019-10-08 11:34:22 -0700520 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_0">
521 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
522 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500523
Ed Tanouscb103132019-10-08 11:34:22 -0700524 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_1.NetworkDeviceFunction">
525 <Property Name="Actions" Type="NetworkDeviceFunction.v1_1_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500526 <Annotation Term="OData.Description" String="The available actions for this resource."/>
527 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700528 </Property>
529 </EntityType>
530
531 <ComplexType Name="Actions">
532 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500533 <Annotation Term="OData.Description" String="The available actions for this resource."/>
534 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700535 <Property Name="Oem" Type="NetworkDeviceFunction.v1_1_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500536 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
537 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700538 </Property>
539 </ComplexType>
540
541 <ComplexType Name="OemActions">
542 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500543 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
544 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700545 </ComplexType>
546 </Schema>
547
548 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_1">
549 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
550 <Annotation Term="OData.Description" String="This version was created to add normative statements about the format of InitiatorName, PrimaryTargetName, and SecondaryTargetName properties in the iSCSIBoot structure. It was also created to fix the descriptions for AssignablePhysicalPorts and PhysicalPortAssignment."/>
551 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_0.NetworkDeviceFunction"/>
552 </Schema>
553
554 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_2">
555 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
556 <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."/>
557 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_1.NetworkDeviceFunction"/>
558 </Schema>
559
560 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_3">
561 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
562 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
563 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_2.NetworkDeviceFunction"/>
564 </Schema>
565
566 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_4">
567 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on several properties to not allow them to be null."/>
569 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_3.NetworkDeviceFunction"/>
570 </Schema>
571
572 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_5">
573 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574 <Annotation Term="OData.Description" String="This version was created to add a missing pattern term to MAC address properties. It was also created to update descriptions that this schema defines."/>
575 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_4.NetworkDeviceFunction"/>
576 </Schema>
577
Gunnar Mills844b4152020-06-22 12:44:09 -0500578 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_6">
579 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
580 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
581 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_5.NetworkDeviceFunction"/>
582 </Schema>
583
Ed Tanouscb103132019-10-08 11:34:22 -0700584 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_0">
585 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500587
Ed Tanouscb103132019-10-08 11:34:22 -0700588 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_1.NetworkDeviceFunction"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500589
Ed Tanouscb103132019-10-08 11:34:22 -0700590 <ComplexType Name="Links" BaseType="NetworkDeviceFunction.v1_0_0.Links">
591 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
592 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
593 <Annotation Term="OData.Description" String="An array of links to endpoints associated with this network device function."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500594 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint that are associated with this network device function."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700595 <Annotation Term="OData.AutoExpandReferences"/>
596 </NavigationProperty>
597 </ComplexType>
598 </Schema>
599
600 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_1">
601 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
602 <Annotation Term="OData.Description" String="This version was created to add validation terms to the different VLANId properties."/>
603 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_0.NetworkDeviceFunction"/>
604 </Schema>
605
606 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_2">
607 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
608 <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."/>
609 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_1.NetworkDeviceFunction"/>
610 </Schema>
611
612 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_3">
613 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
614 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
615 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_2.NetworkDeviceFunction"/>
616 </Schema>
617
618 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_4">
619 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
620 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on several properties to not allow them to be null."/>
621 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_3.NetworkDeviceFunction"/>
622 </Schema>
623
624 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_5">
625 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
626 <Annotation Term="OData.Description" String="This version was created to add a missing pattern term to MAC address properties. It was also created to update descriptions that this schema defines."/>
627 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_4.NetworkDeviceFunction"/>
628 </Schema>
629
Gunnar Mills844b4152020-06-22 12:44:09 -0500630 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_6">
631 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
632 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
633 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_5.NetworkDeviceFunction"/>
634 </Schema>
635
Ed Tanouscb103132019-10-08 11:34:22 -0700636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_0">
637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
638 <Annotation Term="Redfish.Release" String="2018.2"/>
639 <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. Also adds support for VLAN to Ethernet. Also moving PhysicalPortAssignment to Links. Also adds FibreChannel Adapter properties."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500640
Ed Tanouscb103132019-10-08 11:34:22 -0700641 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_2.NetworkDeviceFunction"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500642
Ed Tanouscb103132019-10-08 11:34:22 -0700643 <ComplexType Name="Links" BaseType="NetworkDeviceFunction.v1_2_0.Links">
644 <NavigationProperty Name="PhysicalPortAssignment" Type="NetworkPort.NetworkPort" Nullable="false">
645 <Annotation Term="OData.Description" String="The physical port to which this network device function is currently assigned."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500646 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type NetworkPort to which this network device function is currently assigned. This value shall be one of the AssignablePhysicalPorts array members."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700647 <Annotation Term="OData.AutoExpandReferences"/>
648 </NavigationProperty>
649 </ComplexType>
Gunnar Mills844b4152020-06-22 12:44:09 -0500650
Ed Tanouscb103132019-10-08 11:34:22 -0700651 <ComplexType Name="Ethernet" BaseType="NetworkDeviceFunction.v1_0_0.Ethernet">
652 <Property Name="VLAN" Type="VLanNetworkInterface.VLAN" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500653 <Annotation Term="OData.Description" String="The VLAN information for this interface. If this network interface supports more than one VLAN, this property is not present."/>
654 <Annotation Term="OData.LongDescription" String="This property shall contain the VLAN for this interface. If this interface supports more than one VLAN, the VLAN property shall not be present and the VLANs property shall be present instead."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700655 </Property>
656 <NavigationProperty Name="VLANs" Type="VLanNetworkInterfaceCollection.VLanNetworkInterfaceCollection" ContainsTarget="true" Nullable="false">
657 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
658 <Annotation Term="OData.Description" String="The link to a collection of VLANs. This property is used only if the interface supports more than one VLAN."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500659 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VLanNetworkInterfaceCollection. If this property is used, the VLANEnabled and VLANId property shall not be used."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700660 <Annotation Term="OData.AutoExpandReferences"/>
661 </NavigationProperty>
662 </ComplexType>
Gunnar Mills844b4152020-06-22 12:44:09 -0500663
Ed Tanouscb103132019-10-08 11:34:22 -0700664 <ComplexType Name="FibreChannel" BaseType="NetworkDeviceFunction.v1_0_0.FibreChannel">
665 <Property Name="FibreChannelId" Type="Edm.String">
666 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
667 <Annotation Term="OData.Description" String="The Fibre Channel ID that the switch assigns for this interface."/>
668 <Annotation Term="OData.LongDescription" String="This property shall indicate the Fibre Channel ID that the switch assigns for this interface."/>
669 </Property>
670 </ComplexType>
671 </Schema>
672
673 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_1">
674 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
675 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
676 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_0.NetworkDeviceFunction"/>
677 </Schema>
678
679 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_2">
680 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
681 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on several properties to not allow them to be null."/>
682 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_1.NetworkDeviceFunction"/>
683 </Schema>
684
685 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_3">
686 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
687 <Annotation Term="OData.Description" String="This version was created to add a missing pattern term to MAC address properties. It was also created to update descriptions that this schema defines."/>
688 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_2.NetworkDeviceFunction"/>
689 </Schema>
690
Gunnar Mills844b4152020-06-22 12:44:09 -0500691 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_4">
692 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
693 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
694 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_3.NetworkDeviceFunction"/>
695 </Schema>
696
Gunnar Millsa778c022020-05-12 12:20:36 -0500697 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_4_0">
698 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
699 <Annotation Term="Redfish.Release" String="2020.1"/>
700 <Annotation Term="OData.Description" String="This version was created to add the link to EthernetInterface when one of the NetworkDeviceFunction VLANs has been represented as a virtual NIC for the purpose of showing the IP Address associated with that VLAN."/>
701
702 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_3.NetworkDeviceFunction"/>
703 <ComplexType Name="Links" BaseType="NetworkDeviceFunction.v1_3_0.Links">
704 <NavigationProperty Name="EthernetInterface" Type="EthernetInterface.EthernetInterface" Nullable="false">
705 <Annotation Term="OData.Description" String="The link to a virtual Ethernet interface that was created when one of the network device function VLANs is represented as a virtual NIC for the purpose of showing the IP address associated with that VLAN."/>
706 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type EthernetInterface that represents a virtual interface that was created when one of the network device function VLANs is represented as a virtual NIC for the purpose of showing the IP address associated with that VLAN. The EthernetInterfaceType property of that resource shall contain the value `Virtual`."/>
707 <Annotation Term="OData.AutoExpandReferences"/>
708 </NavigationProperty>
709 </ComplexType>
710 </Schema>
711
Gunnar Mills844b4152020-06-22 12:44:09 -0500712 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_4_1">
713 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
714 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
715 <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_4_0.NetworkDeviceFunction"/>
716 </Schema>
717
Ed Tanouscb103132019-10-08 11:34:22 -0700718 </edmx:DataServices>
719</edmx:Edmx>