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::Lightsail::Bundle(3) User Contributed Perl Documentation Paws::Lightsail::Bundle(3)

Paws::Lightsail::Bundle

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::Lightsail::Bundle object:

  $service_obj->Method(Att1 => { BundleId => $value, ..., TransferPerMonthInGb => $value  });

Results returned from an API call

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

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

Describes a bundle, which is a set of specs describing your virtual private server (or instance).

The bundle ID (e.g., "micro_1_0").

The number of vCPUs included in the bundle (e.g., 2).

The size of the SSD (e.g., 30).

The Amazon EC2 instance type (e.g., "t2.micro").

A Boolean value indicating whether the bundle is active.

A friendly name for the bundle (e.g., "Micro").

A numeric value that represents the power of the bundle (e.g., 500). You can use the bundle's power value in conjunction with a blueprint's minimum power value to determine whether the blueprint will run on the bundle. For example, you need a bundle with a power value of 500 or more to create an instance that uses a blueprint with a minimum power value of 500.

The price in US dollars (e.g., 5.0) of the bundle.

The amount of RAM in GB (e.g., 2.0).

The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports. You can only launch a "WINDOWS" bundle on a blueprint that supports the "WINDOWS" platform. "LINUX_UNIX" blueprints require a "LINUX_UNIX" bundle.

The data transfer rate per month in GB (e.g., 2000).

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

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.