1Net::Amazon::EC2::VolumUes(e3r)Contributed Perl DocumentNaetti:o:nAmazon::EC2::Volume(3)
2
3
4
6 Net::Amazon::EC2::Volume
7
9 A class representing a volume
10
12 volume_id (required)
13 The ID of the volume.
14
15 size (required)
16 The size, in GiB (1GiB = 2^30 octects)
17
18 snapshot_id (optional)
19 The ID of the snapshot which this volume was created from (if any).
20
21 zone (required)
22 The availability zone the volume was creared in.
23
24 status (required)
25 The volume's status.
26
27 create_time (required)
28 The time the volume was created.
29
30 attachments (optional)
31 An array ref of Net:Amazon::EC2::Attachment objects.
32
34 Jeff Kim <cpan@chosec.com>
35
37 Copyright (c) 2006-2010 Jeff Kim. This program is free software; you
38 can redistribute it and/or modify it under the same terms as Perl
39 itself.
40
41
42
43perl v5.12.0 2010-01-24 Net::Amazon::EC2::Volume(3)