1Net::Amazon::EC2::InstaUnsceerStCaotnet(r3i)buted Perl DNoectu:m:eAnmtaaztoino:n:EC2::InstanceState(3)
2
3
4
6 Net::Amazon::EC2::InstanceState
7
9 A class representing the state of an instance.
10
12 code (required)
13 An interger representing the instance state. Valid values are:
14
15 • 0: pending
16
17 • 16: running
18
19 • 32: shutting-down
20
21 • 48: terminated
22
23 • 64: stopping
24
25 • 80: stopped
26
27 name (required)
28 The current named state of the instance. Valid values are:
29
30 • pending: the instance is in the process of being launched
31
32 • running: the instance launched (though booting may not be
33 completed)
34
35 • shutting-down: the instance started shutting down
36
37 • terminated: the instance terminated
38
39 • stopping: the instance is in the process of stopping
40
41 • stopped: the instance has been stopped
42
44 Jeff Kim <cpan@chosec.com>
45
47 Copyright (c) 2006-2010 Jeff Kim. This program is free software; you
48 can redistribute it and/or modify it under the same terms as Perl
49 itself.
50
51
52
53perl v5.38.0 2023-07-21Net::Amazon::EC2::InstanceState(3)