Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 4 | <!--# Redfish Schema: VirtualMedia v1.6.0 --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 5 | <!--# --> |
| 6 | <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> |
| 7 | <!--# available at http://www.dmtf.org/standards/redfish --> |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 8 | <!--# Copyright 2014-2022 DMTF. --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 9 | <!--# 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 Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 21 | <edmx:Include Namespace="Resource"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 22 | <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 Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 27 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml"> |
| 28 | <edmx:Include Namespace="CertificateCollection"/> |
| 29 | </edmx:Reference> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 30 | |
| 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 Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 37 | <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 Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 38 | <Annotation Term="OData.LongDescription" String="This resource shall represent a virtual media service for a Redfish implementation."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 39 | <Annotation Term="Capabilities.InsertRestrictions"> |
| 40 | <Record> |
| 41 | <PropertyValue Property="Insertable" Bool="false"/> |
| 42 | </Record> |
| 43 | </Annotation> |
| 44 | <Annotation Term="Capabilities.UpdateRestrictions"> |
| 45 | <Record> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 46 | <PropertyValue Property="Updatable" Bool="true"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 47 | <Annotation Term="OData.Description" String="Properties, such as Image, Inserted, and WriteProtected, can be updated for a VirtualMedia instance."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 48 | </Record> |
| 49 | </Annotation> |
| 50 | <Annotation Term="Capabilities.DeleteRestrictions"> |
| 51 | <Record> |
| 52 | <PropertyValue Property="Deletable" Bool="false"/> |
| 53 | </Record> |
| 54 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 55 | <Annotation Term="Redfish.Uris"> |
| 56 | <Collection> |
| 57 | <String>/redfish/v1/Managers/{ManagerId}/VirtualMedia/{VirtualMediaId}</String> |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 58 | <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 Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 61 | </Collection> |
| 62 | </Annotation> |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 63 | <Annotation Term="Redfish.DeprecatedUris"> |
| 64 | <Collection> |
| 65 | <String>/redfish/v1/Managers/{ManagerId}/VirtualMedia/{VirtualMediaId}</String> |
| 66 | </Collection> |
| 67 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 68 | </EntityType> |
| 69 | |
| 70 | <Action Name="InsertMedia" IsBound="true"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 71 | <Annotation Term="OData.Description" String="This action attaches remote media to virtual media."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 72 | <Annotation Term="OData.LongDescription" String="This action shall attach remote media to virtual media."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 73 | <Annotation Term="Redfish.Revisions"> |
| 74 | <Collection> |
| 75 | <Record> |
| 76 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 77 | <PropertyValue Property="Version" String="v1_2_0"/> |
| 78 | </Record> |
| 79 | </Collection> |
| 80 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 81 | <Parameter Name="VirtualMedia" Type="VirtualMedia.v1_1_0.Actions"/> |
| 82 | <Parameter Name="Image" Type="Edm.String" Nullable="false"> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 83 | <Annotation Term="OData.Description" String="The URI of the media to attach to the virtual media."/> |
| 84 | <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. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 85 | </Parameter> |
| 86 | <Parameter Name="Inserted" Type="Edm.Boolean"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 87 | <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 Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 88 | <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. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 89 | </Parameter> |
| 90 | <Parameter Name="WriteProtected" Type="Edm.Boolean"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 91 | <Annotation Term="OData.Description" String="An indication of whether the remote media is treated as write-protected. The default is `true`."/> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 92 | <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. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 93 | </Parameter> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 94 | <Parameter Name="UserName" Type="Edm.String"> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 95 | <Annotation Term="OData.Description" String="The username to access the URI specified by the Image parameter."/> |
| 96 | <Annotation Term="OData.LongDescription" String="This parameter shall contain the username to access the URI specified by the Image parameter."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 97 | <Annotation Term="Redfish.Revisions"> |
| 98 | <Collection> |
| 99 | <Record> |
| 100 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 101 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 102 | </Record> |
| 103 | </Collection> |
| 104 | </Annotation> |
| 105 | </Parameter> |
| 106 | <Parameter Name="Password" Type="Edm.String"> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 107 | <Annotation Term="OData.Description" String="The password to access the URI specified by the Image parameter."/> |
| 108 | <Annotation Term="OData.LongDescription" String="This parameter shall contain the password to access the URI specified by the Image parameter."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 109 | <Annotation Term="Redfish.Revisions"> |
| 110 | <Collection> |
| 111 | <Record> |
| 112 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 113 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 114 | </Record> |
| 115 | </Collection> |
| 116 | </Annotation> |
| 117 | </Parameter> |
| 118 | <Parameter Name="TransferProtocolType" Type="VirtualMedia.v1_3_0.TransferProtocolType"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 119 | <Annotation Term="OData.Description" String="The network protocol to use with the image."/> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 120 | <Annotation Term="OData.LongDescription" String="This parameter shall contain the network protocol to use with the specified image URI."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 121 | <Annotation Term="Redfish.Revisions"> |
| 122 | <Collection> |
| 123 | <Record> |
| 124 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 125 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 126 | </Record> |
| 127 | </Collection> |
| 128 | </Annotation> |
| 129 | </Parameter> |
| 130 | <Parameter Name="TransferMethod" Type="VirtualMedia.v1_3_0.TransferMethod"> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 131 | <Annotation Term="OData.Description" String="The transfer method to use with the image."/> |
| 132 | <Annotation Term="OData.LongDescription" String="This parameter shall contain the transfer method to use with the specified image URI."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 133 | <Annotation Term="Redfish.Revisions"> |
| 134 | <Collection> |
| 135 | <Record> |
| 136 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 137 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 138 | </Record> |
| 139 | </Collection> |
| 140 | </Annotation> |
| 141 | </Parameter> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 142 | </Action> |
| 143 | |
| 144 | <Action Name="EjectMedia" IsBound="true"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 145 | <Annotation Term="OData.Description" String="This action detaches remote media from virtual media."/> |
| 146 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 147 | <Annotation Term="Redfish.Revisions"> |
| 148 | <Collection> |
| 149 | <Record> |
| 150 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 151 | <PropertyValue Property="Version" String="v1_2_0"/> |
| 152 | </Record> |
| 153 | </Collection> |
| 154 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 155 | <Parameter Name="VirtualMedia" Type="VirtualMedia.v1_1_0.Actions"/> |
| 156 | </Action> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 157 | </Schema> |
| 158 | |
| 159 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_0"> |
| 160 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 161 | <Annotation Term="Redfish.Release" String="1.0"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 162 | |
| 163 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.VirtualMedia"> |
| 164 | <Property Name="ImageName" Type="Edm.String"> |
| 165 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 166 | <Annotation Term="OData.Description" String="The current image name."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 167 | <Annotation Term="OData.LongDescription" String="This property shall contain the name of the image."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 168 | </Property> |
| 169 | <Property Name="Image" Type="Edm.String"> |
| 170 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 171 | <Annotation Term="OData.Description" String="The URI of the location of the selected image."/> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 172 | <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. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 173 | <Annotation Term="OData.IsURL"/> |
| 174 | </Property> |
| 175 | <Property Name="MediaTypes" Type="Collection(VirtualMedia.v1_0_0.MediaType)" Nullable="false"> |
| 176 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 177 | <Annotation Term="OData.Description" String="The media types supported as virtual media."/> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 178 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of the supported media types for this connection."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 179 | </Property> |
| 180 | <Property Name="ConnectedVia" Type="VirtualMedia.v1_0_0.ConnectedVia"> |
| 181 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 182 | <Annotation Term="OData.Description" String="The current virtual media connection method."/> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 183 | <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. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 184 | </Property> |
| 185 | <Property Name="Inserted" Type="Edm.Boolean"> |
| 186 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 187 | <Annotation Term="OData.Description" String="An indication of whether virtual media is inserted into the virtual device."/> |
| 188 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether media is present in the virtual media device."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 189 | </Property> |
| 190 | <Property Name="WriteProtected" Type="Edm.Boolean"> |
| 191 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 192 | <Annotation Term="OData.Description" String="An indication of whether the media is write-protected."/> |
| 193 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether the remote device media prevents writing to that media."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 194 | </Property> |
| 195 | </EntityType> |
| 196 | |
| 197 | <EnumType Name="MediaType"> |
| 198 | <Member Name="CD"> |
| 199 | <Annotation Term="OData.Description" String="A CD-ROM format (ISO) image."/> |
| 200 | </Member> |
| 201 | <Member Name="Floppy"> |
| 202 | <Annotation Term="OData.Description" String="A floppy disk image."/> |
| 203 | </Member> |
| 204 | <Member Name="USBStick"> |
| 205 | <Annotation Term="OData.Description" String="An emulation of a USB storage device."/> |
| 206 | </Member> |
| 207 | <Member Name="DVD"> |
| 208 | <Annotation Term="OData.Description" String="A DVD-ROM format image."/> |
| 209 | </Member> |
| 210 | </EnumType> |
| 211 | |
| 212 | <EnumType Name="ConnectedVia"> |
| 213 | <Member Name="NotConnected"> |
| 214 | <Annotation Term="OData.Description" String="No current connection."/> |
| 215 | </Member> |
| 216 | <Member Name="URI"> |
| 217 | <Annotation Term="OData.Description" String="Connected to a URI location."/> |
| 218 | </Member> |
| 219 | <Member Name="Applet"> |
| 220 | <Annotation Term="OData.Description" String="Connected to a client application."/> |
| 221 | </Member> |
| 222 | <Member Name="Oem"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 223 | <Annotation Term="OData.Description" String="Connected through an OEM-defined method."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 224 | </Member> |
| 225 | </EnumType> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 226 | </Schema> |
| 227 | |
| 228 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_2"> |
| 229 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 230 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 231 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_0.VirtualMedia"/> |
| 232 | </Schema> |
| 233 | |
| 234 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_3"> |
| 235 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 236 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 237 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_2.VirtualMedia"/> |
| 238 | </Schema> |
| 239 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 240 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_4"> |
| 241 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 242 | <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."/> |
| 243 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_3.VirtualMedia"/> |
| 244 | </Schema> |
| 245 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 246 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_5"> |
| 247 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 248 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 249 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_4.VirtualMedia"/> |
| 250 | </Schema> |
| 251 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 252 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_6"> |
| 253 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 254 | <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."/> |
| 255 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_5.VirtualMedia"/> |
| 256 | </Schema> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 257 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 258 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_7"> |
| 259 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 260 | <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."/> |
| 261 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_6.VirtualMedia"/> |
| 262 | </Schema> |
| 263 | |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 264 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_0_8"> |
| 265 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 266 | <Annotation Term="OData.Description" String="This version was created to clarify the usage of Image when mounting media from a local source."/> |
| 267 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_7.VirtualMedia"/> |
| 268 | </Schema> |
| 269 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 270 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_0"> |
| 271 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 272 | <Annotation Term="Redfish.Release" String="2017.1"/> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 273 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 274 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_0_3.VirtualMedia"> |
| 275 | <Property Name="Actions" Type="VirtualMedia.v1_1_0.Actions" Nullable="false"> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 276 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 277 | <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 278 | </Property> |
| 279 | </EntityType> |
| 280 | |
| 281 | <ComplexType Name="Actions"> |
| 282 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 283 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 284 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 285 | <Property Name="Oem" Type="VirtualMedia.v1_1_0.OemActions" Nullable="false"> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 286 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 287 | <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 288 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 289 | </ComplexType> |
| 290 | |
| 291 | <ComplexType Name="OemActions"> |
| 292 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 293 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 294 | <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 295 | </ComplexType> |
| 296 | </Schema> |
| 297 | |
| 298 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_1"> |
| 299 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 300 | <Annotation Term="OData.Description" String="This version was created to update the descriptions that this schema defines."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 301 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_0.VirtualMedia"/> |
| 302 | </Schema> |
| 303 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 304 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_2"> |
| 305 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 306 | <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."/> |
| 307 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_1.VirtualMedia"/> |
| 308 | </Schema> |
| 309 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 310 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_3"> |
| 311 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 312 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 313 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_2.VirtualMedia"/> |
| 314 | </Schema> |
| 315 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 316 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_4"> |
| 317 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 318 | <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."/> |
| 319 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_3.VirtualMedia"/> |
| 320 | </Schema> |
| 321 | |
| 322 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_5"> |
| 323 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 324 | <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."/> |
| 325 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_4.VirtualMedia"/> |
| 326 | </Schema> |
| 327 | |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 328 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_1_6"> |
| 329 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 330 | <Annotation Term="OData.Description" String="This version was created to clarify the usage of Image when mounting media from a local source."/> |
| 331 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_5.VirtualMedia"/> |
| 332 | </Schema> |
| 333 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 334 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_0"> |
| 335 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 336 | <Annotation Term="Redfish.Release" String="2017.3"/> |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 337 | <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 Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 338 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 339 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_1_1.VirtualMedia"/> |
| 340 | </Schema> |
| 341 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 342 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_1"> |
| 343 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 344 | <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."/> |
| 345 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_0.VirtualMedia"/> |
| 346 | </Schema> |
| 347 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 348 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_2"> |
| 349 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 350 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 351 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_1.VirtualMedia"/> |
| 352 | </Schema> |
| 353 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 354 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_3"> |
| 355 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 356 | <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."/> |
| 357 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_2.VirtualMedia"/> |
| 358 | </Schema> |
| 359 | |
| 360 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_4"> |
| 361 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 362 | <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."/> |
| 363 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_3.VirtualMedia"/> |
| 364 | </Schema> |
| 365 | |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 366 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_2_5"> |
| 367 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 368 | <Annotation Term="OData.Description" String="This version was created to clarify the usage of Image when mounting media from a local source."/> |
| 369 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_4.VirtualMedia"/> |
| 370 | </Schema> |
| 371 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 372 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_3_0"> |
| 373 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 374 | <Annotation Term="Redfish.Release" String="2018.3"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 375 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 376 | |
| 377 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_2_2.VirtualMedia"> |
| 378 | <Property Name="UserName" Type="Edm.String"> |
| 379 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 380 | <Annotation Term="OData.Description" String="The user name to access the Image parameter-specified URI."/> |
| 381 | <Annotation Term="OData.LongDescription" String="This parameter shall represent the user name to access the Image parameter-specified URI."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 382 | </Property> |
| 383 | <Property Name="Password" Type="Edm.String"> |
| 384 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 385 | <Annotation Term="OData.Description" String="The password to access the Image parameter-specified URI. This property is null in responses."/> |
| 386 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 387 | </Property> |
| 388 | <Property Name="TransferProtocolType" Type="VirtualMedia.v1_3_0.TransferProtocolType"> |
| 389 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 390 | <Annotation Term="OData.Description" String="The network protocol to use with the image."/> |
| 391 | <Annotation Term="OData.LongDescription" String="This parameter shall represent the network protocol to use with the specified image URI."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 392 | </Property> |
| 393 | <Property Name="TransferMethod" Type="VirtualMedia.v1_3_0.TransferMethod"> |
| 394 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 395 | <Annotation Term="OData.Description" String="The transfer method to use with the Image."/> |
| 396 | <Annotation Term="OData.LongDescription" String="This parameter shall describe how the image transfer occurs."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 397 | </Property> |
| 398 | </EntityType> |
| 399 | |
| 400 | <EnumType Name="TransferProtocolType"> |
| 401 | <Member Name="CIFS"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 402 | <Annotation Term="OData.Description" String="Common Internet File System (CIFS)."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 403 | </Member> |
| 404 | <Member Name="FTP"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 405 | <Annotation Term="OData.Description" String="File Transfer Protocol (FTP)."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 406 | </Member> |
| 407 | <Member Name="SFTP"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 408 | <Annotation Term="OData.Description" String="Secure File Transfer Protocol (SFTP)."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 409 | </Member> |
| 410 | <Member Name="HTTP"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 411 | <Annotation Term="OData.Description" String="Hypertext Transfer Protocol (HTTP)."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 412 | </Member> |
| 413 | <Member Name="HTTPS"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 414 | <Annotation Term="OData.Description" String="Hypertext Transfer Protocol Secure (HTTPS)."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 415 | </Member> |
| 416 | <Member Name="NFS"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 417 | <Annotation Term="OData.Description" String="Network File System (NFS)."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 418 | </Member> |
| 419 | <Member Name="SCP"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 420 | <Annotation Term="OData.Description" String="Secure Copy Protocol (SCP)."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 421 | </Member> |
| 422 | <Member Name="TFTP"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 423 | <Annotation Term="OData.Description" String="Trivial File Transfer Protocol (TFTP)."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 424 | </Member> |
| 425 | <Member Name="OEM"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 426 | <Annotation Term="OData.Description" String="A manufacturer-defined protocol."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 427 | </Member> |
| 428 | </EnumType> |
| 429 | |
| 430 | <EnumType Name="TransferMethod"> |
| 431 | <Member Name="Stream"> |
| 432 | <Annotation Term="OData.Description" String="Stream image file data from the source URI."/> |
| 433 | </Member> |
| 434 | <Member Name="Upload"> |
| 435 | <Annotation Term="OData.Description" String="Upload the entire image file from the source URI to the service."/> |
| 436 | </Member> |
| 437 | </EnumType> |
| 438 | </Schema> |
| 439 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 440 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_3_1"> |
| 441 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 442 | <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."/> |
| 443 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_3_0.VirtualMedia"/> |
| 444 | </Schema> |
| 445 | |
| 446 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_3_2"> |
| 447 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 448 | <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."/> |
| 449 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_3_1.VirtualMedia"/> |
| 450 | </Schema> |
| 451 | |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 452 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_3_3"> |
| 453 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 454 | <Annotation Term="OData.Description" String="This version was created to clarify the usage of Image when mounting media from a local source."/> |
| 455 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_3_2.VirtualMedia"/> |
| 456 | </Schema> |
| 457 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 458 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_4_0"> |
| 459 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 460 | <Annotation Term="Redfish.Release" String="2021.1"/> |
| 461 | <Annotation Term="OData.Description" String="This version was created to add the Status, Certificates, and VerifyCertificate properties."/> |
| 462 | |
| 463 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_3_2.VirtualMedia"> |
| 464 | <Property Name="Status" Type="Resource.Status" Nullable="false"> |
| 465 | <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> |
| 466 | <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> |
| 467 | </Property> |
| 468 | <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> |
| 469 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 470 | <Annotation Term="OData.Description" String="The link to a collection of server certificates for the server referenced by the Image property."/> |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 471 | <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 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 Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 472 | <Annotation Term="OData.AutoExpandReferences"/> |
| 473 | </NavigationProperty> |
| 474 | <Property Name="VerifyCertificate" Type="Edm.Boolean"> |
| 475 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 476 | <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."/> |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 477 | <Annotation Term="OData.LongDescription" String="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 Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 478 | </Property> |
| 479 | </EntityType> |
| 480 | </Schema> |
| 481 | |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 482 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_4_1"> |
| 483 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 484 | <Annotation Term="OData.Description" String="This version was created to clarify the usage of Image when mounting media from a local source."/> |
| 485 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_4_0.VirtualMedia"/> |
| 486 | </Schema> |
| 487 | |
Sui Chen | 141d943 | 2022-02-03 22:01:27 -0800 | [diff] [blame] | 488 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_4_2"> |
| 489 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 490 | <Annotation Term="OData.Description" String="This version was created to clarify the behavior of VerifyCertificate when not supported or configured."/> |
| 491 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_4_1.VirtualMedia"/> |
| 492 | </Schema> |
| 493 | |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 494 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_4_3"> |
| 495 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 496 | <Annotation Term="OData.Description" String="This version was created to clarify that other certificate verification might be performed by the service due to other policies in the service."/> |
| 497 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_4_2.VirtualMedia"/> |
| 498 | </Schema> |
| 499 | |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 500 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_5_0"> |
| 501 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 502 | <Annotation Term="Redfish.Release" String="2021.2"/> |
| 503 | |
| 504 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_4_1.VirtualMedia"> |
| 505 | <NavigationProperty Name="ClientCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> |
| 506 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 507 | <Annotation Term="OData.Description" String="The link to a collection of client identity certificates provided to the server referenced by the Image property."/> |
| 508 | <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."/> |
| 509 | <Annotation Term="OData.AutoExpandReferences"/> |
| 510 | </NavigationProperty> |
| 511 | </EntityType> |
| 512 | </Schema> |
| 513 | |
Sui Chen | 141d943 | 2022-02-03 22:01:27 -0800 | [diff] [blame] | 514 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_5_1"> |
| 515 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 516 | <Annotation Term="OData.Description" String="This version was created to clarify the behavior of VerifyCertificate when not supported or configured."/> |
| 517 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_5_0.VirtualMedia"/> |
| 518 | </Schema> |
| 519 | |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 520 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_5_2"> |
| 521 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 522 | <Annotation Term="OData.Description" String="This version was created to clarify that other certificate verification might be performed by the service due to other policies in the service."/> |
| 523 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_5_1.VirtualMedia"/> |
| 524 | </Schema> |
| 525 | |
| 526 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VirtualMedia.v1_6_0"> |
| 527 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 528 | <Annotation Term="Redfish.Release" String="2022.3"/> |
| 529 | |
| 530 | <EntityType Name="VirtualMedia" BaseType="VirtualMedia.v1_5_2.VirtualMedia"> |
| 531 | <Property Name="EjectPolicy" Type="VirtualMedia.v1_6_0.EjectPolicy"> |
| 532 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 533 | <Annotation Term="OData.Description" String="The ejection policy for the virtual media."/> |
| 534 | <Annotation Term="OData.LongDescription" String="This property shall contain the ejection policy for the virtual media."/> |
| 535 | </Property> |
| 536 | <Property Name="EjectTimeout" Type="Edm.Duration"> |
| 537 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 538 | <Annotation Term="OData.Description" String="Timeout value before the virtual media is automatically ejected."/> |
| 539 | <Annotation Term="OData.LongDescription" String="This property shall indicate the amount of time before virtual media is automatically ejected when EjectPolicy contains `Timed`."/> |
| 540 | </Property> |
| 541 | </EntityType> |
| 542 | |
| 543 | <EnumType Name="EjectPolicy"> |
| 544 | <Member Name="OnPowerOff"> |
| 545 | <Annotation Term="OData.Description" String="The virtual media ejection occurs during a system power or reset event."/> |
| 546 | </Member> |
| 547 | <Member Name="Session"> |
| 548 | <Annotation Term="OData.Description" String="The virtual media ejection occurs when a session is terminated. The session may be outside the Redfish service."/> |
| 549 | </Member> |
| 550 | <Member Name="Timed"> |
| 551 | <Annotation Term="OData.Description" String="The virtual media ejection occurs when a timer configured by the EjectTimeout property expires."/> |
| 552 | </Member> |
| 553 | <Member Name="AfterUse"> |
| 554 | <Annotation Term="OData.Description" String="The virtual media ejection occurs after the media is used."/> |
| 555 | </Member> |
| 556 | <Member Name="Persistent"> |
| 557 | <Annotation Term="OData.Description" String="The virtual media mount information persists indefinitely."/> |
| 558 | </Member> |
| 559 | </EnumType> |
| 560 | </Schema> |
| 561 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 562 | </edmx:DataServices> |
| 563 | </edmx:Edmx> |