RSPImageType¶
- class controller.models.domain.rsptag.RSPImageType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
Enum
The type (generally, release series) of the identified image.
This is listed in order of priority when constructing menus. The image types listed first will be shown earlier in the menu.
Attributes Summary
Attributes Documentation
- ALIAS = 'Alias'¶
- CANDIDATE = 'Release Candidate'¶
- DAILY = 'Daily'¶
- EXPERIMENTAL = 'Experimental'¶
- RELEASE = 'Release'¶
- UNKNOWN = 'Unknown'¶
- WEEKLY = 'Weekly'¶