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
Copyright (c) 2006-2009 Jeff Kim. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 55:
You forgot a '=back' before '=head1'