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

NAME

Net::Amazon::EC2::Volume

DESCRIPTION

A class representing a volume

ATTRIBUTES

volume_id (required)

The ID of the volume.

status (required)

The volume's status.

zone (required)

The availability zone the volume was creared in.

attachments (optional)

An array ref of Net:Amazon::EC2::Attachment objects.

create_time (required)

The time the volume was created.

snapshot_id (optional)

The ID of the snapshot which this volume was created from (if any).

size (required)

The size, in GiB (1GiB = 2^30 octects)

AUTHOR

Jeff Kim <jkim@chosec.com>

COPYRIGHT

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