Module: Fog::Parsers::AWS::Compute

Defined in:
lib/fog/compute/parsers/aws/basic.rb,
lib/fog/compute/parsers/aws/create_image.rb,
lib/fog/compute/parsers/aws/attach_volume.rb,
lib/fog/compute/parsers/aws/create_volume.rb,
lib/fog/compute/parsers/aws/describe_tags.rb,
lib/fog/compute/parsers/aws/detach_volume.rb,
lib/fog/compute/parsers/aws/run_instances.rb,
lib/fog/compute/parsers/aws/register_image.rb,
lib/fog/compute/parsers/aws/create_key_pair.rb,
lib/fog/compute/parsers/aws/create_snapshot.rb,
lib/fog/compute/parsers/aws/describe_images.rb,
lib/fog/compute/parsers/aws/import_key_pair.rb,
lib/fog/compute/parsers/aws/allocate_address.rb,
lib/fog/compute/parsers/aws/deregister_image.rb,
lib/fog/compute/parsers/aws/describe_regions.rb,
lib/fog/compute/parsers/aws/describe_volumes.rb,
lib/fog/compute/parsers/aws/describe_addresses.rb,
lib/fog/compute/parsers/aws/describe_instances.rb,
lib/fog/compute/parsers/aws/describe_key_pairs.rb,
lib/fog/compute/parsers/aws/describe_snapshots.rb,
lib/fog/compute/parsers/aws/get_console_output.rb,
lib/fog/compute/parsers/aws/terminate_instances.rb,
lib/fog/compute/parsers/aws/start_stop_instances.rb,
lib/fog/compute/parsers/aws/describe_security_groups.rb,
lib/fog/compute/parsers/aws/describe_availability_zones.rb,
lib/fog/compute/parsers/aws/describe_reserved_instances.rb

Defined Under Namespace

Classes: AllocateAddress, AttachVolume, Basic, CreateImage, CreateKeyPair, CreateSnapshot, CreateVolume, DeregisterImage, DescribeAddresses, DescribeAvailabilityZones, DescribeImages, DescribeInstances, DescribeKeyPairs, DescribeRegions, DescribeReservedInstances, DescribeSecurityGroups, DescribeSnapshots, DescribeTags, DescribeVolumes, DetachVolume, GetConsoleOutput, ImportKeyPair, RegisterImage, RunInstances, StartStopInstances, TerminateInstances