models_v2.response_of_claiming_a_cluster_to_helios module¶
-
class
models_v2.response_of_claiming_a_cluster_to_helios.
ResponseOfClaimingAClusterToHelios
(cluster_id=None, cluster_incarnation_id=None, cluster_name=None, sf_account_id=None, cluster_certificate=None, cluster_private_key=None, passphrase=None, cluster_ca_chain=None, helios_certificate=None)[source]¶ Bases:
object
Implementation of the ‘Response of claiming a cluster to Helios.’ model.
Specifies the response of claiming a cluster 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. sf_account_id (string): Specifies the Salesforce account id used to
claim the cluster.
cluster_certificate (string): Specifies the Cluster certificate. cluster_private_key (string): Specifies the Cluster private key. passphrase (string): Specifies the passphrase (if used) to encrypt the
cluster private key.
- cluster_ca_chain (string): Specifies the CA chain that is used to sign
the Cluster certificate.
- helios_certificate (string): Specifies the Helios certificate that can
be used to authenticate api calls made from Helios to cluster.
-
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.