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