blob: 0d4c670264d6fdddded79a8b71a00f7522a2283b [file] [log] [blame]
jrperrittbb45a5e2016-11-14 12:20:22 -06001package volumetenants
jrperritt7dc49462016-11-08 15:09:33 -06002
jrperritt6be8c422016-11-09 13:08:35 -06003// An extension to the base Volume object
jrperritt7dc49462016-11-08 15:09:33 -06004type VolumeExt struct {
jrperritt6be8c422016-11-09 13:08:35 -06005 // TenantID is the id of the project that owns the volume.
jrperritt7dc49462016-11-08 15:09:33 -06006 TenantID string `json:"os-vol-tenant-attr:tenant_id"`
7}