models_v2.response_of_claiming_a_rigel_to_helios module¶
-
class
models_v2.response_of_claiming_a_rigel_to_helios.
ResponseOfClaimingARigelToHelios
(rigel_guid=None, connection_id=None, tenant_id=None, rigel_type=None, rigel_certificate=None, rigel_private_key=None, rigel_ca_chain=None, tenant_ca_chain=None, helios_certificate=None, dataplane_endpoint=None)[source]¶ Bases:
object
Implementation of the ‘Response of claiming a Rigel to Helios.’ model.
Specifies the response of claiming a Rigel to Helios.
- Attributes:
rigel_guid (long|int): Unique id for rigel instance. connection_id (long|int): Connection id for rigel instance. tenant_id (string): Tenant id associated with the claimed rigel. rigel_type (RigelTypeEnum): Specifies the Rigel type that is being
claimed.
rigel_certificate (string): Specifies the Rigel certificate. rigel_private_key (string): Specifies the Rigel private key. rigel_ca_chain (string): Specifies the CA chain that is used to sign
the Rigel certificate.
tenant_ca_chain (list of string): Specifies the Tenant CA chain. helios_certificate (string): Specifies the Helios certificate that can
be used to authenticate api calls made from Helios to Rigel.
dataplane_endpoint (string): Endpoint for associated data plane.
-
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.