|
|
| |
Net::Amazon::EC2::Attachment(3) |
User Contributed Perl Documentation |
Net::Amazon::EC2::Attachment(3) |
Net::Amazon::EC2::Attachment
A class representing a volume attachment to an instance
- volume_id (required)
- The ID of the volume.
- instance_id (optional)
- The ID of the instance which this volume was attached to.
- device (required)
- The device path on the instance that the volume was attached as.
- status (required)
- The attachment's status.
- attach_time (required)
- The time the volume was attached.
- delete_on_termination (required)
- This boolean indicates if an volume is terminated upon instance
termination.
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.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |