Base type: System.Entity
Summary: A representation of the plugin on a particular agent.
Name | Type | Notes |
---|---|---|
AgentId | System.Int32 | The ID of agent that this plugin is installed on |
PluginId | System.String | A string which indicates the type of this plugin |
Version | System.String | A string which is the version of this plugin |
LastChange | System.DateTime | Timestamp when plugin state changed last time |
Status | System.Int32 | An integer value indicating the status of the plugin |
StatusMessage | System.String | A human readable string description of the current status of the plugin. |
DisplayName | System.String | |
Description | System.String | |
InstanceType | System.Type | |
Uri | System.String | |
InstanceSiteId | System.Int32 | Default='0'. |
Agent | Orion.AgentManagement.Agent | Defined by relationship Orion.AgentManagement.AgentHostsPlugin (System.Hosting) |