github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/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 }