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
VM::EC2::Spot::LaunchSpecification(3) User Contributed Perl Documentation VM::EC2::Spot::LaunchSpecification(3)

VM::EC2::Spot::LaunchSpecification - Object describing an Amazon EC2 spot instance launch specification

See "SPOT INSTANCES" in VM::EC2, and VM::EC2::Spot::InstanceRequest.

This object represents an Amazon EC2 spot instance launch specification, which is returned by a VM::EC2::Spot::InstanceRequest object's launchSpecification() method. It provides information about the spot instance request.

These object methods are supported:

 imageId           -- the ID of the image to be used for the request
 keyName           -- the ssh keyname for instances created by the request
 groupSet          -- a list of VM::EC2::Group objects representing the launch 
                      groups for spot instances created under this request.
 addressingType    -- Deprecated and undocumented, but present in the EC2 API
 instanceType      -- type of instances created by the request
 placement         -- availability zone for instances created by the request
 kernelId          -- kernel ID to be used for instances launched by the request
 ramdiskId         -- ramdisk ID to be used for instances launched by the request
 blockDeviceMapping -- List of VM::EC2::BlockDevice::Mapping objects describing
                      the block devices to be attached to instances launched by the
                      request.
 monitoring        -- A true value if detailed monitoring was requested for these
                      instances.
 subnetId          -- Subnet ID in which to place instances launched under this
                      request (VPC only).

VM::EC2 VM::EC2::Generic VM::EC2::Spot::InstanceRequest VM::EC2::Error

Lincoln Stein <lincoln.stein@gmail.com>.

Copyright (c) 2011 Ontario Institute for Cancer Research

This package and its accompanying libraries is free software; you can redistribute it and/or modify it under the terms of the GPL (either version 1, or at your option, any later version) or the Artistic License 2.0. Refer to LICENSE for the full license text. In addition, please see DISCLAIMER.txt for disclaimers of warranty.

2022-04-07 perl v5.32.1

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.