github.com/gophercloud/gophercloud@v1.11.0/openstack/compute/v2/extensions/diskconfig/results.go (about) 1 package diskconfig 2 3 type ServerDiskConfigExt struct { 4 // DiskConfig is the disk configuration of the server. 5 DiskConfig DiskConfig `json:"OS-DCF:diskConfig"` 6 }