Project
class flow_api.project.Project
(select=None, init=None, by=name, **kwargs
)
Base class: Resource
The Project class represents a Project in Cloudomation.
A project can be created with system.project('projectname').save()
inside the handler
function of a flow script using the system
reference.
See the corresponding Resources class at Project
Parameters
Name | Type | Description |
---|---|---|
**kwargs | ||
by | ||
init | ||
select |
Constants
RESOURCE = projectMethods
add_tag
details
archive
details
clone
details
delete
details
exists
details
export
details
get
details
get_dict
details
get_identity_created_by
details
get_identity_modified_by
details
get_logs
details
get_tags
details
load
details
remove_tag
details
restore
details
save
details
set
details