NAME
Net::Amazon::EC2::Volume
DESCRIPTION
A class representing a volume
ATTRIBUTES
- volume_id (required)
-
The ID of the volume.
- size (required)
-
The size, in GiB (1GiB = 2^30 octects)
- snapshot_id (optional)
-
The ID of the snapshot which this volume was created from (if any).
- zone (required)
-
The availability zone the volume was creared in.
- status (required)
-
The volume's status.
- create_time (required)
-
The time the volume was created.
- attachments (optional)
-
An array ref of Net:Amazon::EC2::Attachment objects.
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.