ImportedVDI Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The ImportedVDIUser 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.

ExternalDeviceID

Type: big integer. Nullable

The identifier used in the source connection for the VDI device.

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 100 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.

FlexNet Manager Suite (On-Premises)

2020 R1