Data Object - RDSServerStateView
Java Class
com.omnissa.vdi.vlsi.binding.vdi.resources.RDSServer.RDSServerStateView
See also
Since
Horizon 7.7
Data Object Description¶
This View includes status, powerState, dnsName and IP address of this RDS Server.
Queryable Data Object¶
This data object is queryable using QueryService.
Can filter on all RDSServerStateView attributes.
Query Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | is required to query RDSServers that are not in-use. It is sufficient to get all RDSServers that may or may not be associated with a Farm. |
POOL_VIEW | is required to query RDSServers that are associated with a Farm. All in-use RDSServers can be queried with POOL_VIEW on the Root access group. With POOL_VIEW privilege on a non-Root Farm access group, only the RDSServers associated with the Farm can be queried. |
Data Object Properties¶
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | RDSServerId | The id of the RDSServer. 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
farm | FarmId | The farm id of the RDSServer. 1 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
desktop | DesktopId | The desktop id of the RDSServer. 1 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | xsd:string | The status of the RDSServer. 1 2 * This property will be one of:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
machinePowerState | xsd:string | PowerState of the RDSServer. 1 2 * This property will be one of:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ipV4 | xsd:string | IPV4 address of the RDSServer. 1 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ipV6 | xsd:string | IPV6 address of the RDSServer. 1 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
dnsName | xsd:string | DNS name of the RDSServer. 1 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
agentId | xsd:string | ViewAgent Identity of the RDSServer. 1 2 |