Trees | Indices | Help |
|
---|
|
Quasiclass for tagging resources
Manages tags. When inheriting this class you must define the TAG_LEVEL for it.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
TAG_LEVEL = None
|
|||
Inherited from |
|
|||
Inherited from |
|
A tag resource constructor. We have to override the default to sort out cluster naming case.
|
Returns a list of tags. Example: ["tag1", "tag2", "tag3"] |
Add a set of tags. The request as a list of strings should be PUT to this URI. And you'll have back a job id. |
Delete a tag. In order to delete a set of tags, the DELETE request should be addressed to URI like: /tags?tag=[tag]&tag=[tag] |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Dec 20 13:27:18 2010 | http://epydoc.sourceforge.net |