models_v2.common_create_or_update_rigel_connector_request module

class models_v2.common_create_or_update_rigel_connector_request.CommonCreateOrUpdateRigelConnectorRequest(connection_id=None, tenant_id=None, name=None, certificate_version=None)[source]

Bases: object

Implementation of the ‘Common Create Or Update Rigel connector Request.’ model.

Specify the common params to create or update a Rigel connector.

Attributes:
connection_id (long|int): Specifies the Id of the connection which

this connector belongs to.

tenant_id (string): Specifies the id of the tenant which the connector

belongs to.

name (string): Specifies the name of the connector. certificate_version (long|int): Specifies the version of the

connector’s certificate. The version is used to revoke/renew connector’s certificates.

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.