Connection
class flow_api.connection.Connection
(select=None, init=None, by=name, **kwargs
)
Base class: Record
The Connection class represents a connection to a remote system that can be configured for automation by Cloudomation. Different connection types are predefined and their settings can be changed. It can be configured for automation in Cloudomation. Functions from the connection class can be applied on connection objects.
:py:obj:resources.connection.Connection
Parameters
Name | Type | Description |
---|---|---|
select | ||
init | ||
by | ||
**kwargs |
Constants
RESOURCE = connectionMethods
archive ()
clone (update=None, **kwargs)
delete ()
exists ()
get (*fields, default=None)
get_dict (*fields, default=None)
get_identity_created_by ()
get_identity_modified_by ()
load (*fields)
save (update=None, **kwargs)
set (key, value)