Class VMwareVirtualScsiControllerBaseDevice
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the base SCSI controller class for a controller in a VMware virtual machine.
public abstract class VMwareVirtualScsiControllerBaseDevice : VMwareVirtualHardwareDeviceBase, IComparable<VMwareVirtualHardwareDeviceBase>
- Inheritance
-
VMwareVirtualScsiControllerBaseDevice
- Implements
- Derived
- Inherited Members
Constructors
VMwareVirtualScsiControllerBaseDevice()
protected VMwareVirtualScsiControllerBaseDevice()
Properties
AdvancedViewOnly
Gets whether this item type is displayed in advanced view only.
public override bool AdvancedViewOnly { get; }
Property Value
BusSharing
Gets or sets the SCSI bus sharing type for this SCSI controller.
public VMwareVirtualScsiBusSharingType BusSharing { get; set; }
Property Value
BusSharingString
Gets the SCSI bus sharing type for this SCSI controller.
public string BusSharingString { get; set; }