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

The current data More...

Properties

Configuration Configuration [get, set]
 Gets or sets the current configuration More...
 
string ConfigurationExecutionDir [get, set]
 Gets or sets the configuration execution directory More...
 
MigrationActorConfigurationState ConfigurationState [get, set]
 Gets or sets the current configuration More...
 
string FromConfigurationExecutionDir [get, set]
 Gets or sets the directory to extract migrator code for the initial configuration configuration More...
 
Migration Migration [get, set]
 Gets or sets the current migration More...
 
MigrationActorMigrationState MigrationState [get, set]
 Gets or sets the migration state More...
 
string ToConfigurationExecutionDir [get, set]
 Gets or sets the directory to extract migrator code for the destination configuration configuration More...
 

Detailed Description

The current data

Definition at line 1340 of file MigrationActor.cs.

Property Documentation

◆ Configuration

Configuration KlusterKite.NodeManager.MigrationActor.Data.Configuration
getset

Gets or sets the current configuration

Definition at line 1345 of file MigrationActor.cs.

◆ ConfigurationExecutionDir

string KlusterKite.NodeManager.MigrationActor.Data.ConfigurationExecutionDir
getset

Gets or sets the configuration execution directory

Definition at line 1350 of file MigrationActor.cs.

◆ ConfigurationState

MigrationActorConfigurationState KlusterKite.NodeManager.MigrationActor.Data.ConfigurationState
getset

Gets or sets the current configuration

Definition at line 1355 of file MigrationActor.cs.

◆ FromConfigurationExecutionDir

string KlusterKite.NodeManager.MigrationActor.Data.FromConfigurationExecutionDir
getset

Gets or sets the directory to extract migrator code for the initial configuration configuration

Definition at line 1360 of file MigrationActor.cs.

◆ Migration

Migration KlusterKite.NodeManager.MigrationActor.Data.Migration
getset

Gets or sets the current migration

Definition at line 1365 of file MigrationActor.cs.

◆ MigrationState

MigrationActorMigrationState KlusterKite.NodeManager.MigrationActor.Data.MigrationState
getset

Gets or sets the migration state

Definition at line 1370 of file MigrationActor.cs.

◆ ToConfigurationExecutionDir

string KlusterKite.NodeManager.MigrationActor.Data.ToConfigurationExecutionDir
getset

Gets or sets the directory to extract migrator code for the destination configuration configuration

Definition at line 1375 of file MigrationActor.cs.


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