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

The request to migrate specific resource More...

Properties

int Id [get, set]
 Gets or sets the request id More...
 
string TemplateCode [get, set]
 Gets or sets the code of MigratorTemplate.Code More...
 
string MigratorTypeName [get, set]
 Gets or sets the type name of IMigrator More...
 
string ResourceCode [get, set]
 Gets or sets the migrating resource code from ResourceId.Code More...
 
EnMigrationSide Target [get, set]
 Gets or sets a target migration point More...
 

Detailed Description

The request to migrate specific resource

Definition at line 23 of file ResourceUpgrade.cs.

Property Documentation

◆ Id

int KlusterKite.NodeManager.Client.Messages.Migration.ResourceUpgrade.Id
getset

Gets or sets the request id

Made to fulfill GraphQL id presence requirement

Definition at line 33 of file ResourceUpgrade.cs.

◆ MigratorTypeName

string KlusterKite.NodeManager.Client.Messages.Migration.ResourceUpgrade.MigratorTypeName
getset

Gets or sets the type name of IMigrator

Definition at line 45 of file ResourceUpgrade.cs.

◆ ResourceCode

string KlusterKite.NodeManager.Client.Messages.Migration.ResourceUpgrade.ResourceCode
getset

Gets or sets the migrating resource code from ResourceId.Code

Definition at line 51 of file ResourceUpgrade.cs.

◆ Target

EnMigrationSide KlusterKite.NodeManager.Client.Messages.Migration.ResourceUpgrade.Target
getset

Gets or sets a target migration point

Definition at line 57 of file ResourceUpgrade.cs.

◆ TemplateCode

string KlusterKite.NodeManager.Client.Messages.Migration.ResourceUpgrade.TemplateCode
getset

Gets or sets the code of MigratorTemplate.Code

Definition at line 39 of file ResourceUpgrade.cs.


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