The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::Lightsail::RelationalDatabaseBundle

USAGE

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::RelationalDatabaseBundle 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::RelationalDatabaseBundle object:

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

DESCRIPTION

Describes a database bundle. A bundle describes the performance specifications of the database.

ATTRIBUTES

BundleId => Str

  The ID for the database bundle.

CpuCount => Int

  The number of virtual CPUs (vCPUs) for the database bundle.

DiskSizeInGb => Int

  The size of the disk for the database bundle.

IsActive => Bool

  A Boolean value indicating whether the database bundle is active.

IsEncrypted => Bool

  A Boolean value indicating whether the database bundle is encrypted.

Name => Str

  The name for the database bundle.

Price => Num

  The cost of the database bundle in US currency.

RamSizeInGb => Num

  The amount of RAM in GB (for example, C<2.0>) for the database bundle.

TransferPerMonthInGb => Int

  The data transfer rate per month in GB for the database bundle.

SEE ALSO

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

BUGS and CONTRIBUTIONS

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