mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-40: Define RD gateway and load balancing parameters for RDP.
This commit is contained in:
		| @@ -49,6 +49,32 @@ | ||||
|             ] | ||||
|         }, | ||||
|  | ||||
|         { | ||||
|             "name"  : "gateway", | ||||
|             "fields" : [ | ||||
|                 { | ||||
|                     "name"  : "gateway-hostname", | ||||
|                     "type"  : "TEXT" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "gateway-port", | ||||
|                     "type"  : "NUMERIC" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "gateway-username", | ||||
|                     "type"  : "USERNAME" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "gateway-password", | ||||
|                     "type"  : "PASSWORD" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "gateway-domain", | ||||
|                     "type"  : "TEXT" | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|  | ||||
|         { | ||||
|             "name"  : "basic-parameters", | ||||
|             "fields" : [ | ||||
| @@ -228,6 +254,16 @@ | ||||
|             ] | ||||
|         }, | ||||
|  | ||||
|         { | ||||
|             "name"  : "load-balancing", | ||||
|             "fields" : [ | ||||
|                 { | ||||
|                     "name"  : "load-balance-info", | ||||
|                     "type"  : "TEXT" | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|  | ||||
|         { | ||||
|             "name" : "recording", | ||||
|             "fields" : [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user