DesktopPoolInfo
DesktopPoolInfo
Information related to Desktop Pool.
JSON Example
{
"description": "Desktop pool description",
"display_name": "pool",
"enabled": true,
"id": "0103796c-102b-4ed3-953f-3dfe3d23e0fe",
"name": "sales-pool1",
"settings": {
"allow_mutilple_sessions_per_user": false,
"category_folder_name": "dir1",
"cloud_assigned": false,
"cloud_managed": false,
"cs_restriction_tags": [
"CS1_TAG1"
],
"delete_in_progress": false,
"display_protocol_settings": {
"allow_users_to_choose_protocol": true,
"default_display_protocol": "PCOIP",
"display_protocols": [
"PCOIP",
"BLAST",
"RDP"
],
"grid_vgpus_enabled": false,
"html_access_enabled": true,
"max_number_of_monitors": 2,
"max_resolution_of_any_one_monitor": "WUXGA",
"renderer3d": "true",
"session_collaboration_enabled": false,
"vgpu_grid_profile": "instant-profile",
"vram_size_mb": 64
},
"enable_client_restrictions": false,
"session_settings": {
"allow_multiple_sessions_per_user": false,
"allow_users_to_reset_machines": false,
"delete_or_refresh_machine_after_logoff": "NEVER",
"disconnected_session_timeout_minutes": 5,
"disconnected_session_timeout_policy": "NEVER",
"empty_session_timeout_minutes": 5,
"empty_session_timeout_policy": "AFTER",
"logoff_after_timeout": false,
"power_policy": "ALWAYS_POWERED_ON",
"refresh_os_disk_after_logoff": "NEVER",
"refresh_period_days_for_replica_os_disk": 20,
"refresh_threshold_percentage_for_replica_os_disk": 30
},
"session_type": "DESKTOP",
"shortcut_locations": [
"Desktop"
]
},
"source": "INSTANT_CLONE",
"type": "AUTOMATED"
}
string
description
Optional
Description of the Desktop Pool. The maximum length is 1024 characters.
string
display_name
Optional
Display name of the Desktop Pool. The maximum length is 256 characters.
boolean
enabled
Optional
Indicates whether the Desktop Pool is enabled for brokering.
string
id
Optional
Unique ID representing Desktop Pool.
string
name
Optional
Name of the Desktop Pool. The maximum length is 64 characters.
string
source
Optional
Source of the Machines in this Desktop Pool.
- INSTANT_CLONE: The Desktop Pool uses instant clone technology for provisioning the machines. Applicable for AUTOMATED type desktop pools.
- LINKED_CLONE: The Desktop Pool uses linked clone technology for provisioning the machines. Applicable for AUTOMATED type desktop pools.
- RDS: The Desktop Pool is backed by Farm. The Farm used in this Desktop Pool can be of any Source.
- UNMANAGED: The Desktop Pool holds the non-vCenter source machines that includes physical computers, blade PCs and non-vCenter servers. Applicable for MANUAL type desktop pools.
- VIRTUAL_CENTER: The Desktop Pool uses Virtual Center as source for provisioning the machines. Applicable for AUTOMATED and MANUAL type desktop pools.
Possible values are : INSTANT_CLONE, LINKED_CLONE, RDS, UNMANAGED, VIRTUAL_CENTER,
string
type
Optional
Type of the Desktop Pool.
- AUTOMATED: Automated Desktop Pool.
- MANUAL: Manual Desktop Pool.
- RDS: RDS Desktop Pool.
Possible values are : AUTOMATED, MANUAL, RDS,