The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Amazon::EC2::ReservedInstance

DESCRIPTION

A class representing a reserved instance.

ATTRIBUTES

reserved_instances_id (required)

The ID of the Reserved Instance.

instance_type (required)

The instance type on which the Reserved Instance can be used.

availability_zone (required)

The Availability Zone in which the Reserved Instance can be used.

duration (required)

The duration of the Reserved Instance, in seconds.

start (required)

The date and time the Reserved Instance started.

usage_price (required)

The usage price of the Reserved Instance, per hour.

fixed_price (required)

The purchase price of the Reserved Instance.

instance_count (required)

The number of Reserved Instances purchased.

product_description (required)

The Reserved Instance description.

state (required)

The state of the Reserved Instance purchase.

AUTHOR

Jeff Kim <cpan@chosec.com>

COPYRIGHT

Copyright (c) 2006-2010 Jeff Kim. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.