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