Data Object - VirtualSCSIControllerOption(vim.vm.device.VirtualSCSIControllerOption)

Extended by
ParaVirtualSCSIControllerOption, VirtualBusLogicControllerOption, VirtualLsiLogicControllerOption, VirtualLsiLogicSASControllerOption
Extends
VirtualControllerOption
See also
BoolOption, IntOption, VirtualSCSISharing

Data Object Description

The VirtualSCSIControllerOption data object type contains the options for a virtual SCSI controller defined by the VirtualSCSIController data object type.

Properties

Name Type Description
defaultSharedIndexxsd:int

Index into sharing array specifying the default value.
hotAddRemoveBoolOption

All SCSI controllers support hot adding and removing of devices. This support can't be toggled in the current implementation. Therefore, this option is ignored when reconfiguring a SCSI controller and is always set to "true" when reading an existing configuration.
numSCSICdromsIntOption

Three properties (numSCSICdroms.min, numSCSICdroms.max, and numSCSICdroms.defaultValue) define the minimum, maximum, and default number of SCSI VirtualCdrom instances available in the SCSI controller. The number of SCSI VirtualCdrom instances is also limited by the number of available slots in the SCSI controller.
numSCSIDisksIntOption

Three properties (numSCSIDisks.min, numSCSIDisks.max, and numSCSIDisks.defaultValue) define the minimum, maximum, and default number of SCSI VirtualDisk instances available at any given time in the SCSI controller. The number of SCSI VirtualDisk instances is also limited by the number of available slots in the SCSI controller.
numSCSIPassthroughIntOption

Three properties (numSCSIPassthrough.min, numSCSIPassthrough.max, and numSCSIPassthrough.defaultValue) define the minimum, maximum, and default number of VirtualSCSIPassthrough instances available have at any given time in the SCSI controller. The number of VirtualSCSIPassthrough instances is also limited by the number of available slots in the SCSI controller.
scsiCtlrUnitNumberxsd:int

The unit number of the SCSI controller. The SCSI controller sits on its own bus, so that this field defines which slot the controller will use.
sharingVirtualSCSISharing[]

Supported shared bus modes.
Properties inherited from VirtualControllerOption
devices, supportedDevice
Properties inherited from VirtualDeviceOption
autoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type
Properties inherited from DynamicData
None

Show WSDL type definition