cfxdb.mrealm.router_cluster

Classes

RouterCluster

A router cluster is able to run (application) realms, and is hosted on a groups of router workers

Module Contents

class RouterCluster(oid: uuid.UUID | None = None, label: str | None = None, description: str | None = None, tags: List[str] | None = None, name: str | None = None, status: int | None = None, owner_oid: uuid.UUID | None = None, changed: numpy.datetime64 | None = None, _unknown=None)[source]

Bases: cfxdb.mrealm.cluster.Cluster

A router cluster is able to run (application) realms, and is hosted on a groups of router workers kept in sync and meshed via router-to-router links.

__eq__(other)[source]
__ne__(other)[source]
__str__()[source]
marshal()[source]

Marshal this object to a generic host language object.

Returns:

dict

static parse(data)[source]

Parse generic host language object into an object of this class.

Parameters:

data (dict) – Generic host language object

Returns:

instance of ManagementRealm