ProviderHost Class
NAMESPACE
RASAdminEngine.Core.OutputModels.ProviderSystemInfo
DESCRIPTION
Provider Host
INHERITED FROM
RASSerilazableObj⇒ProviderHost
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
AgentState | Agent state. | ||
Connection | VDI Host Connection. | ||
String | HostID | Host ID. | |
String | IP | IP of the Provider. | |
Boolean | IsMaintenance | Whether the Provider is in maintenance or not. | |
Boolean | IsTemplate | Whether the Provider is a template or not. | |
LogLevel | RAS Log Level for this Provider. | ||
String | Name | Provider name. | |
UInt32 | ProviderID | Provider ID. | |
String | Server | FQDN or IP address of the RAS Server. | |
String | ServiceStartTime | Service start time. | |
Session | VDI user session. | ||
State | VDI Host State. | ||
String | SystemBootTime | System boot time. | |
UInt32 | TemplateID | Template ID. | |
String | TemplateName | Template Name. | |
TemplateType | Template Type. | ||
UInt32 | UnhandledExceptions | Number of unhandled exceptions. | |
String | User | Provider user name. |
PUBLIC METHODS
Type | Name | Description | |
---|---|---|---|
Int32 | CompareTo (Object obj) | Inherited from RASSerilazableObj | |
Boolean | Equals (Object obj) | Inherited from RASSerilazableObj | |
Int32 | GetHashCode () | Inherited from RASSerilazableObj | |
Type | GetType () | ||
String | ToString () |
Last updated