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

The state of resources of the migrator template More...

Properties

string Code [get, set]
 Gets or sets the template code More...
 
MigratorTemplate Template [get, set]
 Gets or sets the migrator template More...
 
List< MigratorConfigurationStateMigratorsStates [get, set]
 Gets or sets the list of migrator states More...
 

Detailed Description

The state of resources of the migrator template

Definition at line 21 of file MigratorTemplateConfigurationState.cs.

Property Documentation

◆ Code

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

Gets or sets the template code

Definition at line 27 of file MigratorTemplateConfigurationState.cs.

◆ MigratorsStates

List<MigratorConfigurationState> KlusterKite.NodeManager.Client.MigrationStates.MigratorTemplateConfigurationState.MigratorsStates
getset

Gets or sets the list of migrator states

Definition at line 39 of file MigratorTemplateConfigurationState.cs.

◆ Template

MigratorTemplate KlusterKite.NodeManager.Client.MigrationStates.MigratorTemplateConfigurationState.Template
getset

Gets or sets the migrator template

Definition at line 33 of file MigratorTemplateConfigurationState.cs.


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