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
Wesley Beary 9c3bf8edcc Merge pull request #652 from estonfer/master
Adds the ability to specify security groups by SecurityGroupId which is needed for VPC Security Groups
2011-12-15 08:10:58 -08:00
..
allocate_address.rb
associate_address.rb
attach_volume.rb
authorize_security_group_ingress.rb [aws|compute] Test for more invalid security group request input when mocking. 2011-10-28 15:00:16 -03:00
cancel_spot_instance_requests.rb
create_image.rb
create_key_pair.rb
create_placement_group.rb
create_security_group.rb
create_snapshot.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
create_spot_datafeed_subscription.rb
create_tags.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
create_volume.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
delete_key_pair.rb
delete_placement_group.rb
delete_security_group.rb [aws|compute] Update security group operations. 2011-10-28 13:49:55 -03:00
delete_snapshot.rb
delete_spot_datafeed_subscription.rb
delete_tags.rb [aws|compute] Fix a bug in delete_tags, but come up against a bug in AWS where tags aren't deleted if the resource still exists. 2011-10-07 18:35:53 -07:00
delete_volume.rb
deregister_image.rb
describe_addresses.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_availability_zones.rb added sa-east-1 region 2011-12-15 12:37:31 +00:00
describe_images.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_instance_status.rb Add implementation of DescribeInstanceStatus. 2011-12-02 15:28:34 -08:00
describe_instances.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_key_pairs.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_placement_groups.rb
describe_regions.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_reserved_instances.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_reserved_instances_offerings.rb
describe_security_groups.rb indentation fix 2011-12-15 10:42:02 -05:00
describe_snapshots.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_spot_datafeed_subscription.rb
describe_spot_instance_requests.rb
describe_spot_price_history.rb
describe_tags.rb
describe_volumes.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
detach_volume.rb
disassociate_address.rb
get_console_output.rb
get_password_data.rb
import_key_pair.rb
modify_image_attribute.rb [aws|compute] Mock modify_image_attribute add/remove users. 2011-10-06 12:08:34 -07:00
modify_instance_attribute.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
modify_snapshot_attribute.rb
monitor_instances.rb
purchase_reserved_instances_offering.rb [aws|mock] Dig into mock data instead of instantiating new service objects. 2011-10-05 15:52:09 -07:00
reboot_instances.rb
register_image.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
release_address.rb
request_spot_instances.rb
revoke_security_group_ingress.rb [aws|compute] Test for more invalid security group request input when mocking. 2011-10-28 15:00:16 -03:00
run_instances.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
start_instances.rb
stop_instances.rb
terminate_instances.rb
unmonitor_instances.rb