We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cde3ab commit 0e2ccb4Copy full SHA for 0e2ccb4
1 file changed
lib/binarylane/models/vm_machine_type.py
@@ -11,6 +11,7 @@ class VmMachineType(str, Enum):
11
PC_I440FX_5POINT0 = "pc_i440fx_5point0"
12
PC_I440FX_5POINT1 = "pc_i440fx_5point1"
13
PC_I440FX_7POINT2 = "pc_i440fx_7point2"
14
+ PC_I440FX_8POINT2 = "pc_i440fx_8point2"
15
16
def __str__(self) -> str:
17
return str(self.value)
0 commit comments