models_v2.rigel_connector module¶
-
class
models_v2.rigel_connector.
RigelConnector
(id=None, name=None, connection_id=None, certificate_version=None, connection_status=None)[source]¶ Bases:
object
Implementation of the ‘Rigel Connector.’ model.
Specify a Rigel connector.
- Attributes:
id (long|int): Specifies the id of the connector. name (string): Specifies the name of the connector. connection_id (long|int): Specifies the Id of the connection which
this connector belongs to.
- certificate_version (long|int): Specifies the version of the
connector’s certificate. The version is used to revoke/renew connector’s certificates.
- connection_status (ConnectionInfo): Specifies the connection info of a
connector.
-
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.