GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Amazon::EC2::Volume(3) User Contributed Perl Documentation Net::Amazon::EC2::Volume(3)

Net::Amazon::EC2::Volume

A class representing a volume

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.
volume_type (optional)
The volume type.
iops (optional)
The number of I/O operations per second (IOPS) that the volume supports (only applies to volumes with a volume_type of io1).
attachments (optional)
An array ref of Net:Amazon::EC2::Attachment objects.
tag_set (optional)
The associated tags (key:value) of the specified volume.

Jeff Kim <cpan@chosec.com>

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.
2018-04-03 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.