models_v2.rigel_cluster_params module¶
-
class
models_v2.rigel_cluster_params.
RigelClusterParams
(nodes=None, claim_token=None)[source]¶ Bases:
object
Implementation of the ‘Rigel Cluster Params.’ model.
Params for Rigel Cluster Creation
- Attributes:
- nodes (list of RigelClusterNode): Specifies the Nodes present in this
Cluster.
- claim_token (string): Specifies the token which is 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.