NAME
Net::Gandi::Hosting::Image - Interface to manage image.
DESCRIPTION
A image describes a system image with an operating system. It is associated with a disk that stores the filesystem. Methods below are read-only they do not modify any data or state.
list
Perform a image.list
Params:
label: Take a string, this a name of the operation system
datacenter_id: Take a integer, this a location of the resource
disk_id: Take a integer, this a id of the disk to use as a source
visibility: Take a string ( public | private | alpha ), who can access this image
os_arch: Take a string ( x86-32 | x86-64 ), CPU architecture this image is made for
author_id: Take a integer, who is the author of this image
info
Perform a image.info
Params: None
AUTHOR
Natal Ngétal, <hobbestig@cpan.org>