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

Commit 15e9843

Browse files
disassemblerjohnalotoskigrahamc
committed
Device: capture hardware reservation
Co-authored-by: John Lotoski <john.lotoski@iohk.io> Co-authored-by: Graham Christensen <graham@grahamc.com>
1 parent 79438f8 commit 15e9843

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)