File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
lib/netbox_client_ruby/api
spec/netbox_client_ruby/api Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ module DCIM
1212 interfaces : Interfaces ,
1313 interface_connections : InterfaceConnections ,
1414 inventory_items : InventoryItems ,
15+ mac_addresses : MacAddresses ,
1516 manufacturers : Manufacturers ,
1617 platforms : Platforms ,
1718 power_connections : PowerConnections ,
@@ -39,6 +40,7 @@ module DCIM
3940 interface : Interface ,
4041 interface_connection : InterfaceConnection ,
4142 inventory_item : InventoryItem ,
43+ mac_address : MacAddress ,
4244 manufacturer : Manufacturer ,
4345 platform : Platform ,
4446 power_connection : PowerConnection ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ module DCIM
1515 interfaces : Interfaces ,
1616 interface_connections : InterfaceConnections ,
1717 inventory_items : InventoryItems ,
18+ mac_addresses : MacAddresses ,
1819 manufacturers : Manufacturers ,
1920 platforms : Platforms ,
2021 power_connections : PowerConnections ,
@@ -58,6 +59,7 @@ module DCIM
5859 interface : Interface ,
5960 interface_connection : InterfaceConnection ,
6061 inventory_item : InventoryItem ,
62+ mac_address : MacAddress ,
6163 manufacturer : Manufacturer ,
6264 platform : Platform ,
6365 power_connection : PowerConnection ,
You can’t perform that action at this time.
0 commit comments