components: schemas: DriveCollection_DriveCollection: additionalProperties: false description: A Collection of Drive resource instances. properties: '@odata.context': $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/definitions/context '@odata.etag': $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/definitions/etag '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/definitions/id '@odata.type': $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/definitions/type Description: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Description nullable: true readOnly: true Members: description: Contains the members of this drive collection. items: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef readOnly: true type: array x-longDescription: The value of each entry of this property shall reference a Drive resource. Members@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/definitions/count Members@odata.nextLink: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/definitions/nextLink Name: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Name readOnly: true Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem description: The OEM extension property. x-longDescription: This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements. required: - Members - Members@odata.count - '@odata.id' - '@odata.type' - Name type: object x-longDescription: An instance of this resource shall reference the set of Drive resources known in the scope of its use. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_]*$: description: This property shall specify a valid odata or Redfish property. title: '#DriveCollection.DriveCollection' x-copyright: Copyright 2016-2020 Storage Networking Industry Association (SNIA), USA. All rights reserved. For the full SNIA copyright policy, see http://www.snia.org/about/corporate_info/copyright x-owningEntity: SNIA