We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3c61e commit 2b1c72eCopy full SHA for 2b1c72e
1 file changed
hcloud/images/domain.py
@@ -10,7 +10,7 @@ class Image(BaseDomain, DomainIdentityMixin):
10
:param id: int
11
ID of the image
12
:param type: str
13
- Type of the image Choices: `system`, `snapshot`, `backup`
+ Type of the image Choices: `system`, `snapshot`, `backup`, `app`
14
:param status: str
15
Whether the image can be used or if it’s still being created Choices: `available`, `creating`
16
:param name: str, None
0 commit comments