cfxdb.mrealm.cluster

Attributes

Classes

Cluster

CFC Cluster database configuration object.

Module Contents

class Cluster(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.common.ConfigurationElement

CFC Cluster database configuration object.

__eq__(other)[source]
__ne__(other)[source]
__str__()[source]
changed = None[source]
marshal()[source]

Marshal this object to a generic host language object.

Returns:

dict

name = None[source]
owner_oid = None[source]
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

status = None[source]
STATUS_BY_CODE[source]
STATUS_BY_NAME[source]
STATUS_DEGRADED = 7[source]
STATUS_ERROR = 6[source]
STATUS_PAUSED = 4[source]
STATUS_RUNNING = 3[source]
STATUS_STARTING = 2[source]
STATUS_STOPPED = 1[source]
STATUS_STOPPING = 5[source]