|
|
| |
Net::Amazon::EC2::InstanceState(3) |
User Contributed Perl Documentation |
Net::Amazon::EC2::InstanceState(3) |
Net::Amazon::EC2::InstanceState
A class representing the state of an instance.
- 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
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. |