AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Lightsail.Model.Bundle

Namespace: Amazon.Lightsail.Model
Assembly: AWSSDK.Lightsail.dll
Version: 3.x.y.z

Syntax

C#
public class Bundle

The Bundle type exposes the following members

Constructors

NameDescription
Public Method Bundle()

Properties

NameTypeDescription
Public Property BundleId System.String

Gets and sets the property BundleId.

The bundle ID (micro_1_0).

Public Property CpuCount System.Int32

Gets and sets the property CpuCount.

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

Public Property DiskSizeInGb System.Int32

Gets and sets the property DiskSizeInGb.

The size of the SSD (30).

Public Property InstanceType System.String

Gets and sets the property InstanceType.

The Amazon EC2 instance type (t2.micro).

Public Property IsActive System.Boolean

Gets and sets the property IsActive.

A Boolean value indicating whether the bundle is active.

Public Property Name System.String

Gets and sets the property Name.

A friendly name for the bundle (Micro).

Public Property Power System.Int32

Gets and sets the property Power.

A numeric value that represents the power of the bundle (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.

Public Property Price System.Single

Gets and sets the property Price.

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

Public Property PublicIpv4AddressCount System.Int32

Gets and sets the property PublicIpv4AddressCount.

An integer that indicates the public ipv4 address count included in the bundle, the value is either 0 or 1.

Public Property RamSizeInGb System.Single

Gets and sets the property RamSizeInGb.

The amount of RAM in GB (2.0).

Public Property SupportedAppCategories System.Collections.Generic.List<System.String>

Gets and sets the property SupportedAppCategories.

Virtual computer blueprints that are supported by a Lightsail for Research bundle.

This parameter only applies to Lightsail for Research resources.

Public Property SupportedPlatforms System.Collections.Generic.List<System.String>

Gets and sets the property SupportedPlatforms.

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.

Public Property TransferPerMonthInGb System.Int32

Gets and sets the property TransferPerMonthInGb.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5