Data Object - MachineAliasUpdateSpec
Java Class
com.omnissa.vdi.vlsi.binding.vdi.resources.Machine.MachineAliasUpdateSpec
Parameter to
See also
Since
Horizon 7.13
Data Object Description¶
The specification for updating machine aliases of assigned users.
Data Object Properties¶
Name | Type | Description |
---|---|---|
id | MachineId | Unique identifier of the machine for which machine aliases needs to be updated. MachineIds of this type must originate from the Machine service. |
aliases | MachineAlias[] | Machine aliases of assigned users of the given machine that needs to be updated. If the machine alias for a user needs to be removed, set the alias field to null. |