DiscoveredDeviceVDIInfo Table
Records any VDI information discovered for a DiscoveredDevice
.
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.
Database Column |
Details |
---|---|
DeviceID
|
Type: integer. Key Device identity number. |
VDIGroupName
|
Type: text (max 256 characters). Nullable The Desktop Group to which this VDI belongs. |
VDITemplateName
|
Type: text (max 256 characters). Nullable The template from which this VDI device was cloned. |
VDISiteName
|
Type: text (max 256 characters). Key. Nullable The site to which this VDI belongs. |
BrokerType
|
Type: text (max 256 characters). Key. Nullable The type of broker that serves up this VDI. |
BrokerMachineName
|
Type: text (max 64 characters). Nullable NetBIOS name for the VDI broker. |
BrokerDomainName
|
Type: text (max 256 characters). Nullable NT domain name of the broker. |
BrokerIPAddress
|
Type: text (max 256 characters). Nullable The IP of the broker. |
IsPersistent
|
Type: boolean Whether or not the VDI device is a persistent one. |