blob: e16a3cdccb3a56258b2dd2a9689166bd837b7f0c [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills9d424662021-09-22 21:56:16 -05004<!--# Redfish Schema: VirtualMedia v1.5.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
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">
Gunnar Mills10f270b2021-05-19 15:34:06 -050021 <edmx:Include Namespace="Resource"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070022 <edmx:Include Namespace="Resource.v1_0_0"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26 </edmx:Reference>
Gunnar Mills10f270b2021-05-19 15:34:06 -050027 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
28 <edmx:Include Namespace="CertificateCollection"/>
29 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070030
31 <edmx:DataServices>
32
33 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia">
34 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35
36 <EntityType Name="VirtualMedia" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070037 <Annotation Term="OData.Description" String="The VirtualMedia schema contains properties related to the monitor and control of an instance of virtual media, such as a remote CD, DVD, or USB device. A manager for a system or device provides virtual media functionality."/>
Gunnar Mills9d424662021-09-22 21:56:16 -050038 <Annotation Term="OData.LongDescription" String="This resource shall represent a virtual media service for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070039 <Annotation Term="Capabilities.InsertRestrictions">
40 <Record>
41 <PropertyValue Property="Insertable" Bool="false"/>
42 </Record>
43 </Annotation>
44 <Annotation Term="Capabilities.UpdateRestrictions">
45 <Record>
Ed Tanous530520e2019-01-02 13:41:37 -080046 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070047 <Annotation Term="OData.Description" String="Properties, such as Image, Inserted, and WriteProtected, can be updated for a VirtualMedia instance."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070048 </Record>
49 </Annotation>
50 <Annotation Term="Capabilities.DeleteRestrictions">
51 <Record>
52 <PropertyValue Property="Deletable" Bool="false"/>
53 </Record>
54 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080055 <Annotation Term="Redfish.Uris">
56 <Collection>
57 <String>/redfish/v1/Managers/{ManagerId}/VirtualMedia/{VirtualMediaId}</String>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050058 <String>/redfish/v1/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}</String>
59 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}</String>
60 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080061 </Collection>
62 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070063 </EntityType>
64
65 <Action Name="InsertMedia" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -070066 <Annotation Term="OData.Description" String="This action attaches remote media to virtual media."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070067 <Annotation Term="OData.LongDescription" String="This action shall attach remote media to virtual media."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060068 <Annotation Term="Redfish.Revisions">
69 <Collection>
70 <Record>
71 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
72 <PropertyValue Property="Version" String="v1_2_0"/>
73 </Record>
74 </Collection>
75 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070076 <Parameter Name="VirtualMedia" Type="VirtualMedia.v1_1_0.Actions"/>
77 <Parameter Name="Image" Type="Edm.String" Nullable="false">
Gunnar Mills9d424662021-09-22 21:56:16 -050078 <Annotation Term="OData.Description" String="The URI of the media to attach to the virtual media."/>
79 <Annotation Term="OData.LongDescription" String="This parameter shall contain the URI of the media to be attached to the virtual media. This parameter may specify an absolute URI to remote media or a relative URI to media local to the implementation. A service may allow a relative URI to reference a SoftwareInventory resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070080 </Parameter>
81 <Parameter Name="Inserted" Type="Edm.Boolean">
Ed Tanouscb103132019-10-08 11:34:22 -070082 <Annotation Term="OData.Description" String="An indication of whether the image is treated as inserted upon completion of the action. The default is `true`."/>
Gunnar Mills9d424662021-09-22 21:56:16 -050083 <Annotation Term="OData.LongDescription" String="This parameter shall contain whether the image is treated as inserted upon completion of the action. If the client does not provide this parameter, the service shall default this value to `true`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070084 </Parameter>
85 <Parameter Name="WriteProtected" Type="Edm.Boolean">
Ed Tanouscb103132019-10-08 11:34:22 -070086 <Annotation Term="OData.Description" String="An indication of whether the remote media is treated as write-protected. The default is `true`."/>
Gunnar Mills9d424662021-09-22 21:56:16 -050087 <Annotation Term="OData.LongDescription" String="This parameter shall contain whether the remote media is treated as write-protected. If the client does not provide this parameter, the service shall default this value to `true`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070088 </Parameter>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060089 <Parameter Name="UserName" Type="Edm.String">
Gunnar Mills9d424662021-09-22 21:56:16 -050090 <Annotation Term="OData.Description" String="The username to access the URI specified by the Image parameter."/>
91 <Annotation Term="OData.LongDescription" String="This parameter shall contain the username to access the URI specified by the Image parameter."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060092 <Annotation Term="Redfish.Revisions">
93 <Collection>
94 <Record>
95 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
96 <PropertyValue Property="Version" String="v1_3_0"/>
97 </Record>
98 </Collection>
99 </Annotation>
100 </Parameter>
101 <Parameter Name="Password" Type="Edm.String">
Gunnar Mills9d424662021-09-22 21:56:16 -0500102 <Annotation Term="OData.Description" String="The password to access the URI specified by the Image parameter."/>
103 <Annotation Term="OData.LongDescription" String="This parameter shall contain the password to access the URI specified by the Image parameter."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600104 <Annotation Term="Redfish.Revisions">
105 <Collection>
106 <Record>
107 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
108 <PropertyValue Property="Version" String="v1_3_0"/>
109 </Record>
110 </Collection>
111 </Annotation>
112 </Parameter>
113 <Parameter Name="TransferProtocolType" Type="VirtualMedia.v1_3_0.TransferProtocolType">
Ed Tanouscb103132019-10-08 11:34:22 -0700114 <Annotation Term="OData.Description" String="The network protocol to use with the image."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500115 <Annotation Term="OData.LongDescription" String="This parameter shall contain the network protocol to use with the specified image URI."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600116 <Annotation Term="Redfish.Revisions">
117 <Collection>
118 <Record>
119 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
120 <PropertyValue Property="Version" String="v1_3_0"/>
121 </Record>
122 </Collection>
123 </Annotation>
124 </Parameter>
125 <Parameter Name="TransferMethod" Type="VirtualMedia.v1_3_0.TransferMethod">
Gunnar Mills9d424662021-09-22 21:56:16 -0500126 <Annotation Term="OData.Description" String="The transfer method to use with the image."/>
127 <Annotation Term="OData.LongDescription" String="This parameter shall contain the transfer method to use with the specified image URI."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600128 <Annotation Term="Redfish.Revisions">
129 <Collection>
130 <Record>
131 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
132 <PropertyValue Property="Version" String="v1_3_0"/>
133 </Record>
134 </Collection>
135 </Annotation>
136 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700137 </Action>
138
139 <Action Name="EjectMedia" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700140 <Annotation Term="OData.Description" String="This action detaches remote media from virtual media."/>
141 <Annotation Term="OData.LongDescription" String="This action shall detach the remote media from the virtual media. At the completion of the operation, inserted shall be set to `false` and the image name shall be cleared."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600142 <Annotation Term="Redfish.Revisions">
143 <Collection>
144 <Record>
145 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
146 <PropertyValue Property="Version" String="v1_2_0"/>
147 </Record>
148 </Collection>
149 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700150 <Parameter Name="VirtualMedia" Type="VirtualMedia.v1_1_0.Actions"/>
151 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700152 </Schema>
153
154 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_0">
155 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600156 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700157
158 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.VirtualMedia">
159 <Property Name="ImageName" Type="Edm.String">
160 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
161 <Annotation Term="OData.Description" String="The current image name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700162 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the image."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700163 </Property>
164 <Property Name="Image" Type="Edm.String">
165 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700166 <Annotation Term="OData.Description" String="The URI of the location of the selected image."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500167 <Annotation Term="OData.LongDescription" String="This property shall contain the URI of the media attached to the virtual media. This value may specify an absolute URI to remote media or a relative URI to media local to the implementation. A service may allow a relative URI to reference a SoftwareInventory resource. The value `null` shall indicates no image connection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700168 <Annotation Term="OData.IsURL"/>
169 </Property>
170 <Property Name="MediaTypes" Type="Collection(VirtualMedia.v1_0_0.MediaType)" Nullable="false">
171 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700172 <Annotation Term="OData.Description" String="The media types supported as virtual media."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500173 <Annotation Term="OData.LongDescription" String="This property shall contain an array of the supported media types for this connection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700174 </Property>
175 <Property Name="ConnectedVia" Type="VirtualMedia.v1_0_0.ConnectedVia">
176 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700177 <Annotation Term="OData.Description" String="The current virtual media connection method."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500178 <Annotation Term="OData.LongDescription" String="This property shall contain the current connection method from a client to the virtual media that this resource represents."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700179 </Property>
180 <Property Name="Inserted" Type="Edm.Boolean">
181 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700182 <Annotation Term="OData.Description" String="An indication of whether virtual media is inserted into the virtual device."/>
183 <Annotation Term="OData.LongDescription" String="This property shall indicate whether media is present in the virtual media device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700184 </Property>
185 <Property Name="WriteProtected" Type="Edm.Boolean">
186 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700187 <Annotation Term="OData.Description" String="An indication of whether the media is write-protected."/>
188 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the remote device media prevents writing to that media."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700189 </Property>
190 </EntityType>
191
192 <EnumType Name="MediaType">
193 <Member Name="CD">
194 <Annotation Term="OData.Description" String="A CD-ROM format (ISO) image."/>
195 </Member>
196 <Member Name="Floppy">
197 <Annotation Term="OData.Description" String="A floppy disk image."/>
198 </Member>
199 <Member Name="USBStick">
200 <Annotation Term="OData.Description" String="An emulation of a USB storage device."/>
201 </Member>
202 <Member Name="DVD">
203 <Annotation Term="OData.Description" String="A DVD-ROM format image."/>
204 </Member>
205 </EnumType>
206
207 <EnumType Name="ConnectedVia">
208 <Member Name="NotConnected">
209 <Annotation Term="OData.Description" String="No current connection."/>
210 </Member>
211 <Member Name="URI">
212 <Annotation Term="OData.Description" String="Connected to a URI location."/>
213 </Member>
214 <Member Name="Applet">
215 <Annotation Term="OData.Description" String="Connected to a client application."/>
216 </Member>
217 <Member Name="Oem">
Ed Tanouscb103132019-10-08 11:34:22 -0700218 <Annotation Term="OData.Description" String="Connected through an OEM-defined method."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700219 </Member>
220 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700221 </Schema>
222
223 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_2">
224 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
225 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
226 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_0.VirtualMedia"/>
227 </Schema>
228
229 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_3">
230 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
231 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
232 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_2.VirtualMedia"/>
233 </Schema>
234
Ed Tanous530520e2019-01-02 13:41:37 -0800235 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_4">
236 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
237 <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."/>
238 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_3.VirtualMedia"/>
239 </Schema>
240
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_5">
242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500243 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600244 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_4.VirtualMedia"/>
245 </Schema>
246
Ed Tanouscb103132019-10-08 11:34:22 -0700247 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_6">
248 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
249 <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."/>
250 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_5.VirtualMedia"/>
251 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500252
Ed Tanouscb103132019-10-08 11:34:22 -0700253 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_7">
254 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
255 <Annotation Term="OData.Description" String="This version was created to update the Password description. It was also created to update descriptions that this schema defines."/>
256 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_6.VirtualMedia"/>
257 </Schema>
258
Gunnar Mills9d424662021-09-22 21:56:16 -0500259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_8">
260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261 <Annotation Term="OData.Description" String="This version was created to clarify the usage of Image when mounting media from a local source."/>
262 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_7.VirtualMedia"/>
263 </Schema>
264
Jason M. Billsea4aa752018-06-05 13:29:11 -0700265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_0">
266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600267 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500268
Jason M. Billsea4aa752018-06-05 13:29:11 -0700269 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_3.VirtualMedia">
270 <Property Name="Actions" Type="VirtualMedia.v1_1_0.Actions" Nullable="false">
Gunnar Mills9d424662021-09-22 21:56:16 -0500271 <Annotation Term="OData.Description" String="The available actions for this resource."/>
272 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700273 </Property>
274 </EntityType>
275
276 <ComplexType Name="Actions">
277 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500278 <Annotation Term="OData.Description" String="The available actions for this resource."/>
279 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800280 <Property Name="Oem" Type="VirtualMedia.v1_1_0.OemActions" Nullable="false">
Gunnar Mills9d424662021-09-22 21:56:16 -0500281 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
282 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800283 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700284 </ComplexType>
285
286 <ComplexType Name="OemActions">
287 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500288 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
289 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700290 </ComplexType>
291 </Schema>
292
293 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_1">
294 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700295 <Annotation Term="OData.Description" String="This version was created to update the descriptions that this schema defines."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700296 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_0.VirtualMedia"/>
297 </Schema>
298
Ed Tanous530520e2019-01-02 13:41:37 -0800299 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_2">
300 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
301 <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."/>
302 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_1.VirtualMedia"/>
303 </Schema>
304
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600305 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_3">
306 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500307 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600308 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_2.VirtualMedia"/>
309 </Schema>
310
Ed Tanouscb103132019-10-08 11:34:22 -0700311 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_4">
312 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
313 <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."/>
314 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_3.VirtualMedia"/>
315 </Schema>
316
317 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_5">
318 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
319 <Annotation Term="OData.Description" String="This version was created to update the Password description. It was also created to update descriptions that this schema defines."/>
320 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_4.VirtualMedia"/>
321 </Schema>
322
Gunnar Mills9d424662021-09-22 21:56:16 -0500323 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_6">
324 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
325 <Annotation Term="OData.Description" String="This version was created to clarify the usage of Image when mounting media from a local source."/>
326 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_5.VirtualMedia"/>
327 </Schema>
328
Jason M. Billsea4aa752018-06-05 13:29:11 -0700329 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_0">
330 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600331 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600332 <Annotation Term="OData.Description" String="This version was created to change the permissions of Image, Inserted, and WriteProtected and to add the InsertMedia and EjectMedia actions."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500333
Jason M. Billsea4aa752018-06-05 13:29:11 -0700334 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_1.VirtualMedia"/>
335 </Schema>
336
Ed Tanous530520e2019-01-02 13:41:37 -0800337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_1">
338 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
339 <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."/>
340 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_0.VirtualMedia"/>
341 </Schema>
342
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_2">
344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500345 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600346 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_1.VirtualMedia"/>
347 </Schema>
348
Ed Tanouscb103132019-10-08 11:34:22 -0700349 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_3">
350 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
351 <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."/>
352 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_2.VirtualMedia"/>
353 </Schema>
354
355 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_4">
356 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
357 <Annotation Term="OData.Description" String="This version was created to update the Password description. It was also created to update descriptions that this schema defines."/>
358 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_3.VirtualMedia"/>
359 </Schema>
360
Gunnar Mills9d424662021-09-22 21:56:16 -0500361 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_5">
362 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
363 <Annotation Term="OData.Description" String="This version was created to clarify the usage of Image when mounting media from a local source."/>
364 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_4.VirtualMedia"/>
365 </Schema>
366
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600367 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_3_0">
368 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
369 <Annotation Term="Redfish.Release" String="2018.3"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700370 <Annotation Term="OData.Description" String="This version was created to add new parameters for the InsertMedia action. It was also created to add new properties to define the image transfer protocol configuration."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600371
372 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_2.VirtualMedia">
373 <Property Name="UserName" Type="Edm.String">
374 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700375 <Annotation Term="OData.Description" String="The user name to access the Image parameter-specified URI."/>
376 <Annotation Term="OData.LongDescription" String="This parameter shall represent the user name to access the Image parameter-specified URI."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600377 </Property>
378 <Property Name="Password" Type="Edm.String">
379 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700380 <Annotation Term="OData.Description" String="The password to access the Image parameter-specified URI. This property is null in responses."/>
381 <Annotation Term="OData.LongDescription" String="This parameter shall represent the password to access the Image parameter-specified URI. The value shall be null in responses."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600382 </Property>
383 <Property Name="TransferProtocolType" Type="VirtualMedia.v1_3_0.TransferProtocolType">
384 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700385 <Annotation Term="OData.Description" String="The network protocol to use with the image."/>
386 <Annotation Term="OData.LongDescription" String="This parameter shall represent the network protocol to use with the specified image URI."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600387 </Property>
388 <Property Name="TransferMethod" Type="VirtualMedia.v1_3_0.TransferMethod">
389 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700390 <Annotation Term="OData.Description" String="The transfer method to use with the Image."/>
391 <Annotation Term="OData.LongDescription" String="This parameter shall describe how the image transfer occurs."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600392 </Property>
393 </EntityType>
394
395 <EnumType Name="TransferProtocolType">
396 <Member Name="CIFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700397 <Annotation Term="OData.Description" String="Common Internet File System (CIFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600398 </Member>
399 <Member Name="FTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700400 <Annotation Term="OData.Description" String="File Transfer Protocol (FTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600401 </Member>
402 <Member Name="SFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700403 <Annotation Term="OData.Description" String="Secure File Transfer Protocol (SFTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600404 </Member>
405 <Member Name="HTTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700406 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol (HTTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600407 </Member>
408 <Member Name="HTTPS">
Ed Tanouscb103132019-10-08 11:34:22 -0700409 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol Secure (HTTPS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600410 </Member>
411 <Member Name="NFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700412 <Annotation Term="OData.Description" String="Network File System (NFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600413 </Member>
414 <Member Name="SCP">
Ed Tanouscb103132019-10-08 11:34:22 -0700415 <Annotation Term="OData.Description" String="Secure Copy Protocol (SCP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600416 </Member>
417 <Member Name="TFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700418 <Annotation Term="OData.Description" String="Trivial File Transfer Protocol (TFTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600419 </Member>
420 <Member Name="OEM">
Ed Tanouscb103132019-10-08 11:34:22 -0700421 <Annotation Term="OData.Description" String="A manufacturer-defined protocol."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600422 </Member>
423 </EnumType>
424
425 <EnumType Name="TransferMethod">
426 <Member Name="Stream">
427 <Annotation Term="OData.Description" String="Stream image file data from the source URI."/>
428 </Member>
429 <Member Name="Upload">
430 <Annotation Term="OData.Description" String="Upload the entire image file from the source URI to the service."/>
431 </Member>
432 </EnumType>
433 </Schema>
434
Ed Tanouscb103132019-10-08 11:34:22 -0700435 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_3_1">
436 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
437 <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."/>
438 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_3_0.VirtualMedia"/>
439 </Schema>
440
441 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_3_2">
442 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
443 <Annotation Term="OData.Description" String="This version was created to update the Password description. It was also created to update descriptions that this schema defines."/>
444 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_3_1.VirtualMedia"/>
445 </Schema>
446
Gunnar Mills9d424662021-09-22 21:56:16 -0500447 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_3_3">
448 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
449 <Annotation Term="OData.Description" String="This version was created to clarify the usage of Image when mounting media from a local source."/>
450 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_3_2.VirtualMedia"/>
451 </Schema>
452
Gunnar Mills10f270b2021-05-19 15:34:06 -0500453 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_4_0">
454 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
455 <Annotation Term="Redfish.Release" String="2021.1"/>
456 <Annotation Term="OData.Description" String="This version was created to add the Status, Certificates, and VerifyCertificate properties."/>
457
458 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_3_2.VirtualMedia">
459 <Property Name="Status" Type="Resource.Status" Nullable="false">
460 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
461 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
462 </Property>
463 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
464 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
465 <Annotation Term="OData.Description" String="The link to a collection of server certificates for the server referenced by the Image property."/>
466 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the server certificates for the server referenced by the Image property. If VerifyCertificate is `true`, services shall compare the certificates in this collection with the certificate obtained during handshaking with the image server in order to verify the identify of the image server prior to completing the remote media connection. If the server cannot be verified, the service shall not complete the remote media connection. If VerifyCertificate is `false`, the service shall not perform certificate verification."/>
467 <Annotation Term="OData.AutoExpandReferences"/>
468 </NavigationProperty>
469 <Property Name="VerifyCertificate" Type="Edm.Boolean">
470 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
471 <Annotation Term="OData.Description" String="An indication of whether the service will verify the certificate of the server referenced by the Image property prior to completing the remote media connection."/>
472 <Annotation Term="OData.LongDescription" String="This property shall indicate whether whether the service will verify the certificate of the server referenced by the Image property prior to completing the remote media connection."/>
473 </Property>
474 </EntityType>
475 </Schema>
476
Gunnar Mills9d424662021-09-22 21:56:16 -0500477 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_4_1">
478 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
479 <Annotation Term="OData.Description" String="This version was created to clarify the usage of Image when mounting media from a local source."/>
480 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_4_0.VirtualMedia"/>
481 </Schema>
482
483 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_5_0">
484 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
485 <Annotation Term="Redfish.Release" String="2021.2"/>
486
487 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_4_1.VirtualMedia">
488 <NavigationProperty Name="ClientCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
489 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
490 <Annotation Term="OData.Description" String="The link to a collection of client identity certificates provided to the server referenced by the Image property."/>
491 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the client identity certificates that are provided to the server referenced by the Image property as part of TLS handshaking."/>
492 <Annotation Term="OData.AutoExpandReferences"/>
493 </NavigationProperty>
494 </EntityType>
495 </Schema>
496
Jason M. Billsea4aa752018-06-05 13:29:11 -0700497 </edmx:DataServices>
498</edmx:Edmx>