components: schemas: VirtualMedia_v1_0_2_ConnectedVia: enum: - NotConnected - URI - Applet - Oem type: string x-enumDescriptions: Applet: Connected to a client application NotConnected: No current connection Oem: Connected via an OEM-defined method URI: Connected to a URI location VirtualMedia_v1_0_2_MediaType: enum: - CD - Floppy - USBStick - DVD type: string x-enumDescriptions: CD: A CD-ROM format (ISO) image DVD: A DVD-ROM format image Floppy: A floppy disk image USBStick: An emulation of a USB storage device VirtualMedia_v1_0_2_VirtualMedia: additionalProperties: false description: This resource allows monitoring and control of an instance of virtual media (e.g. a remote CD, DVD, or USB device) functionality provided by a Manager for a system or device. properties: '@odata.context': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_context '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_id '@odata.type': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_type ConnectedVia: $ref: '#/components/schemas/VirtualMedia_v1_0_2_ConnectedVia' description: Current virtual media connection methods nullable: true readOnly: true x-longDescription: 'The value of this property shall indicate the current connection method from a client to the virtual media represented by this resource. A value of NotConnected shall indicate no connection is present. A value of URI shall indicate that a remote connection via a URI reference type is being used. ' Description: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Description nullable: true Id: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Id Image: description: A URI providing the location of the selected image format: uri nullable: true readOnly: true type: string x-longDescription: The value of this string shall be an URI. A null value indicated no image connection. ImageName: description: The current image name nullable: true readOnly: true type: string x-longDescription: 'The value of this property shall be the name of the image. ' Inserted: description: Indicates if virtual media is inserted in the virtual device. nullable: true readOnly: true type: boolean x-longDescription: 'The value of this property shall be used to indicate if media is present in the virtual media device. This is usually only applicable to remoting of devices and not for image virtual media usage. ' MediaTypes: description: This is the media types supported as virtual media. items: $ref: '#/components/schemas/VirtualMedia_v1_0_2_MediaType' readOnly: true type: array x-longDescription: The values of this array shall be the supported media types for this connection. Name: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Name Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem description: This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. x-longDescription: The value of this string shall be of the format for the reserved word *Oem*. WriteProtected: description: Indicates the media is write protected. nullable: true readOnly: true type: boolean x-longDescription: 'The value of this property shall be used to indicate if the remote device media prevents writing to that media. ' required: - Id - Name type: object x-longDescription: This resource shall be used to represent a virtual media service for a Redfish implementation. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. title: '#VirtualMedia.v1_0_2.VirtualMedia' x-copyright: Copyright 2014-2016 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright