VirtualSCSIControllerResponse

data class VirtualSCSIControllerResponse(val busNumber: Int? = null, val controllerKey: Int? = null, val scsiCtlrUnitNumber: Int? = null, val sharing: String? = null, val type: String? = null)

This data object type contains the properties of a SCSI controller device attached to a virtual machine that is reported by the controller.

Constructors

Link copied to clipboard
constructor(busNumber: Int? = null, controllerKey: Int? = null, scsiCtlrUnitNumber: Int? = null, sharing: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val busNumber: Int? = null

Gets or sets the bus number of the controller.

Link copied to clipboard
val controllerKey: Int? = null

Gets or sets the key of the controller.

Link copied to clipboard
val scsiCtlrUnitNumber: Int? = null

Gets or sets the SCSI controller unit number.

Link copied to clipboard
val sharing: String? = null

Gets or sets the sharing mode.

Link copied to clipboard
val type: String? = null

Gets or sets the controller type.