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

The address of fixed cluster seed for new node configuration More...

Inheritance diagram for KlusterKite.NodeManager.Client.ORM.SeedAddress:
KlusterKite.Data.CRUD.IObjectWithId< int >

Properties

string Address [get, set]
 Gets or sets seed address in format of akka url More...
 
int Id [get, set]
 Gets or sets unique address identification number More...
 

Additional Inherited Members

- Public Member Functions inherited from KlusterKite.Data.CRUD.IObjectWithId< int >
TId GetId ()
 Gets the object id More...
 

Detailed Description

The address of fixed cluster seed for new node configuration

Definition at line 24 of file SeedAddress.cs.

Property Documentation

◆ Address

string KlusterKite.NodeManager.Client.ORM.SeedAddress.Address
getset

Gets or sets seed address in format of akka url

Definition at line 30 of file SeedAddress.cs.

◆ Id

int KlusterKite.NodeManager.Client.ORM.SeedAddress.Id
getset

Gets or sets unique address identification number

Definition at line 38 of file SeedAddress.cs.


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