pywebui.cluster

Module Contents

Classes

Node

Cluster node object.

ClusterMethods

Encapsulates methods for manage nodes.

class pywebui.cluster.Node

Cluster node object.

boottime

the time when the node was booted (Unix Epoch format).

Type

int

csid

the CSID of the node.

Type

int

hardware

the model name string of the node.

Type

str

ip

the IP address of the node.

Type

str

nodename

the name of the node.

Type

str

online

the state of WebUI server (true - WebUI server started on this node, false - WebUI server isn’t started on this node or isn’t installed, unknown - state of WebUI server unknown).

Type

str

os

the software version number of the OpenVMS operating system running on the node.

Type

str

status

the status of the node in cluster.

Type

str

class pywebui.cluster.ClusterMethods

Encapsulates methods for manage nodes.

get_nodes(self) List[Node]

Returns list of nodes.