Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 4.3 KB

NimbleDisk.md

File metadata and controls

46 lines (41 loc) · 4.3 KB

NimbleDisk

Properties

Name Type Description Notes
array_id str, none_type ID of array the disk belongs to. A 42 digit hexadecimal number. `Filter, Sort` [optional]
array_name str, none_type Name of array the disk belongs to. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. `Filter, Sort` [optional]
device_type str, none_type Type of disk (HDD, SSD, N/A). Disk type. Possible values: 'hdd', 'ssd'. `Filter, Sort` [optional]
id str, none_type Identifier of disk. A 42 digit hexadecimal number. `Filter` [optional]
model str, none_type Disk model name. `Filter, Sort` [optional]
serial str, none_type Disk serial number(N/A if empty). `Filter, Sort` [optional]
shelf_id str, none_type Identifies the physical shelf the disk belongs to. A 42 digit hexadecimal number. `Filter, Sort` [optional]
shelf_serial str, none_type Serial number of the shelf the disk is attached to. `Filter, Sort` [optional]
state str, none_type Disk hardware state. Disk state. Possible values: 'valid', 'in use', 'failed', absent', 'removed', 'void', 't_fail', 'foreign'. `Filter, Sort` [optional]
associated_links AssociatedLinks [optional]
bank int, none_type Disk bank number. [optional]
block_type str, none_type Native block type of the disk. Possible values: 'block_512e', 'block_4Kn', 'block_none', 'block_512n'. [optional]
console_uri str, none_type consoleUri for detailed storage object [optional]
customer_id str, none_type customerId [optional]
disk_internal_stat1 str, none_type Internal disk statistic 1. [optional]
firmware_version str, none_type Firmware version on the disk. [optional]
generation int, none_type generation [optional]
hba int, none_type HBA ID the disk is connected to. [optional]
is_dfc bool, none_type Is disk part of dual flash carrier. [optional]
path str, none_type Disk SCSI device path. [optional]
port int, none_type HBA port number the disk is connected to. [optional]
raid_id int, none_type Raid ID. [optional]
raid_resync_average_speed int, none_type Average RAID rebuild speed (bytes/sec). [optional]
raid_resync_current_speed int, none_type Current RAID rebuild speed (bytes/sec). [optional]
raid_resync_percent int, none_type Percentage RAID rebuild completed on this disk. [optional]
raid_state str, none_type RAID status for the disk (N/A, okay, resynchronizing, spare, faulty). Disk RAID state. Possible values: 'N/A', 'okay', 'resynchronizing', 'spare', 'faulty'. [optional]
resource_uri str, none_type Link to the object URI [optional]
shelf_location str, none_type Identifies the controller, port, and chain position of the shelf the disk belongs to. [optional]
shelf_location_id int, none_type Identifies the position shelf the disk belongs to, as coded integer. [optional]
size int, none_type Disk size in bytes. [optional]
slot int, none_type Disk slot number. [optional]
smart_attribute_list [NimbleDiskSmartAttributes], none_type S.M.A.R.T. attributes for the disk. List of Smart attributes. [optional]
type str, none_type type [optional]
vendor str, none_type Vendor name of the disk manufacturer. [optional]
vshelf_id int, none_type Identifies the local shelf id the disk belongs to. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]