Class NodesSummary
Provides cumulative information about a group of selected nodes.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class NodesSummary
Constructors
NodesSummary()
Declaration
public NodesSummary()
Properties
EnabledNodes
Gets or sets the number of node instances in enabled state.
Declaration
[DataMember]
public int EnabledNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ErrorInstances
Gets or sets the number of node instances in 'Error' operational state.
Declaration
[DataMember]
public int ErrorInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HostedServiceVersions
Gets or sets the number of distinct virtual service versions that are actively hosting their endpoints on the nodes.
Declaration
[DataMember]
public int HostedServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
IdleInstances
Gets or sets the number of node instances in 'Idle' operational state.
Declaration
[DataMember]
public int IdleInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
NormalInstances
Gets or sets the number of node instances in 'Normal' operational state.
Declaration
[DataMember]
public int NormalInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Schemes
Gets collection of scheme summaries providing information about distribution of the protocols among the node endpoints.
Declaration
[DataMember]
public Collection<SchemeSummary> Schemes { get; }
Property Value
| Type | Description |
|---|---|
| Collection<SchemeSummary> |
TotalNodes
Gets or sets the total number of nodes.
Declaration
[DataMember]
public int TotalNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalServiceVersions
Gets or sets the total number of distinct virtual service versions that have endpoints hosted on the nodes.
Declaration
[DataMember]
public int TotalServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
WarningInstances
Gets or sets the number of node instances in 'Warning' operational state.
Declaration
[DataMember]
public int WarningInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| int |