FarmDisplayProtocolSettings

FarmDisplayProtocolSettings
FarmDisplayProtocolSettings

Display protocol settings for the Farm.

JSON Example
{
    "allow_display_protocol_override": true,
    "default_display_protocol": "PCOIP",
    "grid_vgpus_enabled": false,
    "html_access_enabled": true,
    "session_collaboration_enabled": false,
    "vgpu_grid_profile": "instant-profile"
}
boolean
allow_display_protocol_override
Optional

Indicates whether the display protocol settings could be overridden.If set to false, then default_display_protocol is used.Default value is true.

string
default_display_protocol
Optional

The default server display protocol. Default value is PCOIP.

  • BLAST: BLAST protocol.
  • PCOIP: PCoIP protocol.
  • RDP: Microsoft Remote Desktop Protocol.
Possible values are : BLAST, PCOIP, RDP,
boolean
grid_vgpus_enabled
Optional

If this is true, the host or cluster associated with the farm must support NVIDIA GRID andvGPU types required by the RDSH desktop virtualMachines, VmTemplate, or BaseImageSnapshot.If this is false, RDSH instant clone farm must not support NVIDIA GRID vGPUs.Default value is false.

boolean
html_access_enabled
Optional

This property is no longer in use for Horizon Components. It is always set to true. HTML Access, enabled by VMware Blast technology, allows users to connect to Horizon machines from Web browsers. Horizon Client software does not have to be installed on the client devices. To enable HTML Access, you must install the HTML Machine Access feature pack.

boolean
session_collaboration_enabled
Optional

Enable session collaboration feature. Session collaborationallows a user to share their remote session with other users.BLAST must be configured as a supported protocol in supported_display_protocols.Default value is false.

string
vgpu_grid_profile
Optional

NVIDIA GRID vGPUs might have multiple profiles and any one of the available profiles can beapplied to newly created instant clone RDSH server. The profile specified in this field will beused in the newly created instant clone RDSH server. Will be set if enable_grid_vgpus set to true.

Property Of