Net::Amazon::EC2::InstanceState.3pm

Langue: en

Autres versions - même langue

Version: 2008-07-23 (fedora - 05/07/09)

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
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

AUTHOR

Jeff Kim <jkim@chosec.com> Copyright (c) 2006-2008 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 55:
You forgot a '=back' before '=head1'