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/parsers/compute
2013-09-17 10:05:41 -04:00
..
allocate_address.rb make eips useable in a VPC 2012-02-13 22:00:40 -05:00
associate_address.rb associate EIPs in a vpc 2012-02-21 09:12:56 -05:00
associate_route_table.rb support for aws compute route tables. TODO: add mocks 2013-08-16 09:43:12 -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 [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
basic.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
cancel_spot_instance_requests.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
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 this adds the dhcp_options object and associated operations 2012-06-04 16:03:34 -04:00
create_image.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_internet_gateway.rb VPC ELBs, Tests, and the introduction of the InternetGateway object 2012-05-22 15:15:06 -04:00
create_key_pair.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
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_route_table.rb Change routeTableSet to routeTable for createRouteTable, since it only returns one on creation, yet our mocks were not showing that same functionality. 2013-08-16 10:52:18 -04:00
create_security_group.rb Removed merge commit 2012-03-20 14:58:24 +01:00
create_snapshot.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_subnet.rb [aws]Add in subnets 2012-03-11 23:15:37 -04:00
create_volume.rb [aws|compute] Support creating and describing volumes with provisioned IOPS. 2012-08-01 11:57:06 -03:00
create_vpc.rb basic VPC creation 2012-03-05 22:47:10 -05:00
deregister_image.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_account_attributes.rb [aws|elb] add new style default security group 2013-08-08 09:52:19 -04:00
describe_addresses.rb associate EIPs in a vpc 2012-02-21 09:12:56 -05:00
describe_availability_zones.rb [aws|ec2] describe_availability_zones parser handles nested <item> tags 2012-10-22 21:50:12 -04:00
describe_dhcp_options.rb this adds the dhcp_options object and associated operations 2012-06-04 16:03:34 -04:00
describe_images.rb [compute|aws] fix for describe_images parser that accidently split records 2012-02-08 10:10:34 -06:00
describe_instance_status.rb [aws|compute] DescribeInstanceStatus code within eventsSet goes on the item. 2012-08-08 21:35:55 -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 VPC ELBs, Tests, and the introduction of the InternetGateway object 2012-05-22 15:15:06 -04:00
describe_key_pairs.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
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 [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_regions.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_reserved_instances.rb Added usagePrice the hourly cost for a reserved instance 2012-10-10 19:42:44 +02:00
describe_reserved_instances_offerings.rb [aws|compute] add offeringType to output from describe_reserved_instances_offerings 2012-11-09 14:13:09 -08:00
describe_route_tables.rb Updated association to always contain optional fields. 2013-08-16 11:03:18 -04:00
describe_security_groups.rb [compute|aws] fix error in describe_security_groups parser 2012-02-18 10:54:23 -06:00
describe_snapshots.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_spot_price_history.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_subnets.rb [aws]Add in subnets 2012-03-11 23:15:37 -04:00
describe_tags.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_volume_status.rb Fix up describe_volume_status to work with THE ARRAYZ. ✌️ 2012-06-16 15:43:34 +02: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 basic VPC creation 2012-03-05 22:47:10 -05:00
detach_volume.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
get_console_output.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
get_password_data.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
import_key_pair.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
monitor_unmonitor_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
network_interface_parser.rb https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
purchase_reserved_instances_offering.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
register_image.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
run_instances.rb ec2 - added support for associating public ip with vpc instance on launch 2013-09-17 10:05:41 -04:00
spot_datafeed_subscription.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
spot_instance_requests.rb test spot instance request parser 2013-02-12 14:34:48 -08:00
start_stop_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
terminate_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00