Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
bb45a5e9acdaa82987a5806fdab954c31c7813a8
/
.
/
openstack
/
blockstorage
/
extensions
/
volumetenants
/
results.go
blob: 0d4c670264d6fdddded79a8b71a00f7522a2283b [
file
] [
log
] [
blame
]
package volumetenants
// An extension to the base Volume object
type VolumeExt struct {
// TenantID is the id of the project that owns the volume.
TenantID string `json:"os-vol-tenant-attr:tenant_id"`
}