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
2012-12-18 16:01:37 -08: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
associate_address.rb
associate_dhcp_options.rb this adds the dhcp_options object and associated operations 2012-06-04 16:03:34 -04:00
attach_internet_gateway.rb VPC ELBs, Tests, and the introduction of the InternetGateway object 2012-05-22 15:15:06 -04:00
attach_network_interface.rb https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04: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_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 https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
create_placement_group.rb
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 Beginning implementation of RDS subnet groups 2012-10-11 17:02:26 -04:00
create_tags.rb
create_volume.rb Bumped mocked maximum value for provisioned iops 2012-11-02 19:00:57 -06:00
create_vpc.rb Do the same thing for vpcs as previously done for subnets 2012-07-02 14:30:31 +02: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 https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
delete_placement_group.rb
delete_security_group.rb
delete_snapshot.rb
delete_spot_datafeed_subscription.rb
delete_subnet.rb Correct solution for subnet failing tests - use a collection in self.data 2012-07-02 14:23:23 +02:00
delete_tags.rb
delete_volume.rb
delete_vpc.rb Do the same thing for vpcs as previously done for subnets 2012-07-02 14:30:31 +02:00
deregister_image.rb
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|compute] Pass empty groupIds when mocking. 2012-08-01 13:20:39 -03: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 https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
describe_network_interfaces.rb https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
describe_placement_groups.rb
describe_regions.rb
describe_reserved_instances.rb
describe_reserved_instances_offerings.rb [aws|compute] fix mocks/tests around describe_reserved_instances_offerings 2012-11-12 10:46:21 -06:00
describe_security_groups.rb wrangled security tests into working 2012-03-20 16:38:21 -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 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 [aws|compute] fix mock filters for internet gateways/subnets/vpcs 2012-08-16 17:53:17 -05:00
detach_internet_gateway.rb VPC ELBs, Tests, and the introduction of the InternetGateway object 2012-05-22 15:15:06 -04:00
detach_network_interface.rb minor fix to ENI tests 2012-04-01 22:29:36 -04: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
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 https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
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 AWS spot requests in a VPC by specifying subnet_id 2012-08-24 01:31:32 -06:00
reset_network_interface_attribute.rb https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
revoke_security_group_ingress.rb Changed verify_permission_options in mocked version of authorize_security_group_ingress 2012-03-15 14:30:40 +01:00
run_instances.rb [aws|compute] Pass empty groupIds when mocking. 2012-08-01 13:20:39 -03: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