Skip to content

Data Object - PersistentDiskMachineAttachmentDetails

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.PersistentDiskQueryService.PersistentDiskMachineAttachmentDetails

See also

MachineId

Since

Horizon 7.8

Data Object Description

Deprecated.This is being deprecated since View Composer will no longer be supported from Horizon version 2012 onwards.

deprecated This is being deprecated since View Composer will no longer be supported from Horizon version 2012 onwards.

Data Object Properties

Name Type Description
machineId MachineId The id of the Machine. 2
machineName xsd:string The name of the machine 2
desktopName xsd:string The name of the desktop that the machine belongs to. 2
userName xsd:string Name of the user assigned to the machine 2
machineBasicState xsd:string The basic state of the Machine. For a Virtual Machine based Machine, the complete state is determined by basicState, isMissingInVCenter, operationState and isInHoldCustomization. In the Admin UI, the last three states are shown in brackets in the Machine State. 2
* This property will be one of:
ValueDescription
PROVISIONINGThe virtual machine is being provisioned
PROVISIONING_ERRORAn error occurred during provisioning.
WAIT_FOR_AGENTView Connection Server is waiting to establish communication with View Agent for one of these cases - a virtual machine in a manual desktop, unmanaged machine or terminal server.
CUSTOMIZINGThe virtual machine in automated/provisioned desktop is being customized
DELETINGThe virtual machine is marked for deletion. View Manager will delete the virtual machine soon.
MAINTENANCEThe virtual machine is in maintenance mode. Users cannot log in or use the virtual machine
ERRORAn unknown error occurred in the virtual machine.
PROVISIONEDThe virtual machine is powered off or suspended.
AGENT_UNREACHABLEView Connection Server cannot establish communication with View Agent on a virtual machine
UNASSIGNED_USER_CONNECTEDA user other than the assigned user is logged in to a virtual machine in a dedicated desktop
CONNECTEDThe virtual machine is in an active session and has an active remote connection to a View client
UNASSIGNED_USER_DISCONNECTEDA user other than the assigned user is logged in and disconnected from a virtual machine in a dedicated desktop.
DISCONNECTEDThe virtual machine is in an active session, but it is disconnected from the View client
AGENT_ERR_STARTUP_IN_PROGRESSView Agent has started on the virtual machine, but other required services such as the display protocol are still starting
AGENT_ERR_DISABLEDView Agent is disabled
AGENT_ERR_INVALID_IPView Agent has invalid IP
AGENT_ERR_NEED_REBOOTView Agent needs reboot.
AGENT_ERR_PROTOCOL_FAILUREProtocol such as RDP or PCoIP is not enabled.
AGENT_ERR_DOMAIN_FAILUREView Agent has invalid domain.
AGENT_CONFIG_ERRORThe Remote Desktop Services role is not enabled.
AGENT_DRAIN_MODERDS host is configured for drain mode
AGENT_DRAIN_UNTIL_RESTARTRDS host is configured for drain until restart mode
ALREADY_USEDThe virtual machine is configured to have only one session which is currently in progress and cannot accept new sessions
AVAILABLEThe virtual machine is powered on and ready for an active connection.
IN_PROGRESSThere is a virtual machine operation in-progress.
DISABLEDThe machine is disabled
DISABLE_IN_PROGRESSDisabled server still has some view brokered sessions. It can still accept re-connections
VALIDATINGThe connection server is synchronizing state information with the agent.
BLOCKED_AGENT_VERSIONThe agent version is blocked from establishing sessions.
UNKNOWNCould not determine the state of the virtual machine.
compatible xsd:boolean True if the machine can be attached to PersistentDisk. If the value is false, incompatible reasons are available at incompatibleReasons 2
incompatibleReasons xsd:string[] Incompatible reasons for attach machine to the persistent disk. 1 2
* This property will be one of:
ValueDescription
NON_VSPHERE_DESKTOPvSphere mode of Disk is not compatible with Desktop.
MACHINE_WITH_VSAN_ENABLEDMachine with vSAN enabled can not be attached to disk without vSAN enabled.
MACHINE_WITH_VSAN_DISABLEDMachine without vSAN enabled can not be attached to disk with vSAN enabled.
MACHINE_NOT_MANAGED_BY_DISK_VCMachine and disk are not in same vCenter.
DISK_DATASTORE_NOT_ACCESSIBLE_TO_THE_MACHINEDatastore of the disk should be accessible by machine.
INSUFFICIENT_PERMISSION_TO_MANAGE_DESKTOPInsufficient permission to manage the desktop.

  1. This property need not be set. 

  2. This property cannot be updated.