1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
fog--fog-aws/lib/fog/aws/requests/compute
2015-08-06 16:10:37 -07:00
..
allocate_address.rb raise correct error when exceeding address limit 2015-06-09 10:04:17 -07:00
assign_private_ip_addresses.rb working tests 2015-01-02 09:42:20 -08:00
associate_address.rb working tests 2015-01-02 09:42:20 -08:00
associate_dhcp_options.rb working tests 2015-01-02 09:42:20 -08:00
associate_route_table.rb Remove executable bit from files. 2015-03-10 13:16:06 +01:00
attach_classic_link_vpc.rb [AWS|VPC] attaching and detaching instances from vpc 2015-01-11 20:05:26 +00:00
attach_internet_gateway.rb working tests 2015-01-02 09:42:20 -08:00
attach_network_interface.rb working tests 2015-01-02 09:42:20 -08:00
attach_volume.rb working tests 2015-01-02 09:42:20 -08:00
authorize_security_group_ingress.rb don't allow sg authorization is unknown sgs 2015-02-06 09:54:49 -08:00
cancel_spot_instance_requests.rb working tests 2015-01-02 09:42:20 -08:00
copy_image.rb working tests 2015-01-02 09:42:20 -08:00
copy_snapshot.rb working tests 2015-01-02 09:42:20 -08:00
create_dhcp_options.rb working tests 2015-01-02 09:42:20 -08:00
create_image.rb working tests 2015-01-02 09:42:20 -08:00
create_internet_gateway.rb working tests 2015-01-02 09:42:20 -08:00
create_key_pair.rb working tests 2015-01-02 09:42:20 -08:00
create_network_acl.rb working tests 2015-01-02 09:42:20 -08:00
create_network_acl_entry.rb working tests 2015-01-02 09:42:20 -08:00
create_network_interface.rb working tests 2015-01-02 09:42:20 -08:00
create_placement_group.rb working tests 2015-01-02 09:42:20 -08:00
create_route.rb Remove executable bit from files. 2015-03-10 13:16:06 +01:00
create_route_table.rb Remove executable bit from files. 2015-03-10 13:16:06 +01:00
create_security_group.rb working tests 2015-01-02 09:42:20 -08:00
create_snapshot.rb working tests 2015-01-02 09:42:20 -08:00
create_spot_datafeed_subscription.rb working tests 2015-01-02 09:42:20 -08:00
create_subnet.rb working tests 2015-01-02 09:42:20 -08:00
create_tags.rb working tests 2015-01-02 09:42:20 -08:00
create_volume.rb volume#key_id and encrypted tests 2015-08-06 16:10:37 -07:00
create_vpc.rb Make Mock create_vpc method arity match Real 2015-06-16 17:52:57 -07:00
delete_dhcp_options.rb working tests 2015-01-02 09:42:20 -08:00
delete_internet_gateway.rb working tests 2015-01-02 09:42:20 -08:00
delete_key_pair.rb working tests 2015-01-02 09:42:20 -08:00
delete_network_acl.rb working tests 2015-01-02 09:42:20 -08:00
delete_network_acl_entry.rb working tests 2015-01-02 09:42:20 -08:00
delete_network_interface.rb working tests 2015-01-02 09:42:20 -08:00
delete_placement_group.rb working tests 2015-01-02 09:42:20 -08:00
delete_route.rb Remove executable bit from files. 2015-03-10 13:16:06 +01:00
delete_route_table.rb Remove executable bit from files. 2015-03-10 13:16:06 +01:00
delete_security_group.rb not allowed to delete a "revoking" rds firewall 2015-02-17 08:56:33 -08:00
delete_snapshot.rb working tests 2015-01-02 09:42:20 -08:00
delete_spot_datafeed_subscription.rb working tests 2015-01-02 09:42:20 -08:00
delete_subnet.rb working tests 2015-01-02 09:42:20 -08:00
delete_tags.rb working tests 2015-01-02 09:42:20 -08:00
delete_volume.rb working tests 2015-01-02 09:42:20 -08:00
delete_vpc.rb working tests 2015-01-02 09:42:20 -08:00
deregister_image.rb working tests 2015-01-02 09:42:20 -08:00
describe_account_attributes.rb working tests 2015-01-02 09:42:20 -08:00
describe_addresses.rb working tests 2015-01-02 09:42:20 -08:00
describe_availability_zones.rb Added a couple lines so that the Mock class knows about eu-centra-1a and 2015-03-12 13:44:26 -06:00
describe_classic_link_instances.rb fix tests on 1.8.7 2015-01-11 21:09:09 +00:00
describe_dhcp_options.rb working tests 2015-01-02 09:42:20 -08:00
describe_images.rb working tests 2015-01-02 09:42:20 -08:00
describe_instance_attribute.rb Added Mock to describe_instance_attribute request and modified the tests 2015-05-19 18:49:30 +03:00
describe_instance_status.rb working tests 2015-01-02 09:42:20 -08:00
describe_instances.rb working tests 2015-01-02 09:42:20 -08:00
describe_internet_gateways.rb working tests 2015-01-02 09:42:20 -08:00
describe_key_pairs.rb working tests 2015-01-02 09:42:20 -08:00
describe_network_acls.rb working tests 2015-01-02 09:42:20 -08:00
describe_network_interface_attribute.rb working tests 2015-01-02 09:42:20 -08:00
describe_network_interfaces.rb working tests 2015-01-02 09:42:20 -08:00
describe_placement_groups.rb working tests 2015-01-02 09:42:20 -08:00
describe_regions.rb working tests 2015-01-02 09:42:20 -08:00
describe_reserved_instances.rb working tests 2015-01-02 09:42:20 -08:00
describe_reserved_instances_offerings.rb working tests 2015-01-02 09:42:20 -08:00
describe_route_tables.rb Describe vpcPeeringConnectionId 2015-07-03 01:47:33 -07:00
describe_security_groups.rb working tests 2015-01-02 09:42:20 -08:00
describe_snapshots.rb working tests 2015-01-02 09:42:20 -08:00
describe_spot_datafeed_subscription.rb working tests 2015-01-02 09:42:20 -08:00
describe_spot_instance_requests.rb working tests 2015-01-02 09:42:20 -08:00
describe_spot_price_history.rb Add mock for EC2 describe_spot_price_history API request 2015-04-10 00:20:43 -03:00
describe_subnets.rb working tests 2015-01-02 09:42:20 -08:00
describe_tags.rb working tests 2015-01-02 09:42:20 -08:00
describe_volume_status.rb working tests 2015-01-02 09:42:20 -08:00
describe_volumes.rb working tests 2015-01-02 09:42:20 -08:00
describe_vpc_attribute.rb working tests 2015-01-02 09:42:20 -08:00
describe_vpc_classic_link.rb [AWS|VPC] ability to describe classic link status 2015-01-11 17:20:04 +00:00
describe_vpcs.rb working tests 2015-01-02 09:42:20 -08:00
detach_classic_link_vpc.rb fix classic link mocks 2015-01-11 20:47:08 +00:00
detach_internet_gateway.rb working tests 2015-01-02 09:42:20 -08:00
detach_network_interface.rb working tests 2015-01-02 09:42:20 -08:00
detach_volume.rb working tests 2015-01-02 09:42:20 -08:00
disable_vpc_classic_link.rb [AWS|VPC] ability to enable/disable classiclink 2015-01-11 15:50:57 +00:00
disassociate_address.rb working tests 2015-01-02 09:42:20 -08:00
disassociate_route_table.rb Remove executable bit from files. 2015-03-10 13:16:06 +01:00
enable_vpc_classic_link.rb [AWS|VPC] ability to enable/disable classiclink 2015-01-11 15:50:57 +00:00
get_console_output.rb working tests 2015-01-02 09:42:20 -08:00
get_password_data.rb working tests 2015-01-02 09:42:20 -08:00
import_key_pair.rb working tests 2015-01-02 09:42:20 -08:00
modify_image_attribute.rb working tests 2015-01-02 09:42:20 -08:00
modify_instance_attribute.rb working tests 2015-01-02 09:42:20 -08:00
modify_network_interface_attribute.rb working tests 2015-01-02 09:42:20 -08:00
modify_snapshot_attribute.rb working tests 2015-01-02 09:42:20 -08:00
modify_subnet_attribute.rb working tests 2015-01-02 09:42:20 -08:00
modify_volume_attribute.rb working tests 2015-01-02 09:42:20 -08:00
modify_vpc_attribute.rb working tests 2015-01-02 09:42:20 -08:00
monitor_instances.rb working tests 2015-01-02 09:42:20 -08:00
purchase_reserved_instances_offering.rb working tests 2015-01-02 09:42:20 -08:00
reboot_instances.rb working tests 2015-01-02 09:42:20 -08:00
register_image.rb working tests 2015-01-02 09:42:20 -08:00
release_address.rb working tests 2015-01-02 09:42:20 -08:00
replace_network_acl_association.rb working tests 2015-01-02 09:42:20 -08:00
replace_network_acl_entry.rb working tests 2015-01-02 09:42:20 -08:00
replace_route.rb Remove executable bit from files. 2015-03-10 13:16:06 +01:00
request_spot_instances.rb Add mock for EC2 request_spot_instances API request 2015-04-13 12:30:07 -03:00
reset_network_interface_attribute.rb working tests 2015-01-02 09:42:20 -08:00
revoke_security_group_ingress.rb working tests 2015-01-02 09:42:20 -08:00
run_instances.rb working tests 2015-01-02 09:42:20 -08:00
start_instances.rb working tests 2015-01-02 09:42:20 -08:00
stop_instances.rb fix classic link mocks 2015-01-11 20:47:08 +00:00
terminate_instances.rb fix classic link mocks 2015-01-11 20:47:08 +00:00
unmonitor_instances.rb working tests 2015-01-02 09:42:20 -08:00