1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: Drive v1.18.0 --> 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 --> 8<!--# Copyright 2014-2023 DMTF in cooperation with Storage Networking Industry Association (SNIA). --> 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/RedfishExtensions_v1.xml"> 21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 22 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 23 </edmx:Reference> 24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 25 <edmx:Include Namespace="Resource"/> 26 <edmx:Include Namespace="Resource.v1_0_0"/> 27 </edmx:Reference> 28 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> 29 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> 30 </edmx:Reference> 31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/Volume_v1.xml"> 32 <edmx:Include Namespace="Volume"/> 33 </edmx:Reference> 34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml"> 35 <edmx:Include Namespace="Endpoint"/> 36 </edmx:Reference> 37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml"> 38 <edmx:Include Namespace="Chassis"/> 39 </edmx:Reference> 40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml"> 41 <edmx:Include Namespace="Assembly"/> 42 </edmx:Reference> 43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml"> 44 <edmx:Include Namespace="Protocol"/> 45 </edmx:Reference> 46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Task_v1.xml"> 47 <edmx:Include Namespace="Task"/> 48 </edmx:Reference> 49 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml"> 50 <edmx:Include Namespace="PCIeFunction"/> 51 </edmx:Reference> 52 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StoragePool_v1.xml"> 53 <edmx:Include Namespace="StoragePool"/> 54 </edmx:Reference> 55 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml"> 56 <edmx:Include Namespace="EnvironmentMetrics"/> 57 </edmx:Reference> 58 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml"> 59 <edmx:Include Namespace="CertificateCollection"/> 60 </edmx:Reference> 61 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml"> 62 <edmx:Include Namespace="SoftwareInventory"/> 63 </edmx:Reference> 64 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml"> 65 <edmx:Include Namespace="Storage"/> 66 </edmx:Reference> 67 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml"> 68 <edmx:Include Namespace="NetworkDeviceFunction"/> 69 </edmx:Reference> 70 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/DriveMetrics_v1.xml"> 71 <edmx:Include Namespace="DriveMetrics"/> 72 </edmx:Reference> 73 74 <edmx:DataServices> 75 76 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive"> 77 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 78 79 <EntityType Name="Drive" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 80 <Annotation Term="OData.Description" String="The Drive schema represents a single physical drive for a system, including links to associated volumes. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/> 81 <Annotation Term="OData.LongDescription" String="This resource shall represent a drive or other physical storage medium for a Redfish implementation. It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the State property within the Status property contains `Absent`."/> 82 <Annotation Term="Capabilities.InsertRestrictions"> 83 <Record> 84 <PropertyValue Property="Insertable" Bool="false"/> 85 </Record> 86 </Annotation> 87 <Annotation Term="Capabilities.UpdateRestrictions"> 88 <Record> 89 <PropertyValue Property="Updatable" Bool="true"/> 90 <Annotation Term="OData.Description" String="Writable properties, such as IndicatorLED, can be updated for drives."/> 91 </Record> 92 </Annotation> 93 <Annotation Term="Capabilities.DeleteRestrictions"> 94 <Record> 95 <PropertyValue Property="Deletable" Bool="false"/> 96 </Record> 97 </Annotation> 98 <Annotation Term="Redfish.Uris"> 99 <Collection> 100 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String> 101 <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}</String> 102 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String> 103 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String> 104 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String> 105 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String> 106 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String> 107 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String> 108 </Collection> 109 </Annotation> 110 </EntityType> 111 112 <Action Name="SecureErase" IsBound="true"> 113 <Annotation Term="OData.Description" String="This action securely erases the contents of the drive."/> 114 <Annotation Term="OData.LongDescription" String="This action shall securely erase the drive."/> 115 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/> 116 <Parameter Name="SanitizationType" Type="Drive.v1_15_0.DataSanitizationType"> 117 <Annotation Term="OData.Description" String="The type of data sanitization to perform."/> 118 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of data sanitization to perform for the secure erase request. The service can accept a request without the parameter and perform an implementation-specific default secure erase."/> 119 <Annotation Term="Redfish.Revisions"> 120 <Collection> 121 <Record> 122 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 123 <PropertyValue Property="Version" String="v1_15_0"/> 124 </Record> 125 </Collection> 126 </Annotation> 127 </Parameter> 128 <Parameter Name="OverwritePasses" Type="Edm.Int64"> 129 <Annotation Term="OData.Description" String="The number of times to overwrite the drive if performing an overwrite type of sanitization."/> 130 <Annotation Term="OData.LongDescription" String="This parameter shall contain the number of times to overwrite the drive if the SanitizationType parameter contains the value `Overwrite`. This parameter shall be ignored if the SanitizationType parameter does not contain the value `Overwrite`. If the client does not provide this parameter, the service shall perform an implementation-specific number of passes."/> 131 <Annotation Term="Redfish.Revisions"> 132 <Collection> 133 <Record> 134 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 135 <PropertyValue Property="Version" String="v1_15_0"/> 136 </Record> 137 </Collection> 138 </Annotation> 139 </Parameter> 140 </Action> 141 142 <Action Name="Reset" IsBound="true"> 143 <Annotation Term="OData.Description" String="This action resets this drive."/> 144 <Annotation Term="OData.LongDescription" String="This action shall reset this drive."/> 145 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/> 146 <Parameter Name="ResetType" Type="Resource.ResetType"> 147 <Annotation Term="OData.Description" String="The type of reset."/> 148 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset. The service can accept a request without the parameter and perform an implementation-specific default reset."/> 149 </Parameter> 150 <Annotation Term="Redfish.Revisions"> 151 <Collection> 152 <Record> 153 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 154 <PropertyValue Property="Version" String="v1_7_0"/> 155 </Record> 156 </Collection> 157 </Annotation> 158 </Action> 159 160 <Action Name="RevertToOriginalFactoryState" IsBound="true"> 161 <Annotation Term="OData.Description" String="This action reverts a self-encrypting drive (SED) to the original factory state."/> 162 <Annotation Term="OData.LongDescription" String="This action shall revert a self-encrypting drive (SED) to the original factory state. Upon successful completion of this action, the drive data shall be securely erased and the EncryptionStatus property shall contain `Unencrypted`."/> 163 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/> 164 <Parameter Name="PhysicalSecureID" Type="Edm.String"> 165 <Annotation Term="OData.Description" String="The physical secure ID (PSID). The PSID is generally printed on the drive label and used to revert an encrypted SED."/> 166 <Annotation Term="OData.LongDescription" String="This parameter shall contain the physical secure ID (PSID). The PSID is generally printed on the drive label and used to revert an encrypted SED."/> 167 </Parameter> 168 <Annotation Term="Redfish.Revisions"> 169 <Collection> 170 <Record> 171 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 172 <PropertyValue Property="Version" String="v1_18_0"/> 173 </Record> 174 </Collection> 175 </Annotation> 176 </Action> 177 </Schema> 178 179 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_0"> 180 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 181 <Annotation Term="Redfish.Release" String="2016.1"/> 182 183 <EntityType Name="Drive" BaseType="Drive.Drive"> 184 <Property Name="StatusIndicator" Type="Drive.v1_0_0.StatusIndicator"> 185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 186 <Annotation Term="OData.Description" String="The state of the status indicator, which communicates status information about this drive."/> 187 <Annotation Term="OData.LongDescription" String="This property shall contain the status indicator state for the status indicator associated with this drive. The Redfish.AllowableValues annotation specifies the valid values for this property."/> 188 </Property> 189 <Property Name="IndicatorLED" Type="Resource.IndicatorLED"> 190 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 191 <Annotation Term="OData.Description" String="The state of the indicator LED, that identifies the drive."/> 192 <Annotation Term="OData.LongDescription" String="This property shall contain the state for the indicator light associated with this drive."/> 193 <Annotation Term="Redfish.Revisions"> 194 <Collection> 195 <Record> 196 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 197 <PropertyValue Property="Version" String="v1_11_0"/> 198 <PropertyValue Property="Description" String="This property has been deprecated in favor of the LocationIndicatorActive property."/> 199 </Record> 200 </Collection> 201 </Annotation> 202 </Property> 203 <Property Name="Model" Type="Edm.String"> 204 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 205 <Annotation Term="OData.Description" String="The model number for the drive."/> 206 <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the drive."/> 207 </Property> 208 <Property Name="Revision" Type="Edm.String"> 209 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 210 <Annotation Term="OData.Description" String="The revision of this drive. For SCSI-based drives, this is the version of the drive from the 'Inquiry' command, which can be the firmware or hardware version. For other types of drives, this is the hardware version."/> 211 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-defined revision for the associated drive. For SCSI-based drives, this is the version of the drive from the 'Inquiry' command, which can be the firmware or hardware version. For other types of drives, this is the hardware version."/> 212 </Property> 213 <Property Name="Status" Type="Resource.Status" Nullable="false"> 214 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 215 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 216 </Property> 217 <Property Name="CapacityBytes" Type="Edm.Int64"> 218 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 219 <Annotation Term="OData.Description" String="The size, in bytes, of this drive."/> 220 <Annotation Term="OData.LongDescription" String="This property shall contain the raw size, in bytes, of the associated drive."/> 221 <Annotation Term="Measures.Unit" String="By"/> 222 </Property> 223 <Property Name="FailurePredicted" Type="Edm.Boolean"> 224 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 225 <Annotation Term="OData.Description" String="An indication of whether this drive currently predicts a failure in the near future."/> 226 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this drive currently predicts a manufacturer-defined failure."/> 227 </Property> 228 <Property Name="Protocol" Type="Protocol.Protocol"> 229 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 230 <Annotation Term="OData.Description" String="The protocol that this drive currently uses to communicate to the storage controller."/> 231 <Annotation Term="OData.LongDescription" String="This property shall contain the protocol that the associated drive currently uses to communicate to the storage controller for this system."/> 232 </Property> 233 <Property Name="MediaType" Type="Drive.v1_0_0.MediaType"> 234 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 235 <Annotation Term="OData.Description" String="The type of media contained in this drive."/> 236 <Annotation Term="OData.LongDescription" String="This property shall contain the type of media contained in the associated drive."/> 237 </Property> 238 <Property Name="Manufacturer" Type="Edm.String"> 239 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 240 <Annotation Term="OData.Description" String="The manufacturer of this drive."/> 241 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the drive. This organization may be the entity from whom the drive is purchased, but this is not necessarily true."/> 242 </Property> 243 <Property Name="SKU" Type="Edm.String"> 244 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 245 <Annotation Term="OData.Description" String="The SKU for this drive."/> 246 <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit (SKU) number for this drive."/> 247 </Property> 248 <Property Name="SerialNumber" Type="Edm.String"> 249 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 250 <Annotation Term="OData.Description" String="The serial number for this drive."/> 251 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-allocated number that identifies the drive."/> 252 </Property> 253 <Property Name="PartNumber" Type="Edm.String"> 254 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 255 <Annotation Term="OData.Description" String="The part number for this drive."/> 256 <Annotation Term="OData.LongDescription" String="This property shall contain the part number assigned by the organization that is responsible for producing or manufacturing the drive."/> 257 </Property> 258 <Property Name="AssetTag" Type="Edm.String"> 259 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 260 <Annotation Term="OData.Description" String="The user-assigned asset tag for this drive."/> 261 <Annotation Term="OData.LongDescription" String="This property shall track the drive for inventory purposes."/> 262 </Property> 263 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false"> 264 <Annotation Term="OData.Description" String="The durable names for the drive."/> 265 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated drive."/> 266 </Property> 267 <Property Name="Location" Type="Collection(Resource.Location)" Nullable="false"> 268 <Annotation Term="OData.Description" String="The location of the drive."/> 269 <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated drive."/> 270 <Annotation Term="Redfish.Revisions"> 271 <Collection> 272 <Record> 273 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 274 <PropertyValue Property="Version" String="v1_4_0"/> 275 <PropertyValue Property="Description" String="This property has been deprecated in favor of the singular property PhysicalLocation found in Drive.v1_4_0."/> 276 </Record> 277 </Collection> 278 </Annotation> 279 </Property> 280 <Property Name="HotspareType" Type="Drive.v1_0_0.HotspareType"> 281 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 282 <Annotation Term="OData.Description" String="The type of hot spare that this drive serves as."/> 283 <Annotation Term="OData.LongDescription" String="This property shall contain the hot spare type for the associated drive. If the drive currently serves as a hot spare, its Status.State field shall be 'StandbySpare' and 'Enabled' when it is part of a volume."/> 284 </Property> 285 <Property Name="EncryptionAbility" Type="Drive.v1_0_0.EncryptionAbility"> 286 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 287 <Annotation Term="OData.Description" String="The encryption ability of this drive."/> 288 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption ability for the associated drive."/> 289 </Property> 290 <Property Name="EncryptionStatus" Type="Drive.v1_0_0.EncryptionStatus"> 291 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 292 <Annotation Term="OData.Description" String="The status of the encryption of this drive."/> 293 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption status for the associated drive."/> 294 </Property> 295 <Property Name="RotationSpeedRPM" Type="Edm.Decimal"> 296 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 297 <Annotation Term="OData.Description" String="The rotation speed of this drive, in revolutions per minute (RPM) units."/> 298 <Annotation Term="OData.LongDescription" String="This property shall contain the rotation speed, in revolutions per minute (RPM) units, of the associated drive."/> 299 <Annotation Term="Measures.Unit" String="{rev}/min"/> 300 </Property> 301 <Property Name="BlockSizeBytes" Type="Edm.Int64"> 302 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 303 <Annotation Term="OData.Description" String="The size, in bytes, of the smallest addressable unit, or block."/> 304 <Annotation Term="OData.LongDescription" String="This property shall contain the size of the smallest addressable unit of the associated drive."/> 305 <Annotation Term="Measures.Unit" String="By"/> 306 </Property> 307 <Property Name="CapableSpeedGbs" Type="Edm.Decimal"> 308 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 309 <Annotation Term="OData.Description" String="The speed, in gigabits per second (Gbit/s) units, at which this drive can communicate to a storage controller in ideal conditions."/> 310 <Annotation Term="OData.LongDescription" String="This property shall contain fastest capable bus speed, in gigabits per second (Gbit/s) units, of the associated drive."/> 311 <Annotation Term="Measures.Unit" String="Gbit/s"/> 312 </Property> 313 <Property Name="NegotiatedSpeedGbs" Type="Edm.Decimal"> 314 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 315 <Annotation Term="OData.Description" String="The speed, in gigabits per second (Gbit/s) units, at which this drive currently communicates to the storage controller."/> 316 <Annotation Term="OData.LongDescription" String="This property shall contain current bus speed, in gigabits per second (Gbit/s) units, of the associated drive."/> 317 <Annotation Term="Measures.Unit" String="Gbit/s"/> 318 </Property> 319 <Property Name="PredictedMediaLifeLeftPercent" Type="Edm.Decimal"> 320 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 321 <Annotation Term="OData.Description" String="The percentage of reads and writes that are predicted to be available for the media."/> 322 <Annotation Term="OData.LongDescription" String="This property shall contain an indicator of the percentage, typically `0` to `100`, of life remaining in the drive's media."/> 323 <Annotation Term="Measures.Unit" String="%"/> 324 <Annotation Term="Validation.Minimum" Int="0"/> 325 </Property> 326 <Property Name="Links" Type="Drive.v1_0_0.Links" Nullable="false"> 327 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 328 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/> 329 </Property> 330 <Property Name="Actions" Type="Drive.v1_0_0.Actions" Nullable="false"> 331 <Annotation Term="OData.Description" String="The available actions for this resource."/> 332 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 333 </Property> 334 </EntityType> 335 336 <ComplexType Name="Links" BaseType="Resource.Links"> 337 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 338 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/> 339 <NavigationProperty Name="Volumes" Type="Collection(Volume.Volume)"> 340 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 341 <Annotation Term="OData.Description" String="An array of links to the volumes that this drive either wholly or only partially contains."/> 342 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Volume with which this drive is associated. This property shall include all volume resources of which this drive is a member and all volumes for which this drive acts as a spare if the hot spare type is `Dedicated`."/> 343 <Annotation Term="OData.AutoExpandReferences"/> 344 </NavigationProperty> 345 </ComplexType> 346 347 <ComplexType Name="Actions"> 348 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 349 <Annotation Term="OData.Description" String="The available actions for this resource."/> 350 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 351 <Property Name="Oem" Type="Drive.v1_0_0.OemActions" Nullable="false"> 352 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 353 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 354 </Property> 355 </ComplexType> 356 357 <ComplexType Name="OemActions"> 358 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 359 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 360 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 361 </ComplexType> 362 363 <EnumType Name="MediaType"> 364 <Member Name="HDD"> 365 <Annotation Term="OData.Description" String="The drive media type is traditional magnetic platters."/> 366 </Member> 367 <Member Name="SSD"> 368 <Annotation Term="OData.Description" String="The drive media type is solid state or flash memory."/> 369 </Member> 370 <Member Name="SMR"> 371 <Annotation Term="OData.Description" String="The drive media type is shingled magnetic recording."/> 372 </Member> 373 </EnumType> 374 375 <EnumType Name="HotspareType"> 376 <Member Name="None"> 377 <Annotation Term="OData.Description" String="The drive is not a hot spare."/> 378 </Member> 379 <Member Name="Global"> 380 <Annotation Term="OData.Description" String="The drive is serving as a hot spare for all other drives in this storage domain."/> 381 </Member> 382 <Member Name="Chassis"> 383 <Annotation Term="OData.Description" String="The drive is serving as a hot spare for all other drives in this storage domain that are contained in the same chassis."/> 384 </Member> 385 <Member Name="Dedicated"> 386 <Annotation Term="OData.Description" String="The drive is serving as a hot spare for a user-defined set of drives or volumes. Clients cannot specify this value when modifying the HotspareType property. This value is reported as a result of configuring the spare drives within a volume."/> 387 </Member> 388 </EnumType> 389 390 <EnumType Name="EncryptionAbility"> 391 <Member Name="None"> 392 <Annotation Term="OData.Description" String="The drive is not capable of self-encryption."/> 393 </Member> 394 <Member Name="SelfEncryptingDrive"> 395 <Annotation Term="OData.Description" String="The drive is capable of self-encryption per the Trusted Computing Group's Self Encrypting Drive Standard."/> 396 </Member> 397 <Member Name="Other"> 398 <Annotation Term="OData.Description" String="The drive is capable of self-encryption through some other means."/> 399 </Member> 400 </EnumType> 401 402 <EnumType Name="EncryptionStatus"> 403 <Member Name="Unecrypted"> 404 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/> 405 <Annotation Term="Redfish.Revisions"> 406 <Collection> 407 <Record> 408 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 409 <PropertyValue Property="Version" String="v1_1_0"/> 410 <PropertyValue Property="Description" String="This value has been deprecated in favor of Unencrypted."/> 411 </Record> 412 </Collection> 413 </Annotation> 414 </Member> 415 <Member Name="Unlocked"> 416 <Annotation Term="OData.Description" String="The drive is currently encrypted but the data is accessible to the user in unencrypted form."/> 417 </Member> 418 <Member Name="Locked"> 419 <Annotation Term="OData.Description" String="The drive is currently encrypted and the data is not accessible to the user. However, the system can unlock the drive automatically."/> 420 </Member> 421 <Member Name="Foreign"> 422 <Annotation Term="OData.Description" String="The drive is currently encrypted, the data is not accessible to the user, and the system requires user intervention to expose the data."/> 423 </Member> 424 <Member Name="Unencrypted"> 425 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/> 426 <Annotation Term="Redfish.Revisions"> 427 <Collection> 428 <Record> 429 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 430 <PropertyValue Property="Version" String="v1_1_0"/> 431 </Record> 432 </Collection> 433 </Annotation> 434 </Member> 435 </EnumType> 436 437 <EnumType Name="StatusIndicator"> 438 <Member Name="OK"> 439 <Annotation Term="OData.Description" String="The drive is OK."/> 440 </Member> 441 <Member Name="Fail"> 442 <Annotation Term="OData.Description" String="The drive has failed."/> 443 </Member> 444 <Member Name="Rebuild"> 445 <Annotation Term="OData.Description" String="The drive is being rebuilt."/> 446 </Member> 447 <Member Name="PredictiveFailureAnalysis"> 448 <Annotation Term="OData.Description" String="The drive still works but is predicted to fail soon."/> 449 </Member> 450 <Member Name="Hotspare"> 451 <Annotation Term="OData.Description" String="The drive has been marked to automatically rebuild and replace a failed drive."/> 452 </Member> 453 <Member Name="InACriticalArray"> 454 <Annotation Term="OData.Description" String="The array to which this drive belongs has been degraded."/> 455 </Member> 456 <Member Name="InAFailedArray"> 457 <Annotation Term="OData.Description" String="The array to which this drive belongs has failed."/> 458 </Member> 459 </EnumType> 460 </Schema> 461 462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_1"> 463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 464 <Annotation Term="OData.Description" String="This version was created to show the EncryptionStatus enumerated list was updated."/> 465 <EntityType Name="Drive" BaseType="Drive.v1_0_0.Drive"/> 466 </Schema> 467 468 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_2"> 469 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 470 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/> 471 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive"/> 472 </Schema> 473 474 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_3"> 475 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 476 <Annotation Term="OData.Description" String="This version was created to fix supported types and to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/> 477 <EntityType Name="Drive" BaseType="Drive.v1_0_2.Drive"/> 478 </Schema> 479 480 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_4"> 481 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 482 <Annotation Term="OData.Description" String="This version was created to change Identifier and Location to their abstract base types, and IndicatorLED and Protocol to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/> 483 <EntityType Name="Drive" BaseType="Drive.v1_0_3.Drive"/> 484 </Schema> 485 486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_5"> 487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 488 <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. It was also created to add missing percent units onto existing properties."/> 489 <EntityType Name="Drive" BaseType="Drive.v1_0_4.Drive"/> 490 </Schema> 491 492 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_6"> 493 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 494 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/> 495 <EntityType Name="Drive" BaseType="Drive.v1_0_5.Drive"/> 496 </Schema> 497 498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_7"> 499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 500 <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."/> 501 <EntityType Name="Drive" BaseType="Drive.v1_0_6.Drive"/> 502 </Schema> 503 504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_8"> 505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 506 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 507 <EntityType Name="Drive" BaseType="Drive.v1_0_7.Drive"/> 508 </Schema> 509 510 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_9"> 511 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 512 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 513 <EntityType Name="Drive" BaseType="Drive.v1_0_8.Drive"/> 514 </Schema> 515 516 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_10"> 517 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 518 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 519 <EntityType Name="Drive" BaseType="Drive.v1_0_9.Drive"/> 520 </Schema> 521 522 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_11"> 523 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 524 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 525 <EntityType Name="Drive" BaseType="Drive.v1_0_10.Drive"/> 526 </Schema> 527 528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_12"> 529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 530 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 531 <EntityType Name="Drive" BaseType="Drive.v1_0_11.Drive"/> 532 </Schema> 533 534 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_13"> 535 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 536 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 537 <EntityType Name="Drive" BaseType="Drive.v1_0_12.Drive"/> 538 </Schema> 539 540 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_14"> 541 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 542 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 543 <EntityType Name="Drive" BaseType="Drive.v1_0_13.Drive"/> 544 </Schema> 545 546 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_15"> 547 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 548 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 549 <EntityType Name="Drive" BaseType="Drive.v1_0_14.Drive"/> 550 </Schema> 551 552 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_16"> 553 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 554 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 555 <EntityType Name="Drive" BaseType="Drive.v1_0_15.Drive"/> 556 </Schema> 557 558 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_17"> 559 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 560 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 561 <EntityType Name="Drive" BaseType="Drive.v1_0_16.Drive"/> 562 </Schema> 563 564 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_0"> 565 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 566 <Annotation Term="Redfish.Release" String="2016.2"/> 567 568 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive"> 569 <Property Name="Operations" Type="Collection(Drive.v1_1_0.Operations)" Nullable="false"> 570 <Annotation Term="OData.Description" String="The operations currently running on the Drive."/> 571 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all operations currently running on the Drive."/> 572 </Property> 573 </EntityType> 574 575 <ComplexType Name="Links" BaseType="Drive.v1_0_0.Links"> 576 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)"> 577 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 578 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this drive."/> 579 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint with which this drive is associated."/> 580 <Annotation Term="OData.AutoExpandReferences"/> 581 </NavigationProperty> 582 </ComplexType> 583 584 <ComplexType Name="Operations"> 585 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 586 <Annotation Term="OData.Description" String="An operation currently running on this resource."/> 587 <Annotation Term="OData.LongDescription" String="This type shall describe a currently running operation on the resource."/> 588 <Property Name="OperationName" Type="Edm.String"> 589 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 590 <Annotation Term="OData.Description" String="The name of the operation."/> 591 <Annotation Term="OData.LongDescription" String="This property shall contain a string of the name of the operation."/> 592 <Annotation Term="Redfish.Revisions"> 593 <Collection> 594 <Record> 595 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 596 <PropertyValue Property="Version" String="v1_17_0"/> 597 <PropertyValue Property="Description" String="This property is deprecated in favor of the Operation property using the OperationType enumeration defined in the Volume schema."/> 598 </Record> 599 </Collection> 600 </Annotation> 601 </Property> 602 <Property Name="PercentageComplete" Type="Edm.Int64"> 603 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 604 <Annotation Term="OData.Description" String="The percentage of the operation that has been completed."/> 605 <Annotation Term="OData.LongDescription" String="This property shall contain an integer of the percentage, `0` to `100`, of the operation that has been completed."/> 606 <Annotation Term="Measures.Unit" String="%"/> 607 <Annotation Term="Validation.Minimum" Int="0"/> 608 <Annotation Term="Validation.Maximum" Int="100"/> 609 </Property> 610 <NavigationProperty Name="AssociatedTask" Type="Task.Task" Nullable="false"> 611 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 612 <Annotation Term="OData.Description" String="The link to the task associated with the operation, if any."/> 613 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Task that represents the task associated with the operation."/> 614 </NavigationProperty> 615 </ComplexType> 616 </Schema> 617 618 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_1"> 619 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 620 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 621 <EntityType Name="Drive" BaseType="Drive.v1_1_0.Drive"/> 622 </Schema> 623 624 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_2"> 625 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 626 <Annotation Term="OData.Description" String="This version was created to fix supported types to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/> 627 <EntityType Name="Drive" BaseType="Drive.v1_1_1.Drive"/> 628 </Schema> 629 630 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_3"> 631 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 632 <Annotation Term="OData.Description" String="This version was created to migrate the Operations definition, to change Identifier and Location to their abstract base types, and IndicatorLED, Protocol, and Operations to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/> 633 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/> 634 </Schema> 635 636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_4"> 637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 638 <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. It was also created to add missing percent units onto existing properties."/> 639 <EntityType Name="Drive" BaseType="Drive.v1_1_3.Drive"/> 640 </Schema> 641 642 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_5"> 643 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 644 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/> 645 <EntityType Name="Drive" BaseType="Drive.v1_1_4.Drive"/> 646 </Schema> 647 648 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_6"> 649 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 650 <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."/> 651 <EntityType Name="Drive" BaseType="Drive.v1_1_5.Drive"/> 652 </Schema> 653 654 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_7"> 655 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 656 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 657 <EntityType Name="Drive" BaseType="Drive.v1_1_6.Drive"/> 658 </Schema> 659 660 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_8"> 661 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 662 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 663 <EntityType Name="Drive" BaseType="Drive.v1_1_7.Drive"/> 664 </Schema> 665 666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_9"> 667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 668 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 669 <EntityType Name="Drive" BaseType="Drive.v1_1_8.Drive"/> 670 </Schema> 671 672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_10"> 673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 674 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 675 <EntityType Name="Drive" BaseType="Drive.v1_1_9.Drive"/> 676 </Schema> 677 678 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_11"> 679 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 680 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 681 <EntityType Name="Drive" BaseType="Drive.v1_1_10.Drive"/> 682 </Schema> 683 684 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_12"> 685 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 686 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 687 <EntityType Name="Drive" BaseType="Drive.v1_1_11.Drive"/> 688 </Schema> 689 690 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_13"> 691 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 692 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 693 <EntityType Name="Drive" BaseType="Drive.v1_1_12.Drive"/> 694 </Schema> 695 696 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_14"> 697 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 698 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 699 <EntityType Name="Drive" BaseType="Drive.v1_1_13.Drive"/> 700 </Schema> 701 702 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_15"> 703 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 704 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 705 <EntityType Name="Drive" BaseType="Drive.v1_1_14.Drive"/> 706 </Schema> 707 708 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_16"> 709 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 710 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 711 <EntityType Name="Drive" BaseType="Drive.v1_1_15.Drive"/> 712 </Schema> 713 714 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_0"> 715 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 716 <Annotation Term="Redfish.Release" String="2017.1"/> 717 718 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/> 719 720 <ComplexType Name="Links" BaseType="Drive.v1_1_0.Links"> 721 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false"> 722 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 723 <Annotation Term="OData.Description" String="The link to the chassis that contains this drive."/> 724 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Chassis that represents the physical container associated with this drive."/> 725 <Annotation Term="OData.AutoExpandReferences"/> 726 </NavigationProperty> 727 </ComplexType> 728 </Schema> 729 730 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_1"> 731 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 732 <Annotation Term="OData.Description" String="This version was created to migrate the Operations definition, to change Identifier and Location to their abstract base types, and IndicatorLED, Protocol, and Operations to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/> 733 <EntityType Name="Drive" BaseType="Drive.v1_2_0.Drive"/> 734 </Schema> 735 736 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_2"> 737 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 738 <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. It was also created to add missing percent units onto existing properties."/> 739 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive"/> 740 </Schema> 741 742 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_3"> 743 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 744 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/> 745 <EntityType Name="Drive" BaseType="Drive.v1_2_2.Drive"/> 746 </Schema> 747 748 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_4"> 749 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 750 <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."/> 751 <EntityType Name="Drive" BaseType="Drive.v1_2_3.Drive"/> 752 </Schema> 753 754 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_5"> 755 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 756 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 757 <EntityType Name="Drive" BaseType="Drive.v1_2_4.Drive"/> 758 </Schema> 759 760 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_6"> 761 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 762 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 763 <EntityType Name="Drive" BaseType="Drive.v1_2_5.Drive"/> 764 </Schema> 765 766 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_7"> 767 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 768 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 769 <EntityType Name="Drive" BaseType="Drive.v1_2_6.Drive"/> 770 </Schema> 771 772 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_8"> 773 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 774 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 775 <EntityType Name="Drive" BaseType="Drive.v1_2_7.Drive"/> 776 </Schema> 777 778 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_9"> 779 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 780 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 781 <EntityType Name="Drive" BaseType="Drive.v1_2_8.Drive"/> 782 </Schema> 783 784 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_10"> 785 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 786 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 787 <EntityType Name="Drive" BaseType="Drive.v1_2_9.Drive"/> 788 </Schema> 789 790 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_11"> 791 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 792 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 793 <EntityType Name="Drive" BaseType="Drive.v1_2_10.Drive"/> 794 </Schema> 795 796 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_12"> 797 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 798 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 799 <EntityType Name="Drive" BaseType="Drive.v1_2_11.Drive"/> 800 </Schema> 801 802 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_13"> 803 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 804 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 805 <EntityType Name="Drive" BaseType="Drive.v1_2_12.Drive"/> 806 </Schema> 807 808 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_14"> 809 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 810 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 811 <EntityType Name="Drive" BaseType="Drive.v1_2_13.Drive"/> 812 </Schema> 813 814 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_0"> 815 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 816 <Annotation Term="Redfish.Release" String="2017.3"/> 817 818 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive"> 819 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false"> 820 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 821 <Annotation Term="OData.Description" String="The link to the assembly associated with this drive."/> 822 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/> 823 <Annotation Term="OData.AutoExpandReferences"/> 824 </NavigationProperty> 825 </EntityType> 826 </Schema> 827 828 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_1"> 829 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 830 <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. It was also created to add missing percent units onto existing properties."/> 831 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive"/> 832 </Schema> 833 834 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_2"> 835 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 836 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/> 837 <EntityType Name="Drive" BaseType="Drive.v1_3_1.Drive"/> 838 </Schema> 839 840 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_3"> 841 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 842 <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."/> 843 <EntityType Name="Drive" BaseType="Drive.v1_3_2.Drive"/> 844 </Schema> 845 846 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_4"> 847 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 848 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 849 <EntityType Name="Drive" BaseType="Drive.v1_3_3.Drive"/> 850 </Schema> 851 852 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_5"> 853 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 854 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 855 <EntityType Name="Drive" BaseType="Drive.v1_3_4.Drive"/> 856 </Schema> 857 858 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_6"> 859 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 860 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 861 <EntityType Name="Drive" BaseType="Drive.v1_3_5.Drive"/> 862 </Schema> 863 864 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_7"> 865 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 866 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 867 <EntityType Name="Drive" BaseType="Drive.v1_3_6.Drive"/> 868 </Schema> 869 870 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_8"> 871 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 872 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 873 <EntityType Name="Drive" BaseType="Drive.v1_3_7.Drive"/> 874 </Schema> 875 876 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_9"> 877 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 878 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 879 <EntityType Name="Drive" BaseType="Drive.v1_3_8.Drive"/> 880 </Schema> 881 882 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_10"> 883 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 884 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 885 <EntityType Name="Drive" BaseType="Drive.v1_3_9.Drive"/> 886 </Schema> 887 888 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_11"> 889 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 890 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 891 <EntityType Name="Drive" BaseType="Drive.v1_3_10.Drive"/> 892 </Schema> 893 894 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_12"> 895 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 896 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 897 <EntityType Name="Drive" BaseType="Drive.v1_3_11.Drive"/> 898 </Schema> 899 900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_13"> 901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 902 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 903 <EntityType Name="Drive" BaseType="Drive.v1_3_12.Drive"/> 904 </Schema> 905 906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_0"> 907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 908 <Annotation Term="Redfish.Release" String="2018.1"/> 909 910 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive"> 911 <Property Name="PhysicalLocation" Type="Resource.Location" Nullable="false"> 912 <Annotation Term="OData.Description" String="The location of the drive."/> 913 <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated drive."/> 914 </Property> 915 </EntityType> 916 </Schema> 917 918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_1"> 919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 920 <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. It was also created to add missing percent units onto existing properties."/> 921 <EntityType Name="Drive" BaseType="Drive.v1_4_0.Drive"/> 922 </Schema> 923 924 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_2"> 925 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 926 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/> 927 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive"/> 928 </Schema> 929 930 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_3"> 931 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 932 <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."/> 933 <EntityType Name="Drive" BaseType="Drive.v1_4_2.Drive"/> 934 </Schema> 935 936 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_4"> 937 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 938 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 939 <EntityType Name="Drive" BaseType="Drive.v1_4_3.Drive"/> 940 </Schema> 941 942 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_5"> 943 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 944 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 945 <EntityType Name="Drive" BaseType="Drive.v1_4_4.Drive"/> 946 </Schema> 947 948 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_6"> 949 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 950 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 951 <EntityType Name="Drive" BaseType="Drive.v1_4_5.Drive"/> 952 </Schema> 953 954 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_7"> 955 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 956 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 957 <EntityType Name="Drive" BaseType="Drive.v1_4_6.Drive"/> 958 </Schema> 959 960 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_8"> 961 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 962 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 963 <EntityType Name="Drive" BaseType="Drive.v1_4_7.Drive"/> 964 </Schema> 965 966 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_9"> 967 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 968 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 969 <EntityType Name="Drive" BaseType="Drive.v1_4_8.Drive"/> 970 </Schema> 971 972 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_10"> 973 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 974 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 975 <EntityType Name="Drive" BaseType="Drive.v1_4_9.Drive"/> 976 </Schema> 977 978 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_11"> 979 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 980 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 981 <EntityType Name="Drive" BaseType="Drive.v1_4_10.Drive"/> 982 </Schema> 983 984 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_12"> 985 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 986 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 987 <EntityType Name="Drive" BaseType="Drive.v1_4_11.Drive"/> 988 </Schema> 989 990 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_13"> 991 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 992 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 993 <EntityType Name="Drive" BaseType="Drive.v1_4_12.Drive"/> 994 </Schema> 995 996 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_0"> 997 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 998 <Annotation Term="Redfish.Release" String="2018.2"/> 999 1000 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive"> 1001 <Property Name="HotspareReplacementMode" Type="Drive.v1_5_0.HotspareReplacementModeType"> 1002 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1003 <Annotation Term="OData.Description" String="The replacement mode for the hot spare drive."/> 1004 <Annotation Term="OData.LongDescription" String="This property shall indicate whether a commissioned hot spare continues to serve as a hot spare after the failed drive is replaced."/> 1005 </Property> 1006 </EntityType> 1007 1008 <EnumType Name="HotspareReplacementModeType"> 1009 <Member Name="Revertible"> 1010 <Annotation Term="OData.Description" String="The hot spare drive that is commissioned due to a drive failure reverts to a hot spare after the failed drive is replaced and rebuilt."/> 1011 </Member> 1012 <Member Name="NonRevertible"> 1013 <Annotation Term="OData.Description" String="The hot spare drive that is commissioned due to a drive failure remains as a data drive and does not revert to a hot spare if the failed drive is replaced."/> 1014 </Member> 1015 </EnumType> 1016 </Schema> 1017 1018 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_1"> 1019 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1020 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/> 1021 <EntityType Name="Drive" BaseType="Drive.v1_5_0.Drive"/> 1022 </Schema> 1023 1024 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_2"> 1025 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1026 <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."/> 1027 <EntityType Name="Drive" BaseType="Drive.v1_5_1.Drive"/> 1028 </Schema> 1029 1030 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_3"> 1031 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1032 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1033 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/> 1034 </Schema> 1035 1036 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_4"> 1037 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1038 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1039 <EntityType Name="Drive" BaseType="Drive.v1_5_3.Drive"/> 1040 </Schema> 1041 1042 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_5"> 1043 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1044 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1045 <EntityType Name="Drive" BaseType="Drive.v1_5_4.Drive"/> 1046 </Schema> 1047 1048 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_6"> 1049 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1050 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1051 <EntityType Name="Drive" BaseType="Drive.v1_5_5.Drive"/> 1052 </Schema> 1053 1054 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_7"> 1055 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1056 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1057 <EntityType Name="Drive" BaseType="Drive.v1_5_6.Drive"/> 1058 </Schema> 1059 1060 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_8"> 1061 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1062 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 1063 <EntityType Name="Drive" BaseType="Drive.v1_5_7.Drive"/> 1064 </Schema> 1065 1066 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_9"> 1067 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1068 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 1069 <EntityType Name="Drive" BaseType="Drive.v1_5_8.Drive"/> 1070 </Schema> 1071 1072 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_10"> 1073 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1074 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1075 <EntityType Name="Drive" BaseType="Drive.v1_5_9.Drive"/> 1076 </Schema> 1077 1078 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_11"> 1079 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1080 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1081 <EntityType Name="Drive" BaseType="Drive.v1_5_10.Drive"/> 1082 </Schema> 1083 1084 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_12"> 1085 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1086 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1087 <EntityType Name="Drive" BaseType="Drive.v1_5_11.Drive"/> 1088 </Schema> 1089 1090 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_0"> 1091 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1092 <Annotation Term="Redfish.Release" String="2019.1"/> 1093 1094 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/> 1095 1096 <ComplexType Name="Links" BaseType="Drive.v1_2_0.Links"> 1097 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)"> 1098 <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the drive produces."/> 1099 <Annotation Term="OData.LongDescription" String="This property shall link to a resource of type PCIeFunction that represents the PCIe functions associated with this resource."/> 1100 <Annotation Term="OData.AutoExpandReferences"/> 1101 </NavigationProperty> 1102 </ComplexType> 1103 </Schema> 1104 1105 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_1"> 1106 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1107 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1108 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive"/> 1109 </Schema> 1110 1111 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_2"> 1112 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1113 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1114 <EntityType Name="Drive" BaseType="Drive.v1_6_1.Drive"/> 1115 </Schema> 1116 1117 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_3"> 1118 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1119 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1120 <EntityType Name="Drive" BaseType="Drive.v1_6_2.Drive"/> 1121 </Schema> 1122 1123 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_4"> 1124 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1125 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1126 <EntityType Name="Drive" BaseType="Drive.v1_6_3.Drive"/> 1127 </Schema> 1128 1129 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_5"> 1130 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1131 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1132 <EntityType Name="Drive" BaseType="Drive.v1_6_4.Drive"/> 1133 </Schema> 1134 1135 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_6"> 1136 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1137 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 1138 <EntityType Name="Drive" BaseType="Drive.v1_6_5.Drive"/> 1139 </Schema> 1140 1141 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_7"> 1142 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1143 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 1144 <EntityType Name="Drive" BaseType="Drive.v1_6_6.Drive"/> 1145 </Schema> 1146 1147 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_8"> 1148 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1149 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1150 <EntityType Name="Drive" BaseType="Drive.v1_6_7.Drive"/> 1151 </Schema> 1152 1153 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_9"> 1154 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1155 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1156 <EntityType Name="Drive" BaseType="Drive.v1_6_8.Drive"/> 1157 </Schema> 1158 1159 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_10"> 1160 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1161 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1162 <EntityType Name="Drive" BaseType="Drive.v1_6_9.Drive"/> 1163 </Schema> 1164 1165 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_0"> 1166 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1167 <Annotation Term="Redfish.Release" String="2019.2"/> 1168 <Annotation Term="OData.Description" String="This version was created to add a WriteCacheEnabled property and reset action for Drive."/> 1169 1170 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive"> 1171 <Property Name="WriteCacheEnabled" Type="Edm.Boolean"> 1172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1173 <Annotation Term="OData.Description" String="An indication of whether the drive write cache is enabled."/> 1174 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the drive write cache is enabled."/> 1175 </Property> 1176 </EntityType> 1177 </Schema> 1178 1179 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_1"> 1180 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1181 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1182 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/> 1183 </Schema> 1184 1185 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_2"> 1186 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1187 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1188 <EntityType Name="Drive" BaseType="Drive.v1_7_1.Drive"/> 1189 </Schema> 1190 1191 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_3"> 1192 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1193 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1194 <EntityType Name="Drive" BaseType="Drive.v1_7_2.Drive"/> 1195 </Schema> 1196 1197 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_4"> 1198 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1199 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1200 <EntityType Name="Drive" BaseType="Drive.v1_7_3.Drive"/> 1201 </Schema> 1202 1203 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_5"> 1204 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1205 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 1206 <EntityType Name="Drive" BaseType="Drive.v1_7_4.Drive"/> 1207 </Schema> 1208 1209 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_6"> 1210 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1211 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 1212 <EntityType Name="Drive" BaseType="Drive.v1_7_5.Drive"/> 1213 </Schema> 1214 1215 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_7"> 1216 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1217 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1218 <EntityType Name="Drive" BaseType="Drive.v1_7_6.Drive"/> 1219 </Schema> 1220 1221 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_8"> 1222 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1223 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1224 <EntityType Name="Drive" BaseType="Drive.v1_7_7.Drive"/> 1225 </Schema> 1226 1227 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_9"> 1228 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1229 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1230 <EntityType Name="Drive" BaseType="Drive.v1_7_8.Drive"/> 1231 </Schema> 1232 1233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_0"> 1234 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1235 <Annotation Term="Redfish.Release" String="2019.3"/> 1236 1237 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/> 1238 1239 <ComplexType Name="Links" BaseType="Drive.v1_6_0.Links"> 1240 <NavigationProperty Name="StoragePools" Type="Collection(StoragePool.StoragePool)"> 1241 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1242 <Annotation Term="OData.Description" String="An array of links to the storage pools to which this drive belongs."/> 1243 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of type StoragePool to which this drive belongs."/> 1244 <Annotation Term="OData.AutoExpandReferences"/> 1245 </NavigationProperty> 1246 </ComplexType> 1247 </Schema> 1248 1249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_1"> 1250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1251 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1252 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive"/> 1253 </Schema> 1254 1255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_2"> 1256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1257 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1258 <EntityType Name="Drive" BaseType="Drive.v1_8_1.Drive"/> 1259 </Schema> 1260 1261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_3"> 1262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1263 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1264 <EntityType Name="Drive" BaseType="Drive.v1_8_2.Drive"/> 1265 </Schema> 1266 1267 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_4"> 1268 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1269 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1270 <EntityType Name="Drive" BaseType="Drive.v1_8_3.Drive"/> 1271 </Schema> 1272 1273 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_5"> 1274 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1275 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 1276 <EntityType Name="Drive" BaseType="Drive.v1_8_4.Drive"/> 1277 </Schema> 1278 1279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_6"> 1280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1281 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 1282 <EntityType Name="Drive" BaseType="Drive.v1_8_5.Drive"/> 1283 </Schema> 1284 1285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_7"> 1286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1287 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1288 <EntityType Name="Drive" BaseType="Drive.v1_8_6.Drive"/> 1289 </Schema> 1290 1291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_8"> 1292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1293 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1294 <EntityType Name="Drive" BaseType="Drive.v1_8_7.Drive"/> 1295 </Schema> 1296 1297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_9"> 1298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1299 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1300 <EntityType Name="Drive" BaseType="Drive.v1_8_8.Drive"/> 1301 </Schema> 1302 1303 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_0"> 1304 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1305 <Annotation Term="Redfish.Release" String="2019.4"/> 1306 <Annotation Term="OData.Description" String="This version was created to add Multipath property for Drive."/> 1307 1308 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive"> 1309 <Property Name="Multipath" Type="Edm.Boolean"> 1310 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1311 <Annotation Term="OData.Description" String="An indication of whether the drive is accessible from multiple paths."/> 1312 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the drive is accessible by an initiator from multiple paths allowing for failover capabilities upon a path failure."/> 1313 </Property> 1314 </EntityType> 1315 </Schema> 1316 1317 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_1"> 1318 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1319 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1320 <EntityType Name="Drive" BaseType="Drive.v1_9_0.Drive"/> 1321 </Schema> 1322 1323 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_2"> 1324 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1325 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1326 <EntityType Name="Drive" BaseType="Drive.v1_9_1.Drive"/> 1327 </Schema> 1328 1329 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_3"> 1330 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1331 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1332 <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive"/> 1333 </Schema> 1334 1335 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_4"> 1336 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1337 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1338 <EntityType Name="Drive" BaseType="Drive.v1_9_3.Drive"/> 1339 </Schema> 1340 1341 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_5"> 1342 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1343 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 1344 <EntityType Name="Drive" BaseType="Drive.v1_9_4.Drive"/> 1345 </Schema> 1346 1347 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_6"> 1348 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1349 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 1350 <EntityType Name="Drive" BaseType="Drive.v1_9_5.Drive"/> 1351 </Schema> 1352 1353 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_7"> 1354 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1355 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1356 <EntityType Name="Drive" BaseType="Drive.v1_9_6.Drive"/> 1357 </Schema> 1358 1359 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_8"> 1360 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1361 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1362 <EntityType Name="Drive" BaseType="Drive.v1_9_7.Drive"/> 1363 </Schema> 1364 1365 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_9"> 1366 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1367 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1368 <EntityType Name="Drive" BaseType="Drive.v1_9_8.Drive"/> 1369 </Schema> 1370 1371 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_0"> 1372 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1373 <Annotation Term="Redfish.Release" String="2020.2"/> 1374 <Annotation Term="OData.Description" String="This version was created to add ReadyToRemove property."/> 1375 1376 <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive"> 1377 <Property Name="ReadyToRemove" Type="Edm.Boolean"> 1378 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1379 <Annotation Term="OData.Description" String="An indication of whether the drive is prepared by the system for removal."/> 1380 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the system is prepared for the removal of this drive."/> 1381 </Property> 1382 </EntityType> 1383 </Schema> 1384 1385 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_1"> 1386 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1387 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1388 <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive"/> 1389 </Schema> 1390 1391 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_2"> 1392 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1393 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1394 <EntityType Name="Drive" BaseType="Drive.v1_10_1.Drive"/> 1395 </Schema> 1396 1397 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_3"> 1398 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1399 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 1400 <EntityType Name="Drive" BaseType="Drive.v1_10_2.Drive"/> 1401 </Schema> 1402 1403 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_4"> 1404 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1405 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 1406 <EntityType Name="Drive" BaseType="Drive.v1_10_3.Drive"/> 1407 </Schema> 1408 1409 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_5"> 1410 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1411 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1412 <EntityType Name="Drive" BaseType="Drive.v1_10_4.Drive"/> 1413 </Schema> 1414 1415 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_6"> 1416 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1417 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1418 <EntityType Name="Drive" BaseType="Drive.v1_10_5.Drive"/> 1419 </Schema> 1420 1421 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_7"> 1422 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1423 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1424 <EntityType Name="Drive" BaseType="Drive.v1_10_6.Drive"/> 1425 </Schema> 1426 1427 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_0"> 1428 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1429 <Annotation Term="Redfish.Release" String="2020.3"/> 1430 <Annotation Term="OData.Description" String="This version was created to add LocationIndicatorActive and to deprecate IndicatorLED properties."/> 1431 1432 <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive"> 1433 <Property Name="LocationIndicatorActive" Type="Edm.Boolean"> 1434 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1435 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/> 1436 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource. A write to this property shall update the value of IndicatorLED in this resource, if supported, to reflect the implementation of the locating function."/> 1437 </Property> 1438 </EntityType> 1439 </Schema> 1440 1441 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_1"> 1442 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1443 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1444 <EntityType Name="Drive" BaseType="Drive.v1_11_0.Drive"/> 1445 </Schema> 1446 1447 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_2"> 1448 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1449 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1450 <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive"/> 1451 </Schema> 1452 1453 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_3"> 1454 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1455 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 1456 <EntityType Name="Drive" BaseType="Drive.v1_11_2.Drive"/> 1457 </Schema> 1458 1459 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_4"> 1460 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1461 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 1462 <EntityType Name="Drive" BaseType="Drive.v1_11_3.Drive"/> 1463 </Schema> 1464 1465 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_5"> 1466 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1467 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1468 <EntityType Name="Drive" BaseType="Drive.v1_11_4.Drive"/> 1469 </Schema> 1470 1471 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_6"> 1472 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1473 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1474 <EntityType Name="Drive" BaseType="Drive.v1_11_5.Drive"/> 1475 </Schema> 1476 1477 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_7"> 1478 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1479 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1480 <EntityType Name="Drive" BaseType="Drive.v1_11_6.Drive"/> 1481 </Schema> 1482 1483 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_0"> 1484 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1485 <Annotation Term="Redfish.Release" String="2020.4"/> 1486 <Annotation Term="OData.Description" String="This version was created to add Certificates and Measurements to devices for attestation and identity management. It was also created to add a link for EnvironmentMetrics."/> 1487 1488 <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive"> 1489 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false"> 1490 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1491 <Annotation Term="OData.Description" String="The link to the environment metrics for this drive."/> 1492 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type EnvironmentMetrics that specifies the environment metrics for this drive."/> 1493 <Annotation Term="OData.AutoExpandReferences"/> 1494 </NavigationProperty> 1495 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> 1496 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1497 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/> 1498 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that contains certificates for device identity and attestation."/> 1499 <Annotation Term="OData.AutoExpandReferences"/> 1500 </NavigationProperty> 1501 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false"> 1502 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/> 1503 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/> 1504 <Annotation Term="Redfish.Revisions"> 1505 <Collection> 1506 <Record> 1507 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1508 <PropertyValue Property="Version" String="v1_14_0"/> 1509 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/> 1510 </Record> 1511 </Collection> 1512 </Annotation> 1513 </Property> 1514 </EntityType> 1515 </Schema> 1516 1517 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_1"> 1518 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1519 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1520 <EntityType Name="Drive" BaseType="Drive.v1_12_0.Drive"/> 1521 </Schema> 1522 1523 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_2"> 1524 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1525 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/> 1526 <EntityType Name="Drive" BaseType="Drive.v1_12_1.Drive"/> 1527 </Schema> 1528 1529 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_3"> 1530 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1531 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 1532 <EntityType Name="Drive" BaseType="Drive.v1_12_2.Drive"/> 1533 </Schema> 1534 1535 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_4"> 1536 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1537 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1538 <EntityType Name="Drive" BaseType="Drive.v1_12_3.Drive"/> 1539 </Schema> 1540 1541 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_5"> 1542 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1543 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1544 <EntityType Name="Drive" BaseType="Drive.v1_12_4.Drive"/> 1545 </Schema> 1546 1547 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_6"> 1548 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1549 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1550 <EntityType Name="Drive" BaseType="Drive.v1_12_5.Drive"/> 1551 </Schema> 1552 1553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_0"> 1554 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1555 <Annotation Term="Redfish.Release" String="2021.2"/> 1556 1557 <EntityType Name="Drive" BaseType="Drive.v1_12_2.Drive"/> 1558 1559 <ComplexType Name="Links" BaseType="Drive.v1_8_0.Links"> 1560 <NavigationProperty Name="Storage" Type="Storage.Storage" Nullable="false"> 1561 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1562 <Annotation Term="OData.Description" String="A link to the storage subsystem to which this drive belongs."/> 1563 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Storage that represents the storage subsystem to which this drive belongs."/> 1564 <Annotation Term="OData.AutoExpandReferences"/> 1565 </NavigationProperty> 1566 </ComplexType> 1567 </Schema> 1568 1569 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_1"> 1570 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1571 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/> 1572 <EntityType Name="Drive" BaseType="Drive.v1_13_0.Drive"/> 1573 </Schema> 1574 1575 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_2"> 1576 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1577 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1578 <EntityType Name="Drive" BaseType="Drive.v1_13_1.Drive"/> 1579 </Schema> 1580 1581 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_3"> 1582 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1583 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1584 <EntityType Name="Drive" BaseType="Drive.v1_13_2.Drive"/> 1585 </Schema> 1586 1587 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_4"> 1588 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1589 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1590 <EntityType Name="Drive" BaseType="Drive.v1_13_3.Drive"/> 1591 </Schema> 1592 1593 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_0"> 1594 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1595 <Annotation Term="Redfish.Release" String="2021.4"/> 1596 <Annotation Term="OData.Description" String="This version was created to deprecate Measurements in favor of measurement reporting in the ComponentIntegrity resource."/> 1597 1598 <EntityType Name="Drive" BaseType="Drive.v1_13_1.Drive"/> 1599 1600 <ComplexType Name="Links" BaseType="Drive.v1_13_0.Links"> 1601 <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)"> 1602 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1603 <Annotation Term="OData.Description" String="An array of links to the network device functions that provide network connectivity for this drive."/> 1604 <Annotation Term="OData.LongDescription" String="This property shall contain the array of links to resources of type NetworkDeviceFunction. This property should only be present for drives with network connectivity, such as Ethernet attached drives."/> 1605 <Annotation Term="OData.AutoExpandReferences"/> 1606 </NavigationProperty> 1607 </ComplexType> 1608 </Schema> 1609 1610 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_1"> 1611 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1612 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1613 <EntityType Name="Drive" BaseType="Drive.v1_14_0.Drive"/> 1614 </Schema> 1615 1616 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_2"> 1617 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1618 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1619 <EntityType Name="Drive" BaseType="Drive.v1_14_1.Drive"/> 1620 </Schema> 1621 1622 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_3"> 1623 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1624 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1625 <EntityType Name="Drive" BaseType="Drive.v1_14_2.Drive"/> 1626 </Schema> 1627 1628 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_0"> 1629 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1630 <Annotation Term="Redfish.Release" String="2022.1"/> 1631 <Annotation Term="OData.Description" String="This version was created to add parameters to the SecureErase action for NVMe use cases."/> 1632 1633 <EntityType Name="Drive" BaseType="Drive.v1_14_0.Drive"/> 1634 1635 <EnumType Name="DataSanitizationType"> 1636 <Member Name="BlockErase"> 1637 <Annotation Term="OData.Description" String="Delete all logical block addresses, including those that are not currently mapping to active addresses, but leaving the data on the drive."/> 1638 <Annotation Term="OData.LongDescription" String="This value shall indicate sanitization is performed by deleting all logical block addresses, including those that are not currently mapping to active addresses, but leaving the data on the drive."/> 1639 </Member> 1640 <Member Name="CryptographicErase"> 1641 <Annotation Term="OData.Description" String="Erase the target data's encryption key leaving only the ciphertext on the drive. For more information, see NIST800-88 and ISO/IEC 27040."/> 1642 <Annotation Term="OData.LongDescription" String="This value shall indicate sanitization is performed by erasing the target data's encryption key leaving only the ciphertext on the drive. For more information, see NIST800-88 and ISO/IEC 27040."/> 1643 </Member> 1644 <Member Name="Overwrite"> 1645 <Annotation Term="OData.Description" String="Overwrite data by writing an implementation-specific pattern onto all sectors of the drive."/> 1646 <Annotation Term="OData.LongDescription" String="This value shall indicate sanitization is performed by overwriting data by writing an implementation-specific pattern onto all sectors of the drive."/> 1647 </Member> 1648 </EnumType> 1649 </Schema> 1650 1651 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_1"> 1652 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1653 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1654 <EntityType Name="Drive" BaseType="Drive.v1_15_0.Drive"/> 1655 </Schema> 1656 1657 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_2"> 1658 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1659 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1660 <EntityType Name="Drive" BaseType="Drive.v1_15_1.Drive"/> 1661 </Schema> 1662 1663 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_3"> 1664 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1665 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1666 <EntityType Name="Drive" BaseType="Drive.v1_15_2.Drive"/> 1667 </Schema> 1668 1669 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_0"> 1670 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1671 <Annotation Term="Redfish.Release" String="2022.3"/> 1672 1673 <EntityType Name="Drive" BaseType="Drive.v1_15_0.Drive"> 1674 <Property Name="SlotFormFactor" Type="Drive.v1_16_0.FormFactor"> 1675 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1676 <Annotation Term="OData.Description" String="The form factor of the slot."/> 1677 <Annotation Term="OData.LongDescription" String="This property shall contain the form factor of the slot."/> 1678 </Property> 1679 <Property Name="DriveFormFactor" Type="Drive.v1_16_0.FormFactor"> 1680 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1681 <Annotation Term="OData.Description" String="The form factor of the drive inserted in this slot."/> 1682 <Annotation Term="OData.LongDescription" String="This property shall contain the form factor of the drive inserted in this slot."/> 1683 </Property> 1684 <Property Name="SlotCapableProtocols" Type="Collection(Protocol.Protocol)"> 1685 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1686 <Annotation Term="OData.Description" String="The drive protocols capable in this slot."/> 1687 <Annotation Term="OData.LongDescription" String="This property shall contain the drive protocols capable in this slot. The value of this property depends upon the connector in this slot, the storage controllers connected to this slot, the configuration of the system, and other constraints that determine if a particular protocol is capable at a given time."/> 1688 </Property> 1689 </EntityType> 1690 1691 <EnumType Name="FormFactor"> 1692 <Member Name="Drive3_5"> 1693 <Annotation Term="OData.Description" String="A 3.5 inch drive."/> 1694 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is approximately 3.5 inches in width and no more than 1.1 inches in height."/> 1695 </Member> 1696 <Member Name="Drive2_5"> 1697 <Annotation Term="OData.Description" String="A 2.5 inch drive."/> 1698 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is approximately 2.5 inches in width and no more than 0.8 inches in height and is not a U.2 drive."/> 1699 </Member> 1700 <Member Name="EDSFF"> 1701 <Annotation Term="OData.Description" String="An EDSFF drive."/> 1702 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to one of SNIA's SFF specifications with an unspecified form factor. The SlotFormFactor property should not contain this value."/> 1703 <Annotation Term="Redfish.Revisions"> 1704 <Collection> 1705 <Record> 1706 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1707 <PropertyValue Property="Version" String="v1_18_0"/> 1708 </Record> 1709 </Collection> 1710 </Annotation> 1711 </Member> 1712 <Member Name="EDSFF_1U_Long"> 1713 <Annotation Term="OData.Description" String="An EDSFF 1U Long (E1.L) drive."/> 1714 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1007 Specification."/> 1715 </Member> 1716 <Member Name="EDSFF_1U_Short"> 1717 <Annotation Term="OData.Description" String="An EDSFF 1U Short (E1.S) drive."/> 1718 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1006 Specification."/> 1719 </Member> 1720 <Member Name="EDSFF_E3_Short"> 1721 <Annotation Term="OData.Description" String="An EDSFF E3 Short (E3.S) drive."/> 1722 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1008 Specification and is approximately 112.75 mm in length."/> 1723 </Member> 1724 <Member Name="EDSFF_E3_Long"> 1725 <Annotation Term="OData.Description" String="An EDSFF E3 Long (E3.L) drive."/> 1726 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1008 Specification and is approximately 142.2 mm in length."/> 1727 </Member> 1728 <Member Name="M2"> 1729 <Annotation Term="OData.Description" String="An M.2 drive."/> 1730 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification with an unspecified form factor. The SlotFormFactor property should not contain this value."/> 1731 <Annotation Term="Redfish.Revisions"> 1732 <Collection> 1733 <Record> 1734 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1735 <PropertyValue Property="Version" String="v1_18_0"/> 1736 </Record> 1737 </Collection> 1738 </Annotation> 1739 </Member> 1740 <Member Name="M2_2230"> 1741 <Annotation Term="OData.Description" String="An M.2 2230 drive."/> 1742 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22 mm in width and 30 mm in length."/> 1743 </Member> 1744 <Member Name="M2_2242"> 1745 <Annotation Term="OData.Description" String="An M.2 2242 drive."/> 1746 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22 mm in width and 42 mm in length."/> 1747 </Member> 1748 <Member Name="M2_2260"> 1749 <Annotation Term="OData.Description" String="An M.2 2260 drive."/> 1750 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22 mm in width and 60 mm in length."/> 1751 </Member> 1752 <Member Name="M2_2280"> 1753 <Annotation Term="OData.Description" String="An M.2 2280 drive."/> 1754 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22 mm in width and 80 mm in length."/> 1755 </Member> 1756 <Member Name="M2_22110"> 1757 <Annotation Term="OData.Description" String="An M.2 22110 drive."/> 1758 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22 mm in width and 110 mm in length."/> 1759 </Member> 1760 <Member Name="U2"> 1761 <Annotation Term="OData.Description" String="A U.2 drive."/> 1762 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express SFF-8639 Module Specification."/> 1763 </Member> 1764 <Member Name="PCIeSlotFullLength"> 1765 <Annotation Term="OData.Description" String="A full-length PCIe add-in card."/> 1766 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an add-in card greater than 7 inches in length."/> 1767 </Member> 1768 <Member Name="PCIeSlotLowProfile"> 1769 <Annotation Term="OData.Description" String="A low-profile PCIe add-in card."/> 1770 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an add-in card less than 2.5 inches in height."/> 1771 </Member> 1772 <Member Name="PCIeHalfLength"> 1773 <Annotation Term="OData.Description" String="A half-length PCIe add-in card."/> 1774 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an add-in card less than 7 inches in length."/> 1775 </Member> 1776 <Member Name="OEM"> 1777 <Annotation Term="OData.Description" String="An OEM-defined form factor."/> 1778 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an OEM-defined form factor."/> 1779 </Member> 1780 </EnumType> 1781 1782 <ComplexType Name="Links" BaseType="Drive.v1_14_0.Links"> 1783 <NavigationProperty Name="ActiveSoftwareImage" Type="SoftwareInventory.SoftwareInventory" Nullable="false"> 1784 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1785 <Annotation Term="OData.Description" String="The link to the software inventory that represents the active drive firmware image."/> 1786 <Annotation Term="OData.LongDescription" String="This property shall contain a link a resource of type SoftwareInventory that represents the active drive firmware image."/> 1787 <Annotation Term="OData.AutoExpandReferences"/> 1788 </NavigationProperty> 1789 <NavigationProperty Name="SoftwareImages" Type="Collection(SoftwareInventory.SoftwareInventory)"> 1790 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1791 <Annotation Term="OData.Description" String="The images that are associated with this drive."/> 1792 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type SoftwareInventory that represent the firmware images that apply to this drive."/> 1793 <Annotation Term="OData.AutoExpandReferences"/> 1794 </NavigationProperty> 1795 </ComplexType> 1796 </Schema> 1797 1798 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_1"> 1799 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1800 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 1801 <EntityType Name="Drive" BaseType="Drive.v1_16_0.Drive"/> 1802 </Schema> 1803 1804 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_2"> 1805 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1806 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1807 <EntityType Name="Drive" BaseType="Drive.v1_16_1.Drive"/> 1808 </Schema> 1809 1810 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_3"> 1811 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1812 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1813 <EntityType Name="Drive" BaseType="Drive.v1_16_2.Drive"/> 1814 </Schema> 1815 1816 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_17_0"> 1817 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1818 <Annotation Term="Redfish.Release" String="2023.1"/> 1819 1820 <EntityType Name="Drive" BaseType="Drive.v1_16_1.Drive"> 1821 <Property Name="FirmwareVersion" Type="Edm.String"> 1822 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1823 <Annotation Term="OData.Description" String="The firmware version for this drive."/> 1824 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for this drive."/> 1825 </Property> 1826 <NavigationProperty Name="Metrics" Type="DriveMetrics.DriveMetrics"> 1827 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1828 <Annotation Term="OData.Description" String="The link to the metrics associated with this drive."/> 1829 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with this drive."/> 1830 <Annotation Term="OData.AutoExpandReferences"/> 1831 </NavigationProperty> 1832 </EntityType> 1833 1834 <ComplexType Name="Operations" BaseType="Drive.v1_1_0.Operations"> 1835 <Property Name="Operation" Type="Volume.OperationType"> 1836 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1837 <Annotation Term="OData.Description" String="The type of the operation."/> 1838 <Annotation Term="OData.LongDescription" String="This property shall contain the type of the operation."/> 1839 </Property> 1840 </ComplexType> 1841 </Schema> 1842 1843 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_17_1"> 1844 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1845 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 1846 <EntityType Name="Drive" BaseType="Drive.v1_17_0.Drive"/> 1847 </Schema> 1848 1849 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_17_2"> 1850 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1851 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1852 <EntityType Name="Drive" BaseType="Drive.v1_17_1.Drive"/> 1853 </Schema> 1854 1855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_18_0"> 1856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1857 <Annotation Term="OData.Description" String="This version was created to add `M2` and `EDSFF` to FormFactor. It was also created to add the RevertToOriginalFactoryState action."/> 1858 <Annotation Term="Redfish.Release" String="2023.3"/> 1859 1860 <EntityType Name="Drive" BaseType="Drive.v1_17_2.Drive"/> 1861 </Schema> 1862 1863 </edmx:DataServices> 1864</edmx:Edmx> 1865