NodeParam#

class NodeParam(block_list=None, node_list=None, compute_node_list=None, hypervisor_isos=None, hyperv_sku=None, bundle_info=None, skip_host_networking=None, *args, **kwargs)[source]#

Bases: object

Parameters of the node to be added

Parameters:
property block_list#

Block list of a cluster

Type:

list[ BlockItem ]

property bundle_info#
Type:

BundleInfo

property compute_node_list#

List of compute only nodes

Type:

list[ ComputeNodeItem ]

property hyperv_sku#

Hyperv SKU

Type:

str

property hypervisor_isos#

Hypervisor type to md5sum map

Type:

list[ HypervisorIsoMap ]

property node_list#

List of nodes in a cluster

Type:

list[ NodeItem ]

property skip_host_networking#

Indicates if the host networking needs to be skipped or not

Type:

bool

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model