RackableUnitNode#

class RackableUnitNode(uuid=None, svm_id=None, position=None, *args, **kwargs)[source]#

Bases: object

Node information registered to this rackable unit

Parameters:
  • uuid – (uuid) UUID of the host

  • svm_id – (svm_id) Controller VM Id

  • position – (position) Position of a node in a rackable unit

property position#

Position of a node in a rackable unit

Type:

int

property svm_id#

Controller VM Id

Type:

int

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property uuid#

UUID of the host

Type:

str