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/hp/requests/compute_v2
2013-10-30 19:02:36 -04:00
..
allocate_address.rb [hp|compute_v2] Add request methods for floating ip addresses, along with tests. 2013-10-30 19:02:31 -04:00
associate_address.rb [hp|compute_v2] Add request methods for floating ip addresses, along with tests. 2013-10-30 19:02:31 -04:00
attach_volume.rb [hp|compute_v2] Add request methods for volume attachments for server, along with tests. 2013-10-30 19:02:34 -04:00
create_image.rb
create_key_pair.rb [hp|compute_v2] Add models for flavors and key pairs, along with tests. 2013-10-30 19:02:32 -04:00
create_persistent_server.rb [hp|compute_v2] Add request methods for volume attachments for server, along with tests. 2013-10-30 19:02:34 -04:00
create_server.rb [hp|compute_v2] Fix mocks for server addresses. Fix create_server and server model to accept networks and availability zones params. 2013-10-30 19:02:33 -04:00
delete_image.rb
delete_key_pair.rb
delete_meta.rb [hp|compute_v2] Add metadata request methods for servers and images, along with tests. 2013-10-30 19:02:29 -04:00
delete_server.rb
detach_volume.rb [hp|compute_v2] Add request methods for volume attachments for server, along with tests. 2013-10-30 19:02:34 -04:00
disassociate_address.rb [hp|compute_v2] Add request methods for floating ip addresses, along with tests. 2013-10-30 19:02:31 -04:00
get_address.rb [hp|compute_v2] Add request methods for floating ip addresses, along with tests. 2013-10-30 19:02:31 -04:00
get_console_output.rb [hp|compute_v2] Add request methods for console, along with tests. 2013-10-30 19:02:30 -04:00
get_flavor_details.rb
get_image_details.rb
get_key_pair.rb
get_meta.rb [hp|compute_v2] Add metadata request methods for servers and images, along with tests. 2013-10-30 19:02:29 -04:00
get_server_details.rb
get_server_volume_details.rb [hp|compute_v2] Add request methods for volume attachments for server, along with tests. 2013-10-30 19:02:34 -04:00
get_vnc_console.rb [hp|compute_v2] Add request methods for console, along with tests. 2013-10-30 19:02:30 -04:00
list_addresses.rb [hp|compute_v2] Add request methods for floating ip addresses, along with tests. 2013-10-30 19:02:31 -04:00
list_availability_zones.rb [hp|compute_v2] Add request methods and models for availability zones, along with tests. 2013-10-30 19:02:33 -04:00
list_flavors.rb
list_flavors_detail.rb
list_images.rb
list_images_detail.rb
list_key_pairs.rb
list_metadata.rb [hp|compute_v2] Add metadata request methods for servers and images, along with tests. 2013-10-30 19:02:29 -04:00
list_server_addresses.rb [hp|compute_v2] Add request methods for server addresses, along with tests. 2013-10-30 19:02:31 -04:00
list_server_addresses_by_network.rb [hp|compute_v2] Fix mocks for server addresses. Fix create_server and server model to accept networks and availability zones params. 2013-10-30 19:02:33 -04:00
list_server_volumes.rb [hp|compute_v2] Add request methods for volume attachments for server, along with tests. 2013-10-30 19:02:34 -04:00
list_servers.rb
list_servers_detail.rb
reboot_server.rb [hp|compute_v2] Add request methods for console, along with tests. 2013-10-30 19:02:30 -04:00
rebuild_server.rb [hp|compute_v2] Update rebuild method of the server model. 2013-10-30 19:02:36 -04:00
release_address.rb [hp|compute_v2] Add request methods for floating ip addresses, along with tests. 2013-10-30 19:02:31 -04:00
server_action.rb
set_metadata.rb [hp|compute_v2] Add metadata request methods for servers and images, along with tests. 2013-10-30 19:02:29 -04:00
update_meta.rb [hp|compute_v2] Add metadata request methods for servers and images, along with tests. 2013-10-30 19:02:29 -04:00
update_metadata.rb [hp|compute_v2] Add metadata request methods for servers and images, along with tests. 2013-10-30 19:02:29 -04:00
update_server.rb