RDSHostSysInfo Class
NAMESPACE
RASAdminEngine.Core.OutputModels
DESCRIPTION
RDS System Information
INHERITED FROM
RASSerilazableObj⇒RASAgentInfo⇒RDSHostSysInfo
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
UInt32 | ActiveConnections | Number of active connections. | |
UInt32 | ActiveSessions | Number of active sessions. | |
AgentState | Inherited from RASAgentInfo | ||
String | AgentVer | ||
List<AppPackageStatus> | AppPackageStatuses | The Application Packages statuses. | |
UInt32 | CPULoad | ||
UInt32 | DisconnectedSessions | Number of disconnected sessions. | |
UInt32 | DiskRead | ||
UInt32 | DiskWrite | ||
Boolean | Enabled | ||
String | Id | Inherited from RASAgentInfo | |
String | IP | The IP the agent is using. | |
LoginStatus | The Session login status | ||
LogLevel | |||
String | MachineId | ||
UInt32 | MemLoad | ||
PendingSchedule | Pending schedule that can be canceled. | ||
String | PreferredBroker | Specifies the preferred Connection Broker. | |
String | Server | ||
String | ServerOS | ||
ServerType | Inherited from RASAgentInfo | ||
String | ServiceStartTime | ||
UInt32 | SiteId | Inherited from RASAgentInfo | |
String | SystemBootTime | ||
UInt32 | UnhandledExceptions | ||
UPDStatus | The Session UPD status |
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