Documentation
¶
Index ¶
- type Azurestorage
- func (azurestorage *Azurestorage) AttachDisk(request interface{}) (resp interface{}, err error)
- func (azurestorage *Azurestorage) CreateDisk(request interface{}) (resp interface{}, err error)
- func (azurestorage *Azurestorage) CreateSnapshot(request interface{}) (resp interface{}, err error)
- func (azurestorage *Azurestorage) DeleteDisk(request interface{}) (resp interface{}, err error)
- func (azurestorage *Azurestorage) DeleteSnapshot(request interface{}) (resp interface{}, err error)
- func (azurestorage *Azurestorage) DetachDisk(request interface{}) (resp interface{}, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Azurestorage ¶
type Azurestorage struct { }
Azurestorage struct represents a Azure storage object.
func (*Azurestorage) AttachDisk ¶
func (azurestorage *Azurestorage) AttachDisk(request interface{}) (resp interface{}, err error)
AttachDisk function function attaches a disk to a droplet.
func (*Azurestorage) CreateDisk ¶
func (azurestorage *Azurestorage) CreateDisk(request interface{}) (resp interface{}, err error)
CreateDisk function creates a new disk.
func (*Azurestorage) CreateSnapshot ¶
func (azurestorage *Azurestorage) CreateSnapshot(request interface{}) (resp interface{}, err error)
CreateSnapshot function creates a new snapshot.
func (*Azurestorage) DeleteDisk ¶
func (azurestorage *Azurestorage) DeleteDisk(request interface{}) (resp interface{}, err error)
DeleteDisk function deletes a disk.
func (*Azurestorage) DeleteSnapshot ¶
func (azurestorage *Azurestorage) DeleteSnapshot(request interface{}) (resp interface{}, err error)
DeleteSnapshot function deletes a snapshot.
func (*Azurestorage) DetachDisk ¶
func (azurestorage *Azurestorage) 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.