Data Object - MachineStateView
Java Class
com.omnissa.vdi.vlsi.binding.vdi.resources.Machine.MachineStateView
See also
Since
Horizon 7.7
Data Object Description¶
This View includes baseState, powerState, dnsName and IP address of this Machine.
Queryable Data Object¶
This data object is queryable using QueryService.
Can filter on the all MachineStateView attributes.
Query Privileges
Privilege | Description |
---|---|
MACHINE_VIEW | is required to query MachineStateView. |
Data Object Properties¶
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | MachineId | The id of the Machine. 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
desktop | DesktopId | The desktop id of the Machine. 1 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
basicState | 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:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
machinePowerState | xsd:string | PowerState of the machine. 1 2 * This property will be one of:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ipV4 | xsd:string | IPV4 address of the machine. 1 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ipV6 | xsd:string | IPV6 address of the machine. 1 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
dnsName | xsd:string | DNS name of the machine. 1 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
agentId | xsd:string | agent Identity of the machine. 1 2 |