Drive Class |
Namespace: SolidFire.Element.Api
public class Drive : RpcBase
The Drive type exposes the following members.
Name | Description | |
---|---|---|
AssignedService |
If this drive is hosting a service, the identifier for that service.
| |
AsyncResultIDs |
The list of asynchronous jobs currently running on the drive (for example: a secure erase job).
| |
Attributes |
List of Name/Value pairs in JSON object format.
| |
Capacity |
Total Raw capacity of the drive, in bytes.
| |
CustomerSliceFileCapacity | ||
DriveFailureDetail |
If a drive's status is 'Failed', this field provides more detail on why the drive was marked failed.
| |
DriveID |
A unique identifier for this drive.
| |
DriveSecurityFaultReason |
If enabling or disabling drive security failed, this is the reason why it failed.
If the value is 'none', there was no failure.
| |
DriveStatus |
The current status of this drive.
| |
DriveType |
The type of this drive.
| |
KeyID |
The keyID used by the key provider to acquire the authentication key for unlocking this drive.
| |
KeyProviderID |
Identifies the provider of the authentication key for unlocking this drive.
| |
NodeID |
The node this drive is located.
If the drive has been physically removed from the node, this is where it was last seen.
| |
ReservedSliceFileCapacity | ||
SegmentFileSize |
Segment File Size of the drive, in bytes.
| |
Serial |
The manufacturer's serial number for this drive.
| |
SkipLabel |
Whether or not Element software will avoid writing to LBA 0 of this drive.
| |
Slot |
Slot number in the server chassis where this drive is located.
If the drive has been physically removed from the node, this will not have a value.
| |
SmartSsdWriteCapable | ||
UsableCapacity |
Total Usable capacity of the drive, in bytes.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |