blob: 501906077b22eb7e18c515ea6dd654f21db1dac8 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05004<!--# Redfish Schema: VirtualMedia v1.4.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."/>
38 <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">
78 <Annotation Term="OData.Description" String="The URI of the remote media to attach to the virtual media."/>
Ed Tanouscb103132019-10-08 11:34:22 -070079 <Annotation Term="OData.LongDescription" String="This parameter shall specify the URI of the remote media to be attached to the virtual media."/>
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`."/>
83 <Annotation Term="OData.LongDescription" String="This parameter shall indicate 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`."/>
87 <Annotation Term="OData.LongDescription" String="This parameter shall indicate 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">
Ed Tanouscb103132019-10-08 11:34:22 -070090 <Annotation Term="OData.Description" String="The user name to access the Image parameter-specified URI."/>
91 <Annotation Term="OData.LongDescription" String="This parameter shall contain the user name to access the Image parameter-specified URI."/>
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">
Ed Tanouscb103132019-10-08 11:34:22 -0700102 <Annotation Term="OData.Description" String="The password to access the Image parameter-specified URI."/>
103 <Annotation Term="OData.LongDescription" String="This parameter shall represent the password to access the Image parameter-specified URI."/>
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."/>
115 <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 -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">
Ed Tanouscb103132019-10-08 11:34:22 -0700126 <Annotation Term="OData.Description" String="The transfer method to use with the Image."/>
127 <Annotation Term="OData.LongDescription" String="This parameter shall describe how the image transfer occurs."/>
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>
152
153 </Schema>
154
155 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_0">
156 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600157 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700158
159 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.VirtualMedia">
160 <Property Name="ImageName" Type="Edm.String">
161 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
162 <Annotation Term="OData.Description" String="The current image name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700163 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the image."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700164 </Property>
165 <Property Name="Image" Type="Edm.String">
166 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700167 <Annotation Term="OData.Description" String="The URI of the location of the selected image."/>
168 <Annotation Term="OData.LongDescription" String="This property shall contain an URI. A null value indicated no image connection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700169 <Annotation Term="OData.IsURL"/>
170 </Property>
171 <Property Name="MediaTypes" Type="Collection(VirtualMedia.v1_0_0.MediaType)" Nullable="false">
172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700173 <Annotation Term="OData.Description" String="The media types supported as virtual media."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700174 <Annotation Term="OData.LongDescription" String="The values of this array shall be the supported media types for this connection."/>
175 </Property>
176 <Property Name="ConnectedVia" Type="VirtualMedia.v1_0_0.ConnectedVia">
177 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700178 <Annotation Term="OData.Description" String="The current virtual media connection method."/>
179 <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 -0700180 </Property>
181 <Property Name="Inserted" Type="Edm.Boolean">
182 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700183 <Annotation Term="OData.Description" String="An indication of whether virtual media is inserted into the virtual device."/>
184 <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 -0700185 </Property>
186 <Property Name="WriteProtected" Type="Edm.Boolean">
187 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700188 <Annotation Term="OData.Description" String="An indication of whether the media is write-protected."/>
189 <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 -0700190 </Property>
191 </EntityType>
192
193 <EnumType Name="MediaType">
194 <Member Name="CD">
195 <Annotation Term="OData.Description" String="A CD-ROM format (ISO) image."/>
196 </Member>
197 <Member Name="Floppy">
198 <Annotation Term="OData.Description" String="A floppy disk image."/>
199 </Member>
200 <Member Name="USBStick">
201 <Annotation Term="OData.Description" String="An emulation of a USB storage device."/>
202 </Member>
203 <Member Name="DVD">
204 <Annotation Term="OData.Description" String="A DVD-ROM format image."/>
205 </Member>
206 </EnumType>
207
208 <EnumType Name="ConnectedVia">
209 <Member Name="NotConnected">
210 <Annotation Term="OData.Description" String="No current connection."/>
211 </Member>
212 <Member Name="URI">
213 <Annotation Term="OData.Description" String="Connected to a URI location."/>
214 </Member>
215 <Member Name="Applet">
216 <Annotation Term="OData.Description" String="Connected to a client application."/>
217 </Member>
218 <Member Name="Oem">
Ed Tanouscb103132019-10-08 11:34:22 -0700219 <Annotation Term="OData.Description" String="Connected through an OEM-defined method."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700220 </Member>
221 </EnumType>
222
223 </Schema>
224
225 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_2">
226 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
227 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
228 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_0.VirtualMedia"/>
229 </Schema>
230
231 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_3">
232 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
233 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
234 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_2.VirtualMedia"/>
235 </Schema>
236
Ed Tanous530520e2019-01-02 13:41:37 -0800237 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_4">
238 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
239 <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."/>
240 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_3.VirtualMedia"/>
241 </Schema>
242
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600243 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_5">
244 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700245 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600246 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_4.VirtualMedia"/>
247 </Schema>
248
Ed Tanouscb103132019-10-08 11:34:22 -0700249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_6">
250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
251 <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."/>
252 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_5.VirtualMedia"/>
253 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500254
Ed Tanouscb103132019-10-08 11:34:22 -0700255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_7">
256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
257 <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."/>
258 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_6.VirtualMedia"/>
259 </Schema>
260
Jason M. Billsea4aa752018-06-05 13:29:11 -0700261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_0">
262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600263 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700264 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_3.VirtualMedia">
265 <Property Name="Actions" Type="VirtualMedia.v1_1_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700266 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
267 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700268 </Property>
269 </EntityType>
270
271 <ComplexType Name="Actions">
272 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700273 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
274 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800275 <Property Name="Oem" Type="VirtualMedia.v1_1_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700276 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
277 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800278 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700279 </ComplexType>
280
281 <ComplexType Name="OemActions">
282 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700283 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
284 <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 -0700285 </ComplexType>
286 </Schema>
287
288 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_1">
289 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700290 <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 -0700291 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_0.VirtualMedia"/>
292 </Schema>
293
Ed Tanous530520e2019-01-02 13:41:37 -0800294 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_2">
295 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
296 <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."/>
297 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_1.VirtualMedia"/>
298 </Schema>
299
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600300 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_3">
301 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700302 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600303 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_2.VirtualMedia"/>
304 </Schema>
305
Ed Tanouscb103132019-10-08 11:34:22 -0700306 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_4">
307 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
308 <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."/>
309 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_3.VirtualMedia"/>
310 </Schema>
311
312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_5">
313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
314 <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."/>
315 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_4.VirtualMedia"/>
316 </Schema>
317
Jason M. Billsea4aa752018-06-05 13:29:11 -0700318 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_0">
319 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600320 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600321 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700322 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_1.VirtualMedia"/>
323 </Schema>
324
Ed Tanous530520e2019-01-02 13:41:37 -0800325 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_1">
326 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
327 <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."/>
328 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_0.VirtualMedia"/>
329 </Schema>
330
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600331 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_2">
332 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700333 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600334 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_1.VirtualMedia"/>
335 </Schema>
336
Ed Tanouscb103132019-10-08 11:34:22 -0700337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_3">
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 URI properties use the uri-reference format."/>
340 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_2.VirtualMedia"/>
341 </Schema>
342
343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_4">
344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345 <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."/>
346 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_3.VirtualMedia"/>
347 </Schema>
348
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600349 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_3_0">
350 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
351 <Annotation Term="Redfish.Release" String="2018.3"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700352 <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 -0600353
354 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_2.VirtualMedia">
355 <Property Name="UserName" Type="Edm.String">
356 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700357 <Annotation Term="OData.Description" String="The user name to access the Image parameter-specified URI."/>
358 <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 -0600359 </Property>
360 <Property Name="Password" Type="Edm.String">
361 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700362 <Annotation Term="OData.Description" String="The password to access the Image parameter-specified URI. This property is null in responses."/>
363 <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 -0600364 </Property>
365 <Property Name="TransferProtocolType" Type="VirtualMedia.v1_3_0.TransferProtocolType">
366 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700367 <Annotation Term="OData.Description" String="The network protocol to use with the image."/>
368 <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 -0600369 </Property>
370 <Property Name="TransferMethod" Type="VirtualMedia.v1_3_0.TransferMethod">
371 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700372 <Annotation Term="OData.Description" String="The transfer method to use with the Image."/>
373 <Annotation Term="OData.LongDescription" String="This parameter shall describe how the image transfer occurs."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600374 </Property>
375 </EntityType>
376
377 <EnumType Name="TransferProtocolType">
378 <Member Name="CIFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700379 <Annotation Term="OData.Description" String="Common Internet File System (CIFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600380 </Member>
381 <Member Name="FTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700382 <Annotation Term="OData.Description" String="File Transfer Protocol (FTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600383 </Member>
384 <Member Name="SFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700385 <Annotation Term="OData.Description" String="Secure File Transfer Protocol (SFTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600386 </Member>
387 <Member Name="HTTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700388 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol (HTTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600389 </Member>
390 <Member Name="HTTPS">
Ed Tanouscb103132019-10-08 11:34:22 -0700391 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol Secure (HTTPS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600392 </Member>
393 <Member Name="NFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700394 <Annotation Term="OData.Description" String="Network File System (NFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600395 </Member>
396 <Member Name="SCP">
Ed Tanouscb103132019-10-08 11:34:22 -0700397 <Annotation Term="OData.Description" String="Secure Copy Protocol (SCP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600398 </Member>
399 <Member Name="TFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700400 <Annotation Term="OData.Description" String="Trivial File Transfer Protocol (TFTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600401 </Member>
402 <Member Name="OEM">
Ed Tanouscb103132019-10-08 11:34:22 -0700403 <Annotation Term="OData.Description" String="A manufacturer-defined protocol."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600404 </Member>
405 </EnumType>
406
407 <EnumType Name="TransferMethod">
408 <Member Name="Stream">
409 <Annotation Term="OData.Description" String="Stream image file data from the source URI."/>
410 </Member>
411 <Member Name="Upload">
412 <Annotation Term="OData.Description" String="Upload the entire image file from the source URI to the service."/>
413 </Member>
414 </EnumType>
415 </Schema>
416
Ed Tanouscb103132019-10-08 11:34:22 -0700417 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_3_1">
418 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
419 <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."/>
420 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_3_0.VirtualMedia"/>
421 </Schema>
422
423 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_3_2">
424 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
425 <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."/>
426 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_3_1.VirtualMedia"/>
427 </Schema>
428
Gunnar Mills10f270b2021-05-19 15:34:06 -0500429 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_4_0">
430 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
431 <Annotation Term="Redfish.Release" String="2021.1"/>
432 <Annotation Term="OData.Description" String="This version was created to add the Status, Certificates, and VerifyCertificate properties."/>
433
434 <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_3_2.VirtualMedia">
435 <Property Name="Status" Type="Resource.Status" Nullable="false">
436 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
437 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
438 </Property>
439 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
440 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
441 <Annotation Term="OData.Description" String="The link to a collection of server certificates for the server referenced by the Image property."/>
442 <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."/>
443 <Annotation Term="OData.AutoExpandReferences"/>
444 </NavigationProperty>
445 <Property Name="VerifyCertificate" Type="Edm.Boolean">
446 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
447 <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."/>
448 <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."/>
449 </Property>
450 </EntityType>
451 </Schema>
452
Jason M. Billsea4aa752018-06-05 13:29:11 -0700453 </edmx:DataServices>
454</edmx:Edmx>