blob: 4c895c1366012e3f94003a7d5f990b76fd8da479 [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: VLanNetworkInterface v1.1.5 -->
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/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>
64 </EntityType>
65
66 <ComplexType Name="VLAN" Abstract="true">
67 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
68 <Annotation Term="OData.Description" String="The attributes of a VLAN."/>
69 <Annotation Term="OData.LongDescription" String="This type shall contain any attributes of a VLAN."/>
70 </ComplexType>
Ed Tanouscb103132019-10-08 11:34:22 -070071 </Schema>
72
73 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_0">
74 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
75 <Annotation Term="Redfish.Release" String="1.0"/>
76
77 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.VLanNetworkInterface">
Ed Tanouscb103132019-10-08 11:34:22 -070078 <Property Name="VLANEnable" Type="Edm.Boolean">
79 <Annotation Term="Redfish.RequiredOnCreate"/>
80 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
81 <Annotation Term="OData.Description" String="An indication of whether this VLAN is enabled for this interface."/>
82 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this VLAN is enabled for this interface."/>
83 </Property>
84 <Property Name="VLANId" Type="VLanNetworkInterface.v1_0_0.VLANId">
85 <Annotation Term="Redfish.RequiredOnCreate"/>
86 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
87 <Annotation Term="OData.Description" String="The ID for this VLAN."/>
88 <Annotation Term="OData.LongDescription" String="This property shall contain the ID for this VLAN."/>
89 </Property>
90 </EntityType>
91
92 <ComplexType Name="VLAN" BaseType="VLanNetworkInterface.VLAN">
93 <Property Name="VLANEnable" Type="Edm.Boolean">
94 <Annotation Term="Redfish.RequiredOnCreate"/>
95 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
96 <Annotation Term="OData.Description" String="An indication of whether this VLAN is enabled for this VLAN network interface."/>
97 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this VLAN is enabled for this VLAN network interface."/>
98 </Property>
99 <Property Name="VLANId" Type="VLanNetworkInterface.v1_0_0.VLANId">
100 <Annotation Term="Redfish.RequiredOnCreate"/>
101 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
102 <Annotation Term="OData.Description" String="The ID for this VLAN."/>
103 <Annotation Term="OData.LongDescription" String="This property shall contain the ID for this VLAN."/>
104 </Property>
105 </ComplexType>
106
107 <TypeDefinition Name="VLANId" UnderlyingType="Edm.Int64">
108 <Annotation Term="Validation.Minimum" Int="0"/>
109 <Annotation Term="Validation.Maximum" Int="4094"/>
110 </TypeDefinition>
Ed Tanouscb103132019-10-08 11:34:22 -0700111 </Schema>
112
113 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_1">
114 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
115 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
116 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_0.VLanNetworkInterface"/>
117 </Schema>
118
119 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_2">
120 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
121 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
122 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_1.VLanNetworkInterface"/>
123 </Schema>
124
125 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_3">
126 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
127 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
128 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_2.VLanNetworkInterface"/>
129 </Schema>
130
131 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_4">
132 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
133 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
134 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_3.VLanNetworkInterface"/>
135 </Schema>
136
137 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_5">
138 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
139 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for VLAN."/>
140 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_4.VLanNetworkInterface"/>
141 </Schema>
142
143 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_6">
144 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
145 <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."/>
146 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_5.VLanNetworkInterface"/>
147 </Schema>
148
149 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_7">
150 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
151 <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."/>
152 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_6.VLanNetworkInterface"/>
153 </Schema>
154
155 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_8">
156 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
157 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
158 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_7.VLanNetworkInterface"/>
159 </Schema>
160
Gunnar Mills844b4152020-06-22 12:44:09 -0500161 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_0_9">
162 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
163 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
164 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_8.VLanNetworkInterface"/>
165 </Schema>
166
Ed Tanouscb103132019-10-08 11:34:22 -0700167 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_0">
168 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
169 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500170
Ed Tanouscb103132019-10-08 11:34:22 -0700171 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_4.VLanNetworkInterface">
172 <Property Name="Actions" Type="VLanNetworkInterface.v1_1_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500173 <Annotation Term="OData.Description" String="The available actions for this resource."/>
174 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700175 </Property>
176 </EntityType>
177
178 <ComplexType Name="Actions">
179 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500180 <Annotation Term="OData.Description" String="The available actions for this resource."/>
181 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700182 <Property Name="Oem" Type="VLanNetworkInterface.v1_1_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500183 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
184 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700185 </Property>
186 </ComplexType>
187
188 <ComplexType Name="OemActions">
189 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500190 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
191 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700192 </ComplexType>
193 </Schema>
194
195 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_1">
196 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
197 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for VLAN."/>
198 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_1_0.VLanNetworkInterface"/>
199 </Schema>
200
201 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_2">
202 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
203 <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."/>
204 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_1_1.VLanNetworkInterface"/>
205 </Schema>
206
207 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_3">
208 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
209 <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."/>
210 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_1_2.VLanNetworkInterface"/>
211 </Schema>
212
213 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_4">
214 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
215 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
216 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_1_3.VLanNetworkInterface"/>
217 </Schema>
218
Gunnar Mills844b4152020-06-22 12:44:09 -0500219 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterface.v1_1_5">
220 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
221 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
222 <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_1_4.VLanNetworkInterface"/>
223 </Schema>
224
Ed Tanouscb103132019-10-08 11:34:22 -0700225 </edmx:DataServices>
226</edmx:Edmx>