Home
last modified time | relevance | path

Searched defs:RevertSnapshot (Results 1 – 4 of 4) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/exoscale/egoscale/
H A Dsnapshots.go125 type RevertSnapshot struct { struct
126 ID *UUID `json:"id" doc:"The ID of the snapshot"`
127 _ bool `name:"revertSnapshot" description:"revert a volume snapshot."`
131 func (RevertSnapshot) Response() interface{} {
136 func (RevertSnapshot) AsyncResponse() interface{} {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/exoscale/egoscale/
H A Dsnapshots.go125 type RevertSnapshot struct { struct
126 ID *UUID `json:"id" doc:"The ID of the snapshot"`
127 _ bool `name:"revertSnapshot" description:"revert a volume snapshot."`
131 func (RevertSnapshot) Response() interface{} {
136 func (RevertSnapshot) AsyncResponse() interface{} {
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/exoscale/egoscale/
H A Dsnapshots_type.go72 type RevertSnapshot struct { struct
73 ID string `json:"id" doc:"The ID of the snapshot"`
/dports/security/lego/lego-4.5.3/vendor/github.com/transip/gotransip/v6/vps/
H A Drepository.go361 func (r *Repository) RevertSnapshot(vpsName string, snapshotName string) error { func