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.

Container for the parameters to the GetBundles operation. Returns the bundles that you can apply to an Amazon Lightsail instance when you create it.

A bundle describes the specifications of an instance, such as the monthly cost, amount of memory, the number of vCPUs, amount of storage space, and monthly network data transfer quota.

Bundles are referred to as instance plans in the Lightsail console.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Lightsail.AmazonLightsailRequest
      Amazon.Lightsail.Model.GetBundlesRequest

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

Syntax

C#
public class GetBundlesRequest : AmazonLightsailRequest
         IAmazonWebServiceRequest

The GetBundlesRequest type exposes the following members

Constructors

NameDescription
Public Method GetBundlesRequest()

Properties

NameTypeDescription
Public Property AppCategory Amazon.Lightsail.AppCategory

Gets and sets the property AppCategory.

Returns a list of bundles that are specific to Lightsail for Research.

You must use this parameter to view Lightsail for Research bundles.

Public Property IncludeInactive System.Boolean

Gets and sets the property IncludeInactive.

A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.

Public Property PageToken System.String

Gets and sets the property PageToken.

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetBundles request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

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