models_v2.bifrost_connector module

class models_v2.bifrost_connector.BifrostConnector(id=None, name=None, connection_id=None, connection_status=None, cohesity_side_ip=None, tenant_source_side_ip=None, hyx_version=None)[source]

Bases: object

Implementation of the ‘Bifrost Connector.’ model.

Specify a Bifrost 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.

connection_status (ConnectionInfo): Specifies the connection info of a

connector.

cohesity_side_ip (string): Specifies the cohesity side ip of the

connector

tenant_source_side_ip (string): Specifies the tenant source side ip of

the connector

hyx_version (string): Specifies the connector’s software Version

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.