Inventory Object: VDI

FlexNet Manager Suite 2020 R1 (On-Premises)

VDI objects are uploaded to the ImportedVDI table in the operations (inventory) database. Multiple imports will merge updated data with existing records, and add new records as applicable.

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

Attributes are listed here in alphabetical order.

Property Attributes Notes
ApplicationDelivery Only Boolean (0 or 1). May be null.

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

BrokerType Alpha-numeric text (maximum 64 characters). Mandatory. Database key.

The broker type of the VDI device.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
ComputerName Alpha-numeric text (maximum 64 characters). May be null.

The computer name of the VDI.

Domain Alpha-numeric text (maximum 100 characters). May be null.

The domain name of the VDI device.

ExternalDeviceID Unsigned integer (bigint). May be null.

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

IsPersistent Boolean (0 or 1). May be null.

Determine whether the VDI device is a persistent VDI device.

SiteName Alpha-numeric text (maximum 256 characters). Mandatory. Database key.

The site name of the VDI.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
TemplateName Alpha-numeric text (maximum 100 characters). Mandatory. Database key.

The VDI template the VDI is cloned from.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
VDIGroupName Alpha-numeric text (maximum 100 characters). Mandatory. Database key.

The VDI group the VDI device belongs to.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
VDIGroupUUID A universally unique identifier. May be null.

The group UUID the VDI device belongs to.

FlexNet Manager Suite (On-Premises)

2020 R1