.. |
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 |
associate_address.rb
|
1620: Try to add some guards around possible nil objects based on associations in VPCs.
|
2013-03-09 14:33:19 -05:00 |
associate_dhcp_options.rb
|
|
|
associate_route_table.rb
|
Updated associate_route_table mock to return the correct association id and with additional fields that were previously missing.
|
2013-08-16 11:04:08 -04:00 |
attach_internet_gateway.rb
|
|
|
attach_network_interface.rb
|
|
|
attach_volume.rb
|
|
|
authorize_security_group_ingress.rb
|
|
|
cancel_spot_instance_requests.rb
|
|
|
copy_image.rb
|
[AWS | Compute] Added copy_image request with parser, mocks and tests.
|
2013-06-07 23:55:03 +02: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
|
[AWS::Mock|create_image] automatic registration of ebs image upon image_create
|
2012-10-25 17:04:30 -04:00 |
create_internet_gateway.rb
|
And the same for internet gateways
|
2012-07-02 14:43:21 +02:00 |
create_key_pair.rb
|
|
|
create_network_interface.rb
|
|
|
create_placement_group.rb
|
|
|
create_route.rb
|
Typo in default route.
|
2013-08-16 11:03:17 -04:00 |
create_route_table.rb
|
Do not wrap default route in item.
|
2013-08-16 11:03:17 -04:00 |
create_security_group.rb
|
|
|
create_snapshot.rb
|
|
|
create_spot_datafeed_subscription.rb
|
|
|
create_subnet.rb
|
Beginning implementation of RDS subnet groups
|
2012-10-11 17:02:26 -04:00 |
create_tags.rb
|
|
|
create_volume.rb
|
increased iops limit to 4000. http://aws.typepad.com/aws/2013/05/provision-up-to-4k-iops-per-ebs-volume.html
|
2013-07-03 12:37:11 +01:00 |
create_vpc.rb
|
Setup VPC mocks to create a default route table.
|
2013-08-16 10:54:06 -04:00 |
delete_dhcp_options.rb
|
...and the same for dhcp_options
|
2012-07-02 14:38:08 +02:00 |
delete_internet_gateway.rb
|
And the same for internet gateways
|
2012-07-02 14:43:21 +02:00 |
delete_key_pair.rb
|
|
|
delete_network_interface.rb
|
|
|
delete_placement_group.rb
|
|
|
delete_route.rb
|
Added delete_route_table mock.
|
2013-08-16 11:06:55 -04: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
|
|
|
delete_tags.rb
|
|
|
delete_volume.rb
|
|
|
delete_vpc.rb
|
|
|
deregister_image.rb
|
|
|
describe_account_attributes.rb
|
[aws|elb] add new style default security group
|
2013-08-08 09:52:19 -04:00 |
describe_addresses.rb
|
|
|
describe_availability_zones.rb
|
Add support for AWS Australia (ap-southeast-2).
|
2012-11-13 18:32:07 -08:00 |
describe_dhcp_options.rb
|
...and the same for dhcp_options
|
2012-07-02 14:38:08 +02:00 |
describe_images.rb
|
|
|
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
|
[AWS] adds 'hypervisor', 'lifecycle', 'requester_id', 'source_dest_check', 'spot_instance_request_id', 'virtualization_type' attributes to instances, also fixes instance tests to work in non-mocking mode
|
2013-05-22 17:06:05 -04:00 |
describe_internet_gateways.rb
|
[aws|compute] fix mock filters for internet gateways/subnets/vpcs
|
2012-08-16 17:53:17 -05:00 |
describe_key_pairs.rb
|
|
|
describe_network_interface_attribute.rb
|
|
|
describe_network_interfaces.rb
|
|
|
describe_placement_groups.rb
|
|
|
describe_regions.rb
|
|
|
describe_reserved_instances.rb
|
|
|
describe_reserved_instances_offerings.rb
|
Updated DescribeReservedInstancesOfferings to take in filters as request parameters
|
2013-03-27 14:27:23 -05: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
|
[aws|compute] fix mock filters for internet gateways/subnets/vpcs
|
2012-08-16 17:53:17 -05:00 |
describe_tags.rb
|
|
|
describe_volume_status.rb
|
|
|
describe_volumes.rb
|
[aws|compute] Support creating and describing volumes with provisioned IOPS.
|
2012-08-01 11:57:06 -03:00 |
describe_vpcs.rb
|
[aws|compute] fix mock filters for internet gateways/subnets/vpcs
|
2012-08-16 17:53:17 -05:00 |
detach_internet_gateway.rb
|
|
|
detach_network_interface.rb
|
|
|
detach_volume.rb
|
|
|
disassociate_address.rb
|
|
|
disassociate_route_table.rb
|
Added mock for disassociate_route_table.
|
2013-08-16 11:05:02 -04:00 |
get_console_output.rb
|
|
|
get_password_data.rb
|
|
|
import_key_pair.rb
|
|
|
modify_image_attribute.rb
|
|
|
modify_instance_attribute.rb
|
|
|
modify_network_interface_attribute.rb
|
|
|
modify_snapshot_attribute.rb
|
|
|
modify_volume_attribute.rb
|
[AWS] Adds ModifyVolumeAttribute
|
2012-11-06 08:05:26 -05:00 |
monitor_instances.rb
|
|
|
purchase_reserved_instances_offering.rb
|
|
|
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 |
request_spot_instances.rb
|
Enable ebs-optimized spot instance requests
|
2013-02-12 13:41:48 -08:00 |
reset_network_interface_attribute.rb
|
|
|
revoke_security_group_ingress.rb
|
|
|
run_instances.rb
|
[AWS] adds 'hypervisor', 'lifecycle', 'requester_id', 'source_dest_check', 'spot_instance_request_id', 'virtualization_type' attributes to instances, also fixes instance tests to work in non-mocking mode
|
2013-05-22 17:06:05 -04: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
|
|
|