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
Edward Muller 57679f4256 Fix describe_instances stateReason handling
Before this the state_reason code was always 0 ('..'.to_i) and message
was lost
2012-11-15 18:47:31 -08: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_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 [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
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_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
delete_dhcp_options.rb this adds the dhcp_options object and associated operations 2012-06-04 16:03:34 -04:00
delete_internet_gateway.rb VPC ELBs, Tests, and the introduction of the InternetGateway object 2012-05-22 15:15:06 -04:00
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_subnet.rb [aws]Add in subnets 2012-03-11 23:15:37 -04:00
delete_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_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 Fix describe_instances stateReason handling 2012-11-15 18:47:31 -08: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_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_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 https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04: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 [aws|compute] Support for EBS-optimized instances. 2012-08-01 13:10:06 -03: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 Enable AWS spot requests in a VPC by specifying subnet_id 2012-08-24 01:31:32 -06: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