Connector
class flow_api.connector.Connector
(select=None, cls=None, init=None, by='name', allow_normal=True, allow_deleted=False, commit=False, analysis_data=<class 'flow_api.system.NotSet'>, bundle_id=<class 'flow_api.system.NotSet'>, bundle_name=<class 'flow_api.system.NotSet'>, commit_message=<class 'flow_api.system.NotSet'>, connector_type=<class 'flow_api.system.NotSet'>, description=<class 'flow_api.system.NotSet'>, is_readonly=<class 'flow_api.system.NotSet'>, last_analysis_at=<class 'flow_api.system.NotSet'>, location_inheritance=<class 'flow_api.system.NotSet'>, name=<class 'flow_api.system.NotSet'>, priority=<class 'flow_api.system.NotSet'>, project_id=<class 'flow_api.system.NotSet'>, project_name=<class 'flow_api.system.NotSet'>, value=<class 'flow_api.system.NotSet'>, debug=False
)
Base class: Resource
Connection information for a system which can be accessed for automation by Cloudomation Engine.
See the corresponding Resources class at Connector
Parameters
Name | Type | Description |
---|---|---|
allow_deleted | bool | |
allow_normal | bool | |
analysis_data | typing.Union[ flow_api.system.NotSet, typing.Any ] | |
bundle_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
bundle_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
by | str | |
cls | typing.Union[ type, NoneType ] | |
commit | bool | |
commit_message | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
connector_type | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
debug | bool | |
description | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
init | typing.Union[ dict, NoneType ] | |
is_readonly | typing.Union[ flow_api.system.NotSet, bool ] | |
last_analysis_at | typing.Union[ flow_api.system.NotSet, datetime.datetime, NoneType ] | |
location_inheritance | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
name | typing.Union[ flow_api.system.NotSet, str ] | |
priority | typing.Union[ flow_api.system.NotSet, int, NoneType ] | |
project_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
project_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
select | typing.Union[ str, NoneType ] | |
value | typing.Union[ flow_api.system.NotSet, typing.Any ] |