github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/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  }