View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - ApplicationExecutionData
- Class
- VMware.Hv.ApplicationExecutionData
- Property of
- ApplicationDiscoveryData, ApplicationInfo, ApplicationSpec
- See also
- ApplicationFileTypeData, ApplicationOtherFileTypeData, DesktopId, FarmId
- Since
- Horizon View 6.0
Data Object Description
Application execution data needed to create/update an Application. Some of this information is obtained from Broker when the Application is discovered.Data Object Properties
Properties
Name | Type | Description |
---|---|---|
executablePath | xsd:string |
Path to Application executable
|
version | xsd:string |
Application version
|
publisher | xsd:string |
Application publisher
|
startFolder | xsd:string |
Starting folder for Application
|
args | xsd:string |
parameters to pass to application when launching
|
farm | FarmId |
Farm Entity ID. It is marked as read-only because, once an
Application is created with a FarmId, it is always associated with
that Farm, and cannot be removed from the Farm, or added to another
Farm. Either this or desktop should be set.
|
desktop | DesktopId |
Desktop Entity ID. It is marked as read-only because, once an
Application is created with a desktopId, it is always associated with
that Desktop, and cannot be removed from the Desktop, or added to another
Desktop. Either this or farm should be set.
Since Horizon 7.9
|
fileTypes | ApplicationFileTypeData[] |
If set, set of file types reported by the application as
supported (if this application is discovered) or as specified by the
administrator (if this application is manually configured). If unset,
this application does not present any file type support.
Since Horizon View 6.1
|
autoUpdateFileTypes | xsd:boolean |
Whether or not the file types supported by this application should be
allowed to automatically update to reflect changes reported by the
agent. Typically this should be set to false if the application has
manually configured supported file types.
Since Horizon View 6.2
|
otherFileTypes | ApplicationOtherFileTypeData[] |
If set, set of different type of file types reported by Application that
can be passed from agent to client via broker or as specified by the
administrator (if this application is manually configured). If unset,
this application does not present any other file type support.
Since Horizon 7.0
|
autoUpdateOtherFileTypes | xsd:boolean |
Whether or not the other file types supported by this application should
be allowed to automatically update to reflect changes reported by the
agent. Typically this should be set to false if the application has
manually configured supported file types.
Since Horizon 7.0
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |