Device Class |
Namespace: VMInfoFace.Data
The Device type exposes the following members.
Name | Description | |
---|---|---|
![]() | Device |
Initializes a new instance of the Device class.
Constructor without parameter
|
![]() | Device(Int32, String, String) |
Initializes a new instance of the Device class.
Constructor with parameter
|
Name | Description | |
---|---|---|
![]() | Capacity |
Hard disk capacity in MB
|
![]() | IsHardDisk |
Is this device a type of hard disk
|
![]() | Key |
Device key number example 2000
|
![]() | Label |
Device label example "Hard disk 1"
|
![]() | Summary |
Device summary example as hard disk is this content: 167,772,160 KB
|
config.hardware.device[12].key: 2000 config.hardware.device[12].deviceInfo: Vim25Api.Description config.hardware.device[12].deviceInfo.label: Hard disk 1 config.hardware.device[12].deviceInfo.summary: 73,400,320 KB config.hardware.device[13].key: 2001 config.hardware.device[13].deviceInfo: Vim25Api.Description config.hardware.device[13].deviceInfo.label: Hard disk 2 config.hardware.device[13].deviceInfo.summary: 167,772,160 KB