Net::Amazon::EC2::Attachment.3pm

Langue: en

Autres versions - même langue

Version: 2010-01-24 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Net::Amazon::EC2::Attachment

DESCRIPTION

A class representing a volume attachment to an instance

ATTRIBUTES

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.

AUTHOR

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.