1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/google/models/compute
Akshay Moghe 7ad7183dc0 Align the disk interface more closely with the API.
The caller need only specify either image_name OR snapshot + size
when creating a disk in a given zone.

This patch also removes the @default_zone variable being referenced
in several places (because it is not actually defined anywhere).
2013-08-12 18:24:34 -07:00
..
disk.rb Align the disk interface more closely with the API. 2013-08-12 18:24:34 -07:00
disks.rb [google|compute] zone in disks.get is now optional 2013-08-05 11:39:28 +02:00
flavor.rb
flavors.rb
image.rb Merge pull request #2059 from maginatics/master 2013-08-08 17:44:46 -07:00
images.rb Query global projects when get/list'ing compute images. 2013-08-07 11:17:45 -07:00
server.rb [google|compute] better check on server.public_ip_address 2013-08-07 11:59:21 +02:00
servers.rb