Skip to content

Commit 15e9843

Browse files
disassemblerjohnalotoskigrahamc
committed
Device: capture hardware reservation
Co-authored-by: John Lotoski <[email protected]> Co-authored-by: Graham Christensen <[email protected]>
1 parent 79438f8 commit 15e9843

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)