Node#
- class Node(node_uuid=None, ha_memory_reserved_bytes=None, num_cpu_threads=None, capacity_hz=None, memory_size_bytes=None, *args, **kwargs)#
Bases:
object
- Parameters:
node_uuid – (
node_uuid
)ha_memory_reserved_bytes – (
ha_memory_reserved_bytes
)num_cpu_threads – (
num_cpu_threads
)capacity_hz – (
capacity_hz
)memory_size_bytes – (
memory_size_bytes
)
- property capacity_hz#
- Type:
str
- property ha_memory_reserved_bytes#
- Type:
str
- property memory_size_bytes#
- Type:
str
- property node_uuid#
- Type:
str
- property num_cpu_threads#
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model