blob: c53e864a124fbc7a80236c5c564564f53c39779b [file] [log] [blame]
Ed Tanouscb103132019-10-08 11:34:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills9d424662021-09-22 21:56:16 -05004<!--# Redfish Schema: VLanNetworkInterface v1.3.0 -->
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 -->
Ed Tanoused761212022-09-23 15:03:29 -07008<!--# Copyright 2014-2022 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/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25 <edmx:Include Namespace="Resource.v1_0_0"/>
26 </edmx:Reference>
27
28 <edmx:DataServices>
29
30 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface">
31 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
32
33 <EntityType Name="VLanNetworkInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true">
34 <Annotation Term="OData.Description" String="The VLanNetworkInterface schema describes a VLAN network instance that is available on a manager, system, or other device."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050035 <Annotation Term="OData.LongDescription" String="This resource contains information for a VLAN network instance that is available on a manager, system, or other device for a Redfish implementation."/>
Ed Tanouscb103132019-10-08 11:34:22 -070036 <Annotation Term="Capabilities.InsertRestrictions">
37 <Record>
38 <PropertyValue Property="Insertable" Bool="false"/>
39 </Record>
40 </Annotation>
41 <Annotation Term="Capabilities.UpdateRestrictions">
42 <Record>
43 <PropertyValue Property="Updatable" Bool="true"/>
44 <Annotation Term="OData.Description" String="VLAN network interfaces can be updated to enable or disable them or change their VLAN IDs."/>
45 </Record>
46 </Annotation>
47 <Annotation Term="Capabilities.DeleteRestrictions">
48 <Record>
49 <PropertyValue Property="Deletable" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -050050 <Annotation Term="OData.Description" String="In some implementations, VLAN network interfaces can be deleted. However, because other implementations can keep a fixed number of interfaces in the collection, they do not allow deletion of interfaces."/>
Ed Tanouscb103132019-10-08 11:34:22 -070051 </Record>
52 </Annotation>
53 <Annotation Term="Redfish.Uris">
54 <Collection>
55 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/NetworkDeviceFunctions/{NetworkDeviceFunctionId}/Ethernet/VLANs/{VLanNetworkInterfaceId}</String>
56 <String>/redfish/v1/Managers/{ManagerId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs/{VLanNetworkInterfaceId}</String>
57 <String>/redfish/v1/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs/{VLanNetworkInterfaceId}</String>
58 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs/{VLanNetworkInterfaceId}</String>
59 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs/{VLanNetworkInterfaceId}</String>
60 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs/{VLanNetworkInterfaceId}</String>
61 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs/{VLanNetworkInterfaceId}</String>
62 </Collection>
63 </Annotation>
Gunnar Mills9d424662021-09-22 21:56:16 -050064 <Annotation Term="Redfish.Revisions">
65 <Collection>
66 <Record>
67 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
68 <PropertyValue Property="Version" String="v1_3_0"/>
69 <PropertyValue Property="Description" String="This schema has been deprecated in favor of using individual EthernetInterface resources to show VLAN information."/>
70 </Record>
71 </Collection>
72 </Annotation>
Ed Tanouscb103132019-10-08 11:34:22 -070073 </EntityType>
74
75 <ComplexType Name="VLAN" Abstract="true">
76 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
77 <Annotation Term="OData.Description" String="The attributes of a VLAN."/>
78 <Annotation Term="OData.LongDescription" String="This type shall contain any attributes of a VLAN."/>
79 </ComplexType>
Ed Tanouscb103132019-10-08 11:34:22 -070080 </Schema>
81
82 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_0">
83 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
84 <Annotation Term="Redfish.Release" String="1.0"/>
85
86 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.VLanNetworkInterface">
Ed Tanouscb103132019-10-08 11:34:22 -070087 <Property Name="VLANEnable" Type="Edm.Boolean">
88 <Annotation Term="Redfish.RequiredOnCreate"/>
89 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
90 <Annotation Term="OData.Description" String="An indication of whether this VLAN is enabled for this interface."/>
91 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this VLAN is enabled for this interface."/>
92 </Property>
93 <Property Name="VLANId" Type="VLanNetworkInterface.v1_0_0.VLANId">
94 <Annotation Term="Redfish.RequiredOnCreate"/>
95 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
96 <Annotation Term="OData.Description" String="The ID for this VLAN."/>
97 <Annotation Term="OData.LongDescription" String="This property shall contain the ID for this VLAN."/>
98 </Property>
99 </EntityType>
100
101 <ComplexType Name="VLAN" BaseType="VLanNetworkInterface.VLAN">
102 <Property Name="VLANEnable" Type="Edm.Boolean">
103 <Annotation Term="Redfish.RequiredOnCreate"/>
104 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
105 <Annotation Term="OData.Description" String="An indication of whether this VLAN is enabled for this VLAN network interface."/>
106 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this VLAN is enabled for this VLAN network interface."/>
107 </Property>
108 <Property Name="VLANId" Type="VLanNetworkInterface.v1_0_0.VLANId">
109 <Annotation Term="Redfish.RequiredOnCreate"/>
110 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
111 <Annotation Term="OData.Description" String="The ID for this VLAN."/>
112 <Annotation Term="OData.LongDescription" String="This property shall contain the ID for this VLAN."/>
113 </Property>
114 </ComplexType>
115
116 <TypeDefinition Name="VLANId" UnderlyingType="Edm.Int64">
117 <Annotation Term="Validation.Minimum" Int="0"/>
118 <Annotation Term="Validation.Maximum" Int="4094"/>
119 </TypeDefinition>
Ed Tanouscb103132019-10-08 11:34:22 -0700120 </Schema>
121
122 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_1">
123 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
124 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
125 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_0.VLanNetworkInterface"/>
126 </Schema>
127
128 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_2">
129 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
130 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
131 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_1.VLanNetworkInterface"/>
132 </Schema>
133
134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_3">
135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
136 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
137 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_2.VLanNetworkInterface"/>
138 </Schema>
139
140 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_4">
141 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
142 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
143 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_3.VLanNetworkInterface"/>
144 </Schema>
145
146 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_5">
147 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
148 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for VLAN."/>
149 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_4.VLanNetworkInterface"/>
150 </Schema>
151
152 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_6">
153 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
154 <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."/>
155 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_5.VLanNetworkInterface"/>
156 </Schema>
157
158 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_7">
159 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
160 <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."/>
161 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_6.VLanNetworkInterface"/>
162 </Schema>
163
164 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_8">
165 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
166 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
167 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_7.VLanNetworkInterface"/>
168 </Schema>
169
Gunnar Mills844b4152020-06-22 12:44:09 -0500170 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_9">
171 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
172 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
173 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_8.VLanNetworkInterface"/>
174 </Schema>
175
Ed Tanouscb103132019-10-08 11:34:22 -0700176 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_0">
177 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
178 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500179
Ed Tanouscb103132019-10-08 11:34:22 -0700180 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_4.VLanNetworkInterface">
181 <Property Name="Actions" Type="VLanNetworkInterface.v1_1_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500182 <Annotation Term="OData.Description" String="The available actions for this resource."/>
183 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700184 </Property>
185 </EntityType>
186
187 <ComplexType Name="Actions">
188 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500189 <Annotation Term="OData.Description" String="The available actions for this resource."/>
190 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700191 <Property Name="Oem" Type="VLanNetworkInterface.v1_1_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500192 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
193 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700194 </Property>
195 </ComplexType>
196
197 <ComplexType Name="OemActions">
198 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500199 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
200 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700201 </ComplexType>
202 </Schema>
203
204 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_1">
205 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
206 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for VLAN."/>
207 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_1_0.VLanNetworkInterface"/>
208 </Schema>
209
210 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_2">
211 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
212 <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."/>
213 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_1_1.VLanNetworkInterface"/>
214 </Schema>
215
216 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_3">
217 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
218 <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."/>
219 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_1_2.VLanNetworkInterface"/>
220 </Schema>
221
222 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_4">
223 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
224 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
225 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_1_3.VLanNetworkInterface"/>
226 </Schema>
227
Gunnar Mills844b4152020-06-22 12:44:09 -0500228 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_5">
229 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
230 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
231 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_1_4.VLanNetworkInterface"/>
232 </Schema>
233
Gunnar Mills262d7d42021-01-20 16:28:41 -0600234 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_2_0">
235 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
236 <Annotation Term="OData.Description" String="This version was created to add VLAN priority."/>
237 <Annotation Term="Redfish.Release" String="2020.4"/>
238
239 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_1_5.VLanNetworkInterface">
240 <Property Name="VLANPriority" Type="VLanNetworkInterface.v1_2_0.VLANPriority">
241 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
242 <Annotation Term="OData.Description" String="The priority for this VLAN."/>
243 <Annotation Term="OData.LongDescription" String="This property shall contain the priority for this VLAN."/>
244 </Property>
245 </EntityType>
246
247 <ComplexType Name="VLAN" BaseType="VLanNetworkInterface.v1_0_0.VLAN">
248 <Property Name="VLANPriority" Type="VLanNetworkInterface.v1_2_0.VLANPriority">
249 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
250 <Annotation Term="OData.Description" String="The priority for this VLAN."/>
251 <Annotation Term="OData.LongDescription" String="This property shall contain the priority for this VLAN."/>
252 </Property>
253 </ComplexType>
254
255 <TypeDefinition Name="VLANPriority" UnderlyingType="Edm.Int64">
256 <Annotation Term="Validation.Minimum" Int="0"/>
257 <Annotation Term="Validation.Maximum" Int="7"/>
258 </TypeDefinition>
259 </Schema>
260
Gunnar Mills9d424662021-09-22 21:56:16 -0500261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_3_0">
262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
263 <Annotation Term="Redfish.Release" String="2021.2"/>
264
265 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_2_0.VLanNetworkInterface"/>
266
267 <ComplexType Name="VLAN" BaseType="VLanNetworkInterface.v1_2_0.VLAN">
268 <Property Name="Tagged" Type="Edm.Boolean">
269 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
270 <Annotation Term="OData.Description" String="An indication of whether this VLAN is tagged or untagged for this interface."/>
271 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this VLAN is tagged or untagged for this interface."/>
272 </Property>
273 </ComplexType>
274 </Schema>
275
Ed Tanouscb103132019-10-08 11:34:22 -0700276 </edmx:DataServices>
277</edmx:Edmx>