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

The MigrationActor state with no active migration More...

Properties

List< MigratorTemplateConfigurationStateStates [get, set]
 Gets or sets the list of template states More...
 
List< ResourceConfigurationStateMigratableResources [get, set]
 Gets or sets the list of resources that can be recovered More...
 

Detailed Description

The MigrationActor state with no active migration

Definition at line 21 of file MigrationActorConfigurationState.cs.

Property Documentation

◆ MigratableResources

List<ResourceConfigurationState> KlusterKite.NodeManager.Client.Messages.Migration.MigrationActorConfigurationState.MigratableResources
getset

Gets or sets the list of resources that can be recovered

Definition at line 33 of file MigrationActorConfigurationState.cs.

◆ States

List<MigratorTemplateConfigurationState> KlusterKite.NodeManager.Client.Messages.Migration.MigrationActorConfigurationState.States
getset

Gets or sets the list of template states

Definition at line 27 of file MigrationActorConfigurationState.cs.


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