Skip to content

Commit 8512ee7

Browse files
authored
feat(dedibox): add new memory type (#688)
1 parent b5c56ab commit 8512ee7

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/dedibox/v1
  • scaleway/scaleway/dedibox/v1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/dedibox/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ class MemoryType(str, Enum, metaclass=StrEnumMeta):
362362
DDR2 = "ddr2"
363363
DDR3 = "ddr3"
364364
DDR4 = "ddr4"
365+
DDR5 = "ddr5"
365366

366367
def __str__(self) -> str:
367368
return str(self.value)

scaleway/scaleway/dedibox/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ class MemoryType(str, Enum, metaclass=StrEnumMeta):
362362
DDR2 = "ddr2"
363363
DDR3 = "ddr3"
364364
DDR4 = "ddr4"
365+
DDR5 = "ddr5"
365366

366367
def __str__(self) -> str:
367368
return str(self.value)

0 commit comments

Comments
 (0)