KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Launcher.Messages.NodeStartUpConfiguration Class Reference

Set of instructions needed to create new node More...

Properties

string Configuration [get, set]
 Gets or sets top level akka configuration More...
 
string NodeTemplate [get, set]
 Gets or sets node template code name More...
 
int ConfigurationId [get, set]
 Gets or sets the node configuration id More...
 
List< PackageDescriptionPackages [get, set]
 Gets or sets list of packages to install on node More...
 
string PackageSource [get, set]
 Gets or sets NuGet feed url to download packages More...
 
List< string > Seeds [get, set]
 Gets or sets list of akka cluster seeds to configure akka cluster node More...
 

Detailed Description

Set of instructions needed to create new node

Definition at line 17 of file NodeStartUpConfiguration.cs.

Property Documentation

◆ Configuration

string KlusterKite.NodeManager.Launcher.Messages.NodeStartUpConfiguration.Configuration
getset

Gets or sets top level akka configuration

Definition at line 22 of file NodeStartUpConfiguration.cs.

◆ ConfigurationId

int KlusterKite.NodeManager.Launcher.Messages.NodeStartUpConfiguration.ConfigurationId
getset

Gets or sets the node configuration id

Definition at line 32 of file NodeStartUpConfiguration.cs.

◆ NodeTemplate

string KlusterKite.NodeManager.Launcher.Messages.NodeStartUpConfiguration.NodeTemplate
getset

Gets or sets node template code name

Definition at line 27 of file NodeStartUpConfiguration.cs.

◆ Packages

List<PackageDescription> KlusterKite.NodeManager.Launcher.Messages.NodeStartUpConfiguration.Packages
getset

Gets or sets list of packages to install on node

Definition at line 37 of file NodeStartUpConfiguration.cs.

◆ PackageSource

string KlusterKite.NodeManager.Launcher.Messages.NodeStartUpConfiguration.PackageSource
getset

Gets or sets NuGet feed url to download packages

Definition at line 42 of file NodeStartUpConfiguration.cs.

◆ Seeds

List<string> KlusterKite.NodeManager.Launcher.Messages.NodeStartUpConfiguration.Seeds
getset

Gets or sets list of akka cluster seeds to configure akka cluster node

Definition at line 47 of file NodeStartUpConfiguration.cs.


The documentation for this class was generated from the following file: