Skip to content

Data Object - RDSServerSessionSettings

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.RDSServer.RDSServerSessionSettings

Property of

FarmHealthRDSServerHealthInfo, RDSServerSettings

Since

Horizon View 6.0

Data Object Description

RDS Server session settings

Data Object Properties

Name Type Description
maxSessionsType xsd:string RDSServer max sessions type. If RDS Server is part of automated farm, this value is inherited from farm configuration. 4
* This property will be one of:
ValueDescription
UNLIMITEDRDSServer has unlimited number of sessions
LIMITEDRDSServer has a limited number of sessions
UNCONFIGUREDThe max number of sessions has not yet been defined for the RDSServer
maxSessionsSetByAdmin xsd:int Maximum number of sessions on an RDS server as set by the admin. 1 2 3

  1. This property need not be set. 

  2. This property has a minimum value of 1. 

  3. This property is required if maxSessionsType is set to 'LIMITED'. 

  4. This property has a default value of "UNCONFIGURED".