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/aws/requests/compute
2014-02-19 12:30:59 +00:00
..
allocate_address.rb [aws|compute] Address#destroy handles VPC addresses, improve address allocate/release mocking for VPC. 2012-07-18 12:33:13 -03:00
assign_private_ip_addresses.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
associate_address.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
associate_dhcp_options.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
associate_route_table.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
attach_internet_gateway.rb Cleaned up unnecessary parsers. 2013-08-16 12:26:22 -04:00
attach_network_interface.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
attach_volume.rb
authorize_security_group_ingress.rb add authorize and revoke port range for security group 2012-06-15 21:56:02 -07:00
cancel_spot_instance_requests.rb
copy_image.rb aws/compute: Hotfix, wrong Name argument for copy_image 2013-10-26 00:17:52 +01:00
copy_snapshot.rb [AWS] CopySnapshot. supports cross-region snapshot copying. 2012-12-18 16:01:37 -08:00
create_dhcp_options.rb ...and the same for dhcp_options 2012-07-02 14:38:08 +02:00
create_image.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
create_internet_gateway.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
create_key_pair.rb
create_network_acl.rb Add support for AWS VPC Network ACLs 2013-12-20 00:55:32 -07:00
create_network_acl_entry.rb Add support for AWS VPC Network ACLs 2013-12-20 00:55:32 -07:00
create_network_interface.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
create_placement_group.rb
create_route.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
create_route_table.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
create_security_group.rb Changes to the security group handling: 2012-03-20 14:49:32 +01:00
create_snapshot.rb
create_spot_datafeed_subscription.rb
create_subnet.rb Fix subnet mocking, related to #2510 2013-12-27 14:09:44 -07:00
create_tags.rb Add support to #create_tags mock for internet gateways 2013-10-29 17:55:43 -07:00
create_volume.rb [aws|compute] Fixed a typo. 2013-10-30 16:15:29 -04:00
create_vpc.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_dhcp_options.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_internet_gateway.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_key_pair.rb
delete_network_acl.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_network_acl_entry.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_network_interface.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_placement_group.rb
delete_route.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_route_table.rb Fixed error happening when the route_table was nil. 2013-08-16 11:07:43 -04:00
delete_security_group.rb
delete_snapshot.rb
delete_spot_datafeed_subscription.rb
delete_subnet.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
delete_tags.rb
delete_volume.rb
delete_vpc.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
deregister_image.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
describe_account_attributes.rb [aws|elb] add new style default security group 2013-08-08 09:52:19 -04:00
describe_addresses.rb Fixes for AWS Mocking 2014-01-10 09:39:17 -08:00
describe_availability_zones.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
describe_dhcp_options.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
describe_images.rb Add index for describe_images parameters that use them 2013-11-11 10:56:28 -08:00
describe_instance_status.rb Update lib/fog/aws/requests/compute/describe_instance_status.rb 2012-08-21 22:27:56 +03:00
describe_instances.rb Remove debug code 2014-02-17 11:28:26 -05:00
describe_internet_gateways.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
describe_key_pairs.rb
describe_network_acls.rb Add support for AWS VPC Network ACLs 2013-12-20 00:55:32 -07:00
describe_network_interface_attribute.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
describe_network_interfaces.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
describe_placement_groups.rb
describe_regions.rb
describe_reserved_instances.rb - update compute api version to 2013/10/01 2013-10-21 08:30:27 -04:00
describe_reserved_instances_offerings.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
describe_route_tables.rb Added describe_route_tables mock. 2013-08-16 10:58:45 -04:00
describe_security_groups.rb fixed for 1.8 2013-04-03 14:38:54 -04:00
describe_snapshots.rb
describe_spot_datafeed_subscription.rb
describe_spot_instance_requests.rb Enable AWS spot requests in a VPC by specifying subnet_id 2012-08-24 01:31:32 -06:00
describe_spot_price_history.rb
describe_subnets.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
describe_tags.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
describe_volume_status.rb refactor to use Fog::AWS.indexed_request_param 2012-03-31 12:21:35 -07:00
describe_volumes.rb [aws|compute] Support creating and describing volumes with provisioned IOPS. 2012-08-01 11:57:06 -03:00
describe_vpcs.rb Add pending -> available transitions for AWS VPC and Subnets 2013-12-10 23:45:04 -08:00
detach_internet_gateway.rb Cleaned up unnecessary parsers. 2013-08-16 12:26:22 -04:00
detach_network_interface.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
detach_volume.rb [aws|compute] Mock detach_volume should raise proper error if volume is not attached. 2012-03-15 14:22:21 -07:00
disassociate_address.rb make disassociate_address mock idempotent, by not requiring instance data 2014-01-22 15:03:06 -05:00
disassociate_route_table.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
get_console_output.rb
get_password_data.rb
import_key_pair.rb
modify_image_attribute.rb
modify_instance_attribute.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
modify_network_interface_attribute.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
modify_snapshot_attribute.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
modify_volume_attribute.rb [AWS] Adds ModifyVolumeAttribute 2012-11-06 08:05:26 -05:00
modify_vpc_attribute.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
monitor_instances.rb
purchase_reserved_instances_offering.rb fix mock for purchase ri 2013-10-21 11:52:50 -04:00
reboot_instances.rb
register_image.rb Fix issue #1245 - mock register_image fails with block device mapping 2012-11-03 16:27:58 +01:00
release_address.rb [aws|compute] Address#destroy handles VPC addresses, improve address allocate/release mocking for VPC. 2012-07-18 12:33:13 -03:00
replace_network_acl_association.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
replace_network_acl_entry.rb Add support for AWS VPC Network ACLs 2013-12-20 00:55:32 -07:00
replace_route.rb Switch to or-equals for DestinationCidrBlock and instanceOwnerId 2014-02-06 18:01:37 -05:00
request_spot_instances.rb [AWS|EC2] request_spot_instances.rb requires that date parameters be iso8601 2013-12-27 10:37:31 +00:00
reset_network_interface_attribute.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
revoke_security_group_ingress.rb
run_instances.rb adding new HVM-based instance types to AWS in lib/fog/aws/models/compute/flavors.rb 2014-01-10 09:29:45 -06:00
start_instances.rb Fix for stopping all the servers instead of just specified servers 2012-07-13 11:33:23 -04:00
stop_instances.rb Fix for stopping all the servers instead of just specified servers 2012-07-13 11:33:23 -04:00
terminate_instances.rb
unmonitor_instances.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00