models_v2.create_or_update_bifrost_connector_request module

class models_v2.create_or_update_bifrost_connector_request.CreateOrUpdateBifrostConnectorRequest(connection_id=None, tenant_id=None, name=None)[source]

Bases: object

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

Specify the params to create or update a Bifrost 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.

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.