Share via


IVMSCSIController interface

The IVMSCSIController interface provides access to a SCSI controller attached to a virtual machine. A SCSI controller can be added and removed from a virtual machine by using IVMVirtualMachine::AddSCSIController and IVMVirtualMachine::RemoveSCSIController. You can also retrieve an IVMSCSIController object from the IVMSCSIControllerCollection object returned from the IVMVirtualMachine::SCSIControllers property.

Members

The IVMSCSIController interface inherits from the IDispatch interface. IVMSCSIController also has these types of members:

Methods

The IVMSCSIController interface has these methods.

Method Description
Configure Configures the SCSI controller to be used on an independent or on a shared bus.

Properties

The IVMSCSIController interface has these properties.

Property Access type Description
_ID
Read-only
The internal ID of this SCSI controller.
IsBusShared
Read-only
Indicates whether the SCSI controller is on a shared SCSI bus.
SCSIID
Read-only
The ID of the controller on a SCSI bus.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h

See also

IDispatch