FarmDisplayProtocolSettingsCreateSpec

FarmDisplayProtocolSettingsCreateSpec
FarmDisplayProtocolSettingsCreateSpec

Display protocol settings for the farm.

JSON Example
{
    "allow_users_to_choose_protocol": true,
    "default_display_protocol": "PCOIP",
    "grid_vgpus_enabled": true,
    "session_collaboration_enabled": false
}
boolean
allow_users_to_choose_protocol
Optional

Indicates whether the users can choose the protocol. Default value is true.

string
default_display_protocol
Optional

Indicates default server display protocol, when user is not allowed to choose protocol.Farms support PCOIP, RDP and BLAST. 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

Indicates whether RDSH instant clone farm must not support NVIDIA GRID vGPUs. If this is true, the host or cluster associated with the farm must support NVIDIA GRID and vGPU types required by the RDSH desktop pool virtualMachines, VmTemplate, or BaseImageSnapshot. If this is false, RDSH instant clone farm must not support NVIDIA GRID vGPUs. This property is only applicable to instant clone farm. Default value is false.

boolean
session_collaboration_enabled
Optional

Indicates whether session collaboration feature is enabled. Session collaboration allows a user to share their remote session with other users. Default value is false.