1Net::Amazon::EC2::DescrUisbeerImCaognetsrRiebsuptNoeendts:eP:(eA3rm)lazDoonc:u:mEeCn2t:a:tDieosncribeImagesResponse(3)
2
3
4
6 Net::Amazon::EC2::DescribeImagesResponse
7
9 A class representing a machine image.
10
12 image_id (required)
13 The image_id you you are describing the image attributes of.
14
15 image_location (required)
16 Path to the AMI itself
17
18 image_state (required)
19 Current state of the AMI. If the operation returns available, the
20 image is successfully registered and available for launching If the
21 operation returns deregistered, the image is deregistered and no
22 longer available for launching.
23
24 image_owner_id (required)
25 AWS access key id of the owner of the image.
26
27 is_public (required)
28 This is true if the AMI can be launched by anyone (has public
29 launch permissions) or false if its only able to be run by the
30 owner of the AMI.
31
32 product_codes (optional)
33 An array ref of Net::Amazon::EC2::ProductCode objects (if any)
34 associated with this AMI.
35
36 architecture (optional)
37 The AMI architecture (i386 or x86_64).
38
39 image_type (optional)
40 The type of AMI this is. Valid values are:
41
42 machine
43 kernel
44 ramdisk
45 kernel_id (optional)
46 The kernel id associated with this AMI (if any). This is only
47 defined for machine type AMIs.
48
49 ramdisk_id (optional)
50 The ramdisk id associated with this AMI (if any). This is only
51 defined for machine type AMIs.
52
53 platform (optional)
54 The operating system of the instance.
55
56 state_reason (optional)
57 A Net::Amazon::EC2::StateReason object representing the stage
58 change.
59
60 image_owner_alias (optional)
61 The AWS account alias (e.g., "amazon", "redhat", "self", etc.) or
62 AWS account ID that owns the AMI.
63
64 name (optional)
65 The name of the AMI that was provided during image creation.
66
67 description (optional)
68 The description of the AMI that was provided during image creation.
69
70 root_device_type (optional)
71 The root device type used by the AMI. The AMI can use an Amazon EBS
72 or instance store root device.
73
74 root_device_name (optional)
75 The root device name (e.g., /dev/sda1).
76
77 block_device_mapping (optional)
78 An array ref of Net::Amazon::EC2::BlockDeviceMapping objects.
79
81 Jeff Kim <cpan@chosec.com>
82
84 Copyright (c) 2006-2010 Jeff Kim. This program is free software; you
85 can redistribute it and/or modify it under the same terms as Perl
86 itself.
87
88
89
90perl v5.34.0 20N2e2t-:0:1A-m2a1zon::EC2::DescribeImagesResponse(3)