|
Oracle Virtual Desktop Infrastructure Java API Reference Release 3.3 E24174-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.sun.vda.client.ws.api.DesktopInfo
public class DesktopInfo
Represents a VDI desktop and various properties associated with it such as id, name, pool, RDP address.
Field Summary | |
---|---|
java.lang.String |
address RDP endpoint address at which the desktop can be contacted |
java.lang.String |
desktopId Desktop ID or null if this object represents a pool assignment |
java.lang.String |
desktopName Desktop name or null if this represents a pool assignment |
java.lang.String |
desktopType Type of desktop provider the desktop belongs to. |
java.util.List<Property> |
optionalProperties List of optional desktop or pool properties. |
java.lang.String |
poolName Name assignment or desktop's pool |
Constructor Summary | |
---|---|
DesktopInfo() |
|
DesktopInfo(java.lang.String id, java.lang.String name, java.lang.String type, java.lang.String pool, java.lang.String desktopAddress, java.util.List<Property> optionals) Desktop assignment |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String desktopId
public java.lang.String desktopName
public java.lang.String desktopType
Valid values are:
vb
- VirtualBoxvc
- VMware vCenterhv
- Microsoft Hyper-Vts
- Microsoft Terminal Servicespc
- Generic PCkiosk
- Kiosk Session Providerpublic java.lang.String poolName
public java.lang.String address
public java.util.List<Property> optionalProperties
The List of possible properties are:
vda.subject
- Subject or username for RDPvda.credential
- Credential of specified subject for RDPvda.display.options
- RDP display optionsvda.monitor.count
- Desktop monitor countvda.enabled
- Pool or desktop enabled statevda.assignment.type
- Token or User assignmentvda.guest.pool
- Is guest poolsrs.card.removed.action.timeout
- Timeout in seconds before card removed action is executedConstructor Detail |
---|
public DesktopInfo()
public DesktopInfo(java.lang.String id, java.lang.String name, java.lang.String type, java.lang.String pool, java.lang.String desktopAddress, java.util.List<Property> optionals)
|
Oracle Virtual Desktop Infrastructure Java API Reference Release 3.3 E24174-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |