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 volume_type (optional)
31 The volume type.
32
33 iops (optional)
34 The number of I/O operations per second (IOPS) that the volume
35 supports (only applies to volumes with a volume_type of io1).
36
37 attachments (optional)
38 An array ref of Net:Amazon::EC2::Attachment objects.
39
40 tag_set (optional)
41 The associated tags (key:value) of the specified volume.
42
44 Jeff Kim <cpan@chosec.com>
45
47 Copyright (c) 2006-2010 Jeff Kim. This program is free software; you
48 can redistribute it and/or modify it under the same terms as Perl
49 itself.
50
51
52
53perl v5.38.0 2023-07-21 Net::Amazon::EC2::Volume(3)