Net::Amazon::EC2::InstanceState.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::InstanceState

DESCRIPTION

A class representing the state of an instance.

ATTRIBUTES

code (required)
An interger representing the instance state. Valid values are:
*
0: pending
*
16: running
*
32: shutting-down
*
48: terminated
*
64: stopping
*
80: stopped
name (required)
The current named state of the instance. Valid values are:
*
pending: the instance is in the process of being launched
*
running: the instance launched (though booting may not be completed)
*
shutting-down: the instance started shutting down
*
terminated: the instance terminated
*
stopping: the instance is in the process of stopping
*
stopped: the instance has been stopped

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.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 63:
You forgot a '=back' before '=head1'