We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5445cd7 + 4f71add commit 79bfae4Copy full SHA for 79bfae4
1 file changed
openstack/baremetal/inventory/types.go
@@ -24,6 +24,7 @@ type InterfaceType struct {
24
Product string `json:"product"`
25
SpeedMbps int `json:"speed_mbps"`
26
Vendor string `json:"vendor"`
27
+ PCIAddress string `json:"pci_address"`
28
}
29
30
type MemoryType struct {
0 commit comments