Table of Contents

Class VMwareVirtualVideoCardDevice

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a virtual video card device in a VMware virtual machine.

public class VMwareVirtualVideoCardDevice : VMwareVirtualHardwareDeviceBase, IComparable<VMwareVirtualHardwareDeviceBase>
Inheritance
VMwareVirtualVideoCardDevice
Implements
Inherited Members

Constructors

VMwareVirtualVideoCardDevice()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareVirtualVideoCardDevice class.

public VMwareVirtualVideoCardDevice()

Properties

AdvancedViewOnly

Gets whether this item type is displayed in advanced view only.

public override bool AdvancedViewOnly { get; }

Property Value

bool

DisplayCount

Gets or sets the number of displays for this virtual machine. This applies to vSphere 4.0 and above only.

public int DisplayCount { get; set; }

Property Value

int

Enable3DSupport

Gets or sets whether to enable 3D support for this video card. This applies to vSphere 4.0 and above only.

public BooleanOption Enable3DSupport { get; set; }

Property Value

BooleanOption

UseAutoDetect

Gets or sets whether autodetection should be used for this video card. This applies to vSphere 4.0 and above only.

public BooleanOption UseAutoDetect { get; set; }

Property Value

BooleanOption

VideoRamSize

Gets or sets the video RAM size of the video card in kilobytes.

public long VideoRamSize { get; set; }

Property Value

long

VideoRamSizeString

Gets the video RAM size of the video card as a human readable string.

public string VideoRamSizeString { get; set; }

Property Value

string