github.com/gophercloud/gophercloud@v1.11.0/openstack/blockstorage/extensions/volumehost/results.go (about)

     1  package volumehost
     2  
     3  // VolumeHostExt is an extension to the base Volume object
     4  type VolumeHostExt struct {
     5  	// Host is the identifier of the host holding the volume.
     6  	Host string `json:"os-vol-host-attr:host"`
     7  }