blob: 446147812612bc86af7f0e03584a3bad8c46b25b [file] [log] [blame]
Ed Tanous118b1c72018-09-13 13:45:51 -07001{
Gunnar Mills2ae81db2024-01-31 14:25:11 -06002 "$id": "http://redfish.dmtf.org/schemas/v1/VirtualMedia.v1_6_3.json",
Ed Tanous118b1c72018-09-13 13:45:51 -07003 "$ref": "#/definitions/VirtualMedia",
Ed Tanous530520e2019-01-02 13:41:37 -08004 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
Ed Tanousf263e092023-05-22 09:56:29 -07005 "copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
Ed Tanous118b1c72018-09-13 13:45:51 -07006 "definitions": {
7 "Actions": {
8 "additionalProperties": false,
Gunnar Mills9d424662021-09-22 21:56:16 -05009 "description": "The available actions for this resource.",
10 "longDescription": "This type shall contain the available actions for this resource.",
Ed Tanous118b1c72018-09-13 13:45:51 -070011 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -070012 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -070013 "description": "This property shall specify a valid odata or Redfish property.",
14 "type": [
15 "array",
16 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -080017 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -070018 "number",
19 "null",
20 "object",
21 "string"
22 ]
23 }
24 },
25 "properties": {
26 "#VirtualMedia.EjectMedia": {
27 "$ref": "#/definitions/EjectMedia"
28 },
29 "#VirtualMedia.InsertMedia": {
30 "$ref": "#/definitions/InsertMedia"
31 },
32 "Oem": {
Ed Tanous530520e2019-01-02 13:41:37 -080033 "$ref": "#/definitions/OemActions",
Gunnar Mills9d424662021-09-22 21:56:16 -050034 "description": "The available OEM-specific actions for this resource.",
35 "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -060036 "versionAdded": "v1_1_0"
Ed Tanous118b1c72018-09-13 13:45:51 -070037 }
38 },
39 "type": "object"
40 },
41 "ConnectedVia": {
42 "enum": [
43 "NotConnected",
44 "URI",
45 "Applet",
46 "Oem"
47 ],
48 "enumDescriptions": {
49 "Applet": "Connected to a client application.",
50 "NotConnected": "No current connection.",
Ed Tanouscb103132019-10-08 11:34:22 -070051 "Oem": "Connected through an OEM-defined method.",
Ed Tanous118b1c72018-09-13 13:45:51 -070052 "URI": "Connected to a URI location."
53 },
54 "type": "string"
55 },
56 "EjectMedia": {
57 "additionalProperties": false,
Ed Tanouscb103132019-10-08 11:34:22 -070058 "description": "This action detaches remote media from virtual media.",
59 "longDescription": "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.",
Ed Tanous118b1c72018-09-13 13:45:51 -070060 "parameters": {},
61 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -070062 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -070063 "description": "This property shall specify a valid odata or Redfish property.",
64 "type": [
65 "array",
66 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -080067 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -070068 "number",
69 "null",
70 "object",
71 "string"
72 ]
73 }
74 },
75 "properties": {
76 "target": {
77 "description": "Link to invoke action",
Ed Tanouscb103132019-10-08 11:34:22 -070078 "format": "uri-reference",
Ed Tanous118b1c72018-09-13 13:45:51 -070079 "type": "string"
80 },
81 "title": {
82 "description": "Friendly action name",
83 "type": "string"
84 }
85 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -060086 "type": "object",
87 "versionAdded": "v1_2_0"
Ed Tanous118b1c72018-09-13 13:45:51 -070088 },
Ed Tanousa8d8f9d2023-01-26 13:57:00 -080089 "EjectPolicy": {
90 "enum": [
91 "OnPowerOff",
92 "Session",
93 "Timed",
94 "AfterUse",
95 "Persistent"
96 ],
97 "enumDescriptions": {
98 "AfterUse": "The virtual media ejection occurs after the media is used.",
99 "OnPowerOff": "The virtual media ejection occurs during a system power or reset event.",
100 "Persistent": "The virtual media mount information persists indefinitely.",
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700101 "Session": "The virtual media ejection occurs when a session is terminated. The session might be outside the Redfish service.",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800102 "Timed": "The virtual media ejection occurs when a timer configured by the EjectTimeout property expires."
103 },
104 "type": "string"
105 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700106 "InsertMedia": {
107 "additionalProperties": false,
Ed Tanouscb103132019-10-08 11:34:22 -0700108 "description": "This action attaches remote media to virtual media.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700109 "longDescription": "This action shall attach remote media to virtual media.",
110 "parameters": {
111 "Image": {
Gunnar Mills9d424662021-09-22 21:56:16 -0500112 "description": "The URI of the media to attach to the virtual media.",
113 "longDescription": "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.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700114 "requiredParameter": true,
115 "type": "string"
116 },
117 "Inserted": {
Ed Tanouscb103132019-10-08 11:34:22 -0700118 "description": "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 -0500119 "longDescription": "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`.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700120 "type": "boolean"
121 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600122 "Password": {
Gunnar Mills9d424662021-09-22 21:56:16 -0500123 "description": "The password to access the URI specified by the Image parameter.",
124 "longDescription": "This parameter shall contain the password to access the URI specified by the Image parameter.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600125 "type": "string",
126 "versionAdded": "v1_3_0"
127 },
128 "TransferMethod": {
129 "$ref": "#/definitions/TransferMethod",
Gunnar Mills9d424662021-09-22 21:56:16 -0500130 "description": "The transfer method to use with the image.",
131 "longDescription": "This parameter shall contain the transfer method to use with the specified image URI.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600132 "versionAdded": "v1_3_0"
133 },
134 "TransferProtocolType": {
135 "$ref": "#/definitions/TransferProtocolType",
Ed Tanouscb103132019-10-08 11:34:22 -0700136 "description": "The network protocol to use with the image.",
Gunnar Mills9d424662021-09-22 21:56:16 -0500137 "longDescription": "This parameter shall contain the network protocol to use with the specified image URI.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600138 "versionAdded": "v1_3_0"
139 },
140 "UserName": {
Gunnar Mills9d424662021-09-22 21:56:16 -0500141 "description": "The username to access the URI specified by the Image parameter.",
142 "longDescription": "This parameter shall contain the username to access the URI specified by the Image parameter.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600143 "type": "string",
144 "versionAdded": "v1_3_0"
145 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700146 "WriteProtected": {
Ed Tanouscb103132019-10-08 11:34:22 -0700147 "description": "An indication of whether the remote media is treated as write-protected. The default is `true`.",
Gunnar Mills9d424662021-09-22 21:56:16 -0500148 "longDescription": "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`.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700149 "type": "boolean"
150 }
151 },
152 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -0700153 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -0700154 "description": "This property shall specify a valid odata or Redfish property.",
155 "type": [
156 "array",
157 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -0800158 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -0700159 "number",
160 "null",
161 "object",
162 "string"
163 ]
164 }
165 },
166 "properties": {
167 "target": {
168 "description": "Link to invoke action",
Ed Tanouscb103132019-10-08 11:34:22 -0700169 "format": "uri-reference",
Ed Tanous118b1c72018-09-13 13:45:51 -0700170 "type": "string"
171 },
172 "title": {
173 "description": "Friendly action name",
174 "type": "string"
175 }
176 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600177 "type": "object",
178 "versionAdded": "v1_2_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700179 },
180 "MediaType": {
181 "enum": [
182 "CD",
183 "Floppy",
184 "USBStick",
185 "DVD"
186 ],
187 "enumDescriptions": {
188 "CD": "A CD-ROM format (ISO) image.",
189 "DVD": "A DVD-ROM format image.",
190 "Floppy": "A floppy disk image.",
191 "USBStick": "An emulation of a USB storage device."
192 },
193 "type": "string"
194 },
195 "OemActions": {
196 "additionalProperties": true,
Gunnar Mills9d424662021-09-22 21:56:16 -0500197 "description": "The available OEM-specific actions for this resource.",
198 "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700199 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -0700200 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -0700201 "description": "This property shall specify a valid odata or Redfish property.",
202 "type": [
203 "array",
204 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -0800205 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -0700206 "number",
207 "null",
208 "object",
209 "string"
210 ]
211 }
212 },
213 "properties": {},
214 "type": "object"
215 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600216 "TransferMethod": {
217 "enum": [
218 "Stream",
219 "Upload"
220 ],
221 "enumDescriptions": {
222 "Stream": "Stream image file data from the source URI.",
223 "Upload": "Upload the entire image file from the source URI to the service."
224 },
225 "type": "string"
226 },
227 "TransferProtocolType": {
228 "enum": [
229 "CIFS",
230 "FTP",
231 "SFTP",
232 "HTTP",
233 "HTTPS",
234 "NFS",
235 "SCP",
236 "TFTP",
237 "OEM"
238 ],
239 "enumDescriptions": {
Ed Tanouscb103132019-10-08 11:34:22 -0700240 "CIFS": "Common Internet File System (CIFS).",
241 "FTP": "File Transfer Protocol (FTP).",
242 "HTTP": "Hypertext Transfer Protocol (HTTP).",
243 "HTTPS": "Hypertext Transfer Protocol Secure (HTTPS).",
244 "NFS": "Network File System (NFS).",
245 "OEM": "A manufacturer-defined protocol.",
246 "SCP": "Secure Copy Protocol (SCP).",
247 "SFTP": "Secure File Transfer Protocol (SFTP).",
248 "TFTP": "Trivial File Transfer Protocol (TFTP)."
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600249 },
250 "type": "string"
251 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700252 "VirtualMedia": {
253 "additionalProperties": false,
Ed Tanouscb103132019-10-08 11:34:22 -0700254 "description": "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 -0500255 "longDescription": "This resource shall represent a virtual media service for a Redfish implementation.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700256 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -0700257 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -0700258 "description": "This property shall specify a valid odata or Redfish property.",
259 "type": [
260 "array",
261 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -0800262 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -0700263 "number",
264 "null",
265 "object",
266 "string"
267 ]
268 }
269 },
270 "properties": {
271 "@odata.context": {
Ed Tanouscb103132019-10-08 11:34:22 -0700272 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
Ed Tanous530520e2019-01-02 13:41:37 -0800273 },
274 "@odata.etag": {
Ed Tanouscb103132019-10-08 11:34:22 -0700275 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
Ed Tanous118b1c72018-09-13 13:45:51 -0700276 },
277 "@odata.id": {
Ed Tanouscb103132019-10-08 11:34:22 -0700278 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
Ed Tanous118b1c72018-09-13 13:45:51 -0700279 },
280 "@odata.type": {
Ed Tanouscb103132019-10-08 11:34:22 -0700281 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
Ed Tanous118b1c72018-09-13 13:45:51 -0700282 },
283 "Actions": {
284 "$ref": "#/definitions/Actions",
Gunnar Mills9d424662021-09-22 21:56:16 -0500285 "description": "The available actions for this resource.",
286 "longDescription": "This property shall contain the available actions for this resource.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600287 "versionAdded": "v1_1_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700288 },
Gunnar Mills10f270b2021-05-19 15:34:06 -0500289 "Certificates": {
290 "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
291 "description": "The link to a collection of server certificates for the server referenced by the Image property.",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600292 "longDescription": "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 identity 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 with certificates in this collection. Regardless of the contents of this collection, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource.",
Gunnar Mills10f270b2021-05-19 15:34:06 -0500293 "readonly": true,
294 "versionAdded": "v1_4_0"
295 },
Gunnar Mills9d424662021-09-22 21:56:16 -0500296 "ClientCertificates": {
297 "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
298 "description": "The link to a collection of client identity certificates provided to the server referenced by the Image property.",
299 "longDescription": "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.",
300 "readonly": true,
301 "versionAdded": "v1_5_0"
302 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700303 "ConnectedVia": {
304 "anyOf": [
305 {
306 "$ref": "#/definitions/ConnectedVia"
307 },
308 {
309 "type": "null"
310 }
311 ],
Ed Tanouscb103132019-10-08 11:34:22 -0700312 "description": "The current virtual media connection method.",
Gunnar Mills9d424662021-09-22 21:56:16 -0500313 "longDescription": "This property shall contain the current connection method from a client to the virtual media that this resource represents.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700314 "readonly": true
315 },
316 "Description": {
317 "anyOf": [
318 {
319 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
320 },
321 {
322 "type": "null"
323 }
324 ],
325 "readonly": true
326 },
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800327 "EjectPolicy": {
328 "anyOf": [
329 {
330 "$ref": "#/definitions/EjectPolicy"
331 },
332 {
333 "type": "null"
334 }
335 ],
336 "description": "The ejection policy for the virtual media.",
337 "longDescription": "This property shall contain the ejection policy for the virtual media.",
338 "readonly": false,
339 "versionAdded": "v1_6_0"
340 },
341 "EjectTimeout": {
342 "description": "Timeout value before the virtual media is automatically ejected.",
343 "longDescription": "This property shall indicate the amount of time before virtual media is automatically ejected when EjectPolicy contains `Timed`.",
Ed Tanousf263e092023-05-22 09:56:29 -0700344 "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800345 "readonly": false,
346 "type": [
347 "string",
348 "null"
349 ],
350 "versionAdded": "v1_6_0"
351 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700352 "Id": {
353 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
354 "readonly": true
355 },
356 "Image": {
Ed Tanouscb103132019-10-08 11:34:22 -0700357 "description": "The URI of the location of the selected image.",
358 "format": "uri-reference",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600359 "longDescription": "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 indicate no image connection.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700360 "readonly": false,
361 "type": [
362 "string",
363 "null"
364 ]
365 },
366 "ImageName": {
367 "description": "The current image name.",
Ed Tanouscb103132019-10-08 11:34:22 -0700368 "longDescription": "This property shall contain the name of the image.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700369 "readonly": true,
370 "type": [
371 "string",
372 "null"
373 ]
374 },
375 "Inserted": {
Ed Tanouscb103132019-10-08 11:34:22 -0700376 "description": "An indication of whether virtual media is inserted into the virtual device.",
377 "longDescription": "This property shall indicate whether media is present in the virtual media device.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700378 "readonly": false,
379 "type": [
380 "boolean",
381 "null"
382 ]
383 },
384 "MediaTypes": {
Ed Tanouscb103132019-10-08 11:34:22 -0700385 "description": "The media types supported as virtual media.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700386 "items": {
387 "$ref": "#/definitions/MediaType"
388 },
Gunnar Mills9d424662021-09-22 21:56:16 -0500389 "longDescription": "This property shall contain an array of the supported media types for this connection.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700390 "readonly": true,
391 "type": "array"
392 },
393 "Name": {
394 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
395 "readonly": true
396 },
397 "Oem": {
398 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
Ed Tanouscb103132019-10-08 11:34:22 -0700399 "description": "The OEM extension property.",
400 "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
Ed Tanous118b1c72018-09-13 13:45:51 -0700401 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600402 "Password": {
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600403 "description": "The password to access the Image parameter-specified URI. This property is`null` in responses.",
404 "longDescription": "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 -0600405 "readonly": false,
406 "type": [
407 "string",
408 "null"
409 ],
410 "versionAdded": "v1_3_0"
411 },
Gunnar Mills10f270b2021-05-19 15:34:06 -0500412 "Status": {
413 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
414 "description": "The status and health of the resource and its subordinate or dependent resources.",
415 "longDescription": "This property shall contain any status or health properties of the resource.",
416 "versionAdded": "v1_4_0"
417 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600418 "TransferMethod": {
419 "anyOf": [
420 {
421 "$ref": "#/definitions/TransferMethod"
422 },
423 {
424 "type": "null"
425 }
426 ],
Ed Tanouscb103132019-10-08 11:34:22 -0700427 "description": "The transfer method to use with the Image.",
428 "longDescription": "This parameter shall describe how the image transfer occurs.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600429 "readonly": false,
430 "versionAdded": "v1_3_0"
431 },
432 "TransferProtocolType": {
433 "anyOf": [
434 {
435 "$ref": "#/definitions/TransferProtocolType"
436 },
437 {
438 "type": "null"
439 }
440 ],
Ed Tanouscb103132019-10-08 11:34:22 -0700441 "description": "The network protocol to use with the image.",
442 "longDescription": "This parameter shall represent the network protocol to use with the specified image URI.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600443 "readonly": false,
444 "versionAdded": "v1_3_0"
445 },
446 "UserName": {
Ed Tanouscb103132019-10-08 11:34:22 -0700447 "description": "The user name to access the Image parameter-specified URI.",
448 "longDescription": "This parameter shall represent the user name to access the Image parameter-specified URI.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600449 "readonly": false,
450 "type": [
451 "string",
452 "null"
453 ],
454 "versionAdded": "v1_3_0"
455 },
Gunnar Mills10f270b2021-05-19 15:34:06 -0500456 "VerifyCertificate": {
457 "description": "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.",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800458 "longDescription": "This property shall indicate whether the service will verify the certificate of the server referenced by the Image property prior to completing the remote media connection with the certificates found in the collection referenced by the Certificates property. If this property is not supported by the service, it shall be assumed to be `false`. This property should default to `false` in order to maintain compatibility with older clients. Regardless of the value of this property, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource.",
Gunnar Mills10f270b2021-05-19 15:34:06 -0500459 "readonly": false,
460 "type": [
461 "boolean",
462 "null"
463 ],
464 "versionAdded": "v1_4_0"
465 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700466 "WriteProtected": {
Ed Tanouscb103132019-10-08 11:34:22 -0700467 "description": "An indication of whether the media is write-protected.",
468 "longDescription": "This property shall indicate whether the remote device media prevents writing to that media.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700469 "readonly": false,
470 "type": [
471 "boolean",
472 "null"
473 ]
474 }
475 },
476 "required": [
Ed Tanous530520e2019-01-02 13:41:37 -0800477 "@odata.id",
478 "@odata.type",
Ed Tanous118b1c72018-09-13 13:45:51 -0700479 "Id",
480 "Name"
481 ],
482 "type": "object"
483 }
484 },
Ed Tanous530520e2019-01-02 13:41:37 -0800485 "owningEntity": "DMTF",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800486 "release": "2022.3",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600487 "title": "#VirtualMedia.v1_6_3.VirtualMedia"
Ed Tanous118b1c72018-09-13 13:45:51 -0700488}