Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
687c7d01754ca919980f311e2ffcba4f19590c48
/
.
/
openstack
/
blockstorage
/
v1
/
snapshots
/
snapshots.go
blob: 8525f1a4731d123e00448c5e89c8ee52d99b76ae [
file
] [
log
] [
blame
]
package snapshots
type Snapshot struct {
Status string
Display_name string
Created_at string
Display_description string
Volume_id string
Metadata map[string]string
Id string
Size int
}
type CreateOpts map[string]interface{}