GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::EC2::Image(3) User Contributed Perl Documentation Paws::EC2::Image(3)

Paws::EC2::Image

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::EC2::Image object:

  $service_obj->Method(Att1 => { Architecture => $value, ..., VirtualizationType => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::Image object:

  $result = $service_obj->Method(...);
  $result->Att1->Architecture

This class has no description

The architecture of the image.

Any block device mapping entries.

The boot mode of the image. For more information, see Boot modes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) in the Amazon Elastic Compute Cloud User Guide.

The date and time the image was created.

The date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.

The description of the AMI that was provided during image creation.

Specifies whether enhanced networking with ENA is enabled.

The hypervisor type of the image.

The ID of the AMI.

The location of the AMI.

The AWS account alias (for example, "amazon", "self") or the AWS account ID of the AMI owner.

The type of image.

The kernel associated with the image, if any. Only applicable for machine images.

The name of the AMI that was provided during image creation.

The AWS account ID of the image owner.

This value is set to "windows" for Windows AMIs; otherwise, it is blank.

The platform details associated with the billing code of the AMI. For more information, see Obtaining Billing Information (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html) in the Amazon Elastic Compute Cloud User Guide.

Any product codes associated with the AMI.

Indicates whether the image has public launch permissions. The value is "true" if this image has public launch permissions or "false" if it has only implicit and explicit launch permissions.

The RAM disk associated with the image, if any. Only applicable for machine images.

The device name of the root device volume (for example, "/dev/sda1").

The type of root device used by the AMI. The AMI can use an EBS volume or an instance store volume.

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

The current state of the AMI. If the state is "available", the image is successfully registered and can be used to launch an instance.

The reason for the state change.

Any tags assigned to the image.

The operation of the Amazon EC2 instance and the billing code that is associated with the AMI. "usageOperation" corresponds to the lineitem/Operation (https://docs.aws.amazon.com/cur/latest/userguide/Lineitem-columns.html#Lineitem-details-O-Operation) column on your AWS Cost and Usage Report and in the AWS Price List API (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html). For the list of "UsageOperation" codes, see Platform Details and Usage Operation Billing Codes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html#billing-info) in the Amazon Elastic Compute Cloud User Guide.

The type of virtualization of the AMI.

This class forms part of Paws, describing an object used in Paws::EC2

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.