Documentation
¶
Index ¶
- type Rackspacestorage
- func (rackspacestorage *Rackspacestorage) AttachDisk(request interface{}) (resp interface{}, err error)
- func (rackspacestorage *Rackspacestorage) CreateDisk(request interface{}) (resp interface{}, err error)
- func (rackspacestorage *Rackspacestorage) CreateSnapshot(request interface{}) (resp interface{}, err error)
- func (rackspacestorage *Rackspacestorage) DeleteDisk(request interface{}) (resp interface{}, err error)
- func (rackspacestorage *Rackspacestorage) DeleteSnapshot(request interface{}) (resp interface{}, err error)
- func (rackspacestorage *Rackspacestorage) DetachDisk(request interface{}) (resp interface{}, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rackspacestorage ¶
type Rackspacestorage struct { }
Rackspacestorage struct represents a Rackspace storage object.
func (*Rackspacestorage) AttachDisk ¶
func (rackspacestorage *Rackspacestorage) AttachDisk(request interface{}) (resp interface{}, err error)
AttachDisk function function attaches a disk to a droplet.
func (*Rackspacestorage) CreateDisk ¶
func (rackspacestorage *Rackspacestorage) CreateDisk(request interface{}) (resp interface{}, err error)
CreateDisk function creates a new disk.
func (*Rackspacestorage) CreateSnapshot ¶
func (rackspacestorage *Rackspacestorage) CreateSnapshot(request interface{}) (resp interface{}, err error)
CreateSnapshot function creates a new snapshot.
func (*Rackspacestorage) DeleteDisk ¶
func (rackspacestorage *Rackspacestorage) DeleteDisk(request interface{}) (resp interface{}, err error)
DeleteDisk function deletes a disk.
func (*Rackspacestorage) DeleteSnapshot ¶
func (rackspacestorage *Rackspacestorage) DeleteSnapshot(request interface{}) (resp interface{}, err error)
DeleteSnapshot function deletes a snapshot.
func (*Rackspacestorage) DetachDisk ¶
func (rackspacestorage *Rackspacestorage) DetachDisk(request interface{}) (resp interface{}, err error)
DetachDisk function function detaches a disk from a droplet.
Click to show internal directories.
Click to hide internal directories.