Net::Amazon::EC2::RunningInstances.3pm

Langue: en

Autres versions - même langue

Version: 2008-07-23 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Net::Amazon::EC2::RunningInstances

DESCRIPTION

A class representing a running instance.

ATTRIBUTES

ami_launch_index (optional)
The AMI launch index, which can be used to find this instance within the launch group.
dns_name (optional)
The public DNS name assigned to the instance. This DNS name is contactable from outside the Amazon EC2 network. This element remains empty until the instance enters a running state.
image_id (required)
The image id of the AMI currently running in this instance.
instance_id (required)
The instance id of the launched instance.
instance_state (required)
An Net::Amazon::EC2::InstanceState object.
instance_type (required)
The type of instance launched.
key_name (optional)
The key pair name the instance was launched with.
launch_time (required)
The time the instance was started.
placement (required)
A Net::Amazon::EC2::PlacementResponse object.
private_dns_name (optional)
The private DNS name assigned to the instance. This DNS name can only be used inside the Amazon EC2 network. This element remains empty until the instance enters a running state.
product_codes (optional)
An array ref of Net::Amazon::EC2::ProductCode objects.
reason (optional)
The reason for the most recent state transition.

AUTHOR

Jeff Kim <jkim@chosec.com> Copyright (c) 2006-2008 Jeff Kim. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 97:
You forgot a '=back' before '=head1'