Class: Aws::Lightsail::Types::RelationalDatabaseBundle

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The ID for the database bundle.

Returns:

  • (String)


13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
# File 'lib/aws-sdk-lightsail/types.rb', line 13041

class RelationalDatabaseBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :ram_size_in_gb,
  :disk_size_in_gb,
  :transfer_per_month_in_gb,
  :cpu_count,
  :is_encrypted,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#cpu_countInteger

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

Returns:

  • (Integer)


13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
# File 'lib/aws-sdk-lightsail/types.rb', line 13041

class RelationalDatabaseBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :ram_size_in_gb,
  :disk_size_in_gb,
  :transfer_per_month_in_gb,
  :cpu_count,
  :is_encrypted,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#disk_size_in_gbInteger

The size of the disk for the database bundle.

Returns:

  • (Integer)


13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
# File 'lib/aws-sdk-lightsail/types.rb', line 13041

class RelationalDatabaseBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :ram_size_in_gb,
  :disk_size_in_gb,
  :transfer_per_month_in_gb,
  :cpu_count,
  :is_encrypted,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#is_activeBoolean

A Boolean value indicating whether the database bundle is active.

Returns:

  • (Boolean)


13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
# File 'lib/aws-sdk-lightsail/types.rb', line 13041

class RelationalDatabaseBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :ram_size_in_gb,
  :disk_size_in_gb,
  :transfer_per_month_in_gb,
  :cpu_count,
  :is_encrypted,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#is_encryptedBoolean

A Boolean value indicating whether the database bundle is encrypted.

Returns:

  • (Boolean)


13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
# File 'lib/aws-sdk-lightsail/types.rb', line 13041

class RelationalDatabaseBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :ram_size_in_gb,
  :disk_size_in_gb,
  :transfer_per_month_in_gb,
  :cpu_count,
  :is_encrypted,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the database bundle.

Returns:

  • (String)


13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
# File 'lib/aws-sdk-lightsail/types.rb', line 13041

class RelationalDatabaseBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :ram_size_in_gb,
  :disk_size_in_gb,
  :transfer_per_month_in_gb,
  :cpu_count,
  :is_encrypted,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#priceFloat

The cost of the database bundle in US currency.

Returns:

  • (Float)


13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
# File 'lib/aws-sdk-lightsail/types.rb', line 13041

class RelationalDatabaseBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :ram_size_in_gb,
  :disk_size_in_gb,
  :transfer_per_month_in_gb,
  :cpu_count,
  :is_encrypted,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#ram_size_in_gbFloat

The amount of RAM in GB (for example, ‘2.0`) for the database bundle.

Returns:

  • (Float)


13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
# File 'lib/aws-sdk-lightsail/types.rb', line 13041

class RelationalDatabaseBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :ram_size_in_gb,
  :disk_size_in_gb,
  :transfer_per_month_in_gb,
  :cpu_count,
  :is_encrypted,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_per_month_in_gbInteger

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

Returns:

  • (Integer)


13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
# File 'lib/aws-sdk-lightsail/types.rb', line 13041

class RelationalDatabaseBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :ram_size_in_gb,
  :disk_size_in_gb,
  :transfer_per_month_in_gb,
  :cpu_count,
  :is_encrypted,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end