VDI Table

VDI is the list of VDI devices

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for VDI table

Database Column

Details

VDIID

Type: integer. Key. Generated ID

A unique identifier for a VDI device.

ComputerName

Type: text (max 256 characters). Key

The computer name of the VDI.

ComplianceDomainID

Type: integer. Key. Nullable

The domain the VDI is a member of. Foreign key to the ComplianceDomain table.

VDIGroupID

Type: integer. Key

The VDI group the VDI device belongs to. Foreign key to the VDIGroup table.

VDITemplateID

Type: integer. Key

The master VM template of the VDI. Foreign key to the VDITemplate table.

RetiredDate

Type: datetime. Key. Nullable

The date the VDI device was deleted.

ApplicationDeliveryOnly

Type: boolean. Key

Determines whether the VDI device is used only to server applications.