Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
8f364f76b52e50fc8a9d182980b0dfdde5005c3c
/
.
/
openstack
/
blockstorage
/
extensions
/
tenantattr
/
results.go
blob: 6e1cd1516ecda004bc2cee38f80299ecb545b0d5 [
file
] [
log
] [
blame
]
package tenantattr
// 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"`
}