Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 5337114

Browse files
authored
Merge pull request #71 from grahamc/device-hardware-reservation
Device: capture hardware reservation
2 parents 79438f8 + 15e9843 commit 5337114

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packet/Device.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def __init__(self, data, manager):
3838
self.network_ports = data.get("network_ports")
3939
self.href = data.get("href")
4040
self.spot_instance = data.get("spot_instance", False)
41+
self.hardware_reservation_id = data.get("hardware_reservation_id")
4142
self.root_password = data.get("root_password")
4243

4344
def update(self):

0 commit comments

Comments
 (0)