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

The migrator template state according to the migration More...

Static Public Member Functions

static MigratorTemplateMigrationState CreateFrom (MigratorTemplateConfigurationState state, EnMigratorPosition position)
 Creates MigratorTemplateMigrationState from MigratorTemplateConfigurationState More...
 

Properties

string Code [get, set]
 Gets or sets the template code More...
 
MigratorTemplate SourceTemplate [get, set]
 Gets or sets the migrator template from source configuration More...
 
MigratorTemplate DestinationTemplate [get, set]
 Gets or sets the migrator template from destination configuration More...
 
EnMigratorPosition Position [get, set]
 Gets or sets the current migrator position More...
 
List< MigratorMigrationStateMigrators [get, set]
 Gets or sets the list of states of migrators More...
 

Detailed Description

The migrator template state according to the migration

Definition at line 23 of file MigratorTemplateMigrationState.cs.

Member Function Documentation

◆ CreateFrom()

static MigratorTemplateMigrationState KlusterKite.NodeManager.Client.MigrationStates.MigratorTemplateMigrationState.CreateFrom ( MigratorTemplateConfigurationState  state,
EnMigratorPosition  position 
)
static

Creates MigratorTemplateMigrationState from MigratorTemplateConfigurationState

Parameters
stateThe state of template
positionThe template position
Returns
The new MigratorTemplateMigrationState

Definition at line 61 of file MigratorTemplateMigrationState.cs.

Property Documentation

◆ Code

string KlusterKite.NodeManager.Client.MigrationStates.MigratorTemplateMigrationState.Code
getset

Gets or sets the template code

Definition at line 29 of file MigratorTemplateMigrationState.cs.

◆ DestinationTemplate

MigratorTemplate KlusterKite.NodeManager.Client.MigrationStates.MigratorTemplateMigrationState.DestinationTemplate
getset

Gets or sets the migrator template from destination configuration

Definition at line 41 of file MigratorTemplateMigrationState.cs.

◆ Migrators

List<MigratorMigrationState> KlusterKite.NodeManager.Client.MigrationStates.MigratorTemplateMigrationState.Migrators
getset

Gets or sets the list of states of migrators

Definition at line 53 of file MigratorTemplateMigrationState.cs.

◆ Position

EnMigratorPosition KlusterKite.NodeManager.Client.MigrationStates.MigratorTemplateMigrationState.Position
getset

Gets or sets the current migrator position

Definition at line 47 of file MigratorTemplateMigrationState.cs.

◆ SourceTemplate

MigratorTemplate KlusterKite.NodeManager.Client.MigrationStates.MigratorTemplateMigrationState.SourceTemplate
getset

Gets or sets the migrator template from source configuration

Definition at line 35 of file MigratorTemplateMigrationState.cs.


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