models_v2.rigel_cluster_params_1 module

class models_v2.rigel_cluster_params_1.RigelClusterParams1(nodes=None, claim_token=None)[source]

Bases: object

Implementation of the ‘Rigel Cluster Params.1’ model.

Params for Rigel Cluster Creation

Attributes:

nodes (list of RigelClusterNode): TODO: type description here. claim_token (string): Specifies the token which will be used to claim

this Cluster to Helios.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.