Table of Contents

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

bool

BusSharing

Gets or sets the SCSI bus sharing type for this SCSI controller.

public VMwareVirtualScsiBusSharingType BusSharing { get; set; }

Property Value

VMwareVirtualScsiBusSharingType

BusSharingString

Gets the SCSI bus sharing type for this SCSI controller.

public string BusSharingString { get; set; }

Property Value

string