Virtual Disk Response
data class VirtualDiskResponse(val controllerKey: Int? = null, val deviceKey: Int? = null, val deviceName: String? = null, val diskMode: String? = null, val diskObjectId: String, val diskSizeGB: Int? = null, val diskType: String? = null, val label: String, val name: String? = null, val unitNumber: Int? = null)
Virtual disk model
Constructors
Properties
Link copied to clipboard
Gets or sets the controller id.
Link copied to clipboard
Gets or sets the device name.
Link copied to clipboard
Gets or sets the disk object id.
Link copied to clipboard
Gets or sets the disk total size.
Link copied to clipboard
Gets or sets the unit number of the disk on the controller.