Skip to content

Commit 7dce808

Browse files
Generate iaasalpha (#800)
1 parent 2dbf653 commit 7dce808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/iaasalpha/src/stackit/iaasalpha/models/machine_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
class MachineType(BaseModel):
2727
"""
28-
Machine Type. Filterable Fields: name, ram, vcpus, disk, extraSpecs.
28+
Machine Type. Filterable Fields: `disk`, `extraSpecs`, `name`, `ram`, `vcpus`.
2929
"""
3030

3131
description: Optional[Annotated[str, Field(strict=True, max_length=127)]] = Field(

0 commit comments

Comments
 (0)