ImportedVDI Table

The ImportedVDI table stores the list of VDI devices, their master VM template and the VDI group the VDI device resides under.

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 ImportedVDI table

Database Column

Details

ComplianceConnectionID

Type: integer

The identifier of a data source connection in the ComplianceConnection table.

ComputerName

Type: text (max 64 characters). Nullable

The computer name of the VDI.

Domain

Type: text (max 100 characters). Nullable

The domain name of the VDI device.

VDIGroupName

Type: text (max 100 characters). Key. Nullable

The VDI group the VDI device belongs to.

TemplateName

Type: text (max 256 characters). Key. Nullable

The VDI template the VDI is cloned from.

SiteName

Type: text (max 256 characters). Key. Nullable

The site name of the VDI.

BrokerType

Type: text (max 64 characters). Key. Nullable

The broker type of the VDI device.

IsPersistent

Type: boolean. Key. Nullable

Determine whether the VDI device is a persistent VDI device.

VDIGroupUUID

Type: unique identifier. Nullable

The group UUID the VDI device belongs to.

ApplicationDeliveryOnly

Type: boolean. Nullable

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

AllowAnyForDeliveryGroup

Type: boolean

Determines whether ‘Allow any authenticated users to use the delivery group’ is set or not.

AllowAnyForEntitlement

Type: boolean

Determines whether ‘Allow everyone with access to the delivery group to use a desktop’ is set at Desktop level or not.