Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion openstack/evs/v3/volumes/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ type Volume struct {
SourceVolID string `json:"source_volid"`
// The ID of the back that can be used to create an EVS disk
BackupID string `json:"backup_id"`
// Arbitrary key-value pairs defined by the user.
// Arbitrary key-value pairs defined by the metadata field table.
Metadata map[string]string `json:"metadata"`
// Arbitrary key-value pairs defined by the user.
Tags map[string]string `json:"tags"`
// UserID is the id of the user who created the volume.
UserID string `json:"user_id"`
// Indicates whether this is a bootable volume.
Expand Down