models_v2.request_params_to_claim_cluster_to_helios module¶
-
class
models_v2.request_params_to_claim_cluster_to_helios.
RequestParamsToClaimClusterToHelios
(cluster_id=None, cluster_incarnation_id=None, cluster_name=None, claim_token=None)[source]¶ Bases:
object
Implementation of the ‘Request params to claim cluster to Helios.’ model.
Specifies the request params to claim clusters to Helios.
- Attributes:
cluster_id (long|int): Specifies the cluster id. cluster_incarnation_id (long|int): Specifies the cluster incarnation
id.
cluster_name (string): Specifies the cluster name. claim_token (string): Claim token used for authentication.
-
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.