Class NodeInstanceState
Provides information about the current node instance state and configuration.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class NodeInstanceState
Constructors
NodeInstanceState()
Declaration
public NodeInstanceState()
Properties
Information
Gets or sets the node instance installation details (host name, OS version, etc).
Declaration
[DataMember(Name = "Info")]
public string Information { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Instance
Gets or sets the unique node instance name.
Declaration
[DataMember]
public string Instance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MachineName
Gets or sets the NetBIOS name of the hosting computer.
Declaration
[DataMember(Name = "Machine")]
public string MachineName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NodeKey
Gets or sets the node key.
Declaration
[DataMember]
public Guid NodeKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
RuntimeVersion
Gets or sets the "Sentinet" version number installed on the hosting computer.
Declaration
[DataMember(Name = "Version")]
public string RuntimeVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Gets or sets the current status of the node.
Declaration
[DataMember]
public OperationalStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| OperationalStatus |