Class: Aws::Lightsail::Types::RelationalDatabaseBundle
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RelationalDatabaseBundle
- 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
-
#bundle_id ⇒ String
The ID for the database bundle.
-
#cpu_count ⇒ Integer
The number of virtual CPUs (vCPUs) for the database bundle.
-
#disk_size_in_gb ⇒ Integer
The size of the disk for the database bundle.
-
#is_active ⇒ Boolean
A Boolean value indicating whether the database bundle is active.
-
#is_encrypted ⇒ Boolean
A Boolean value indicating whether the database bundle is encrypted.
-
#name ⇒ String
The name for the database bundle.
-
#price ⇒ Float
The cost of the database bundle in US currency.
-
#ram_size_in_gb ⇒ Float
The amount of RAM in GB (for example, ‘2.0`) for the database bundle.
-
#transfer_per_month_in_gb ⇒ Integer
The data transfer rate per month in GB for the database bundle.
Instance Attribute Details
#bundle_id ⇒ String
The ID for the database bundle.
13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13096 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_count ⇒ Integer
The number of virtual CPUs (vCPUs) for the database bundle.
13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13096 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_gb ⇒ Integer
The size of the disk for the database bundle.
13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13096 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_active ⇒ Boolean
A Boolean value indicating whether the database bundle is active.
13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13096 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_encrypted ⇒ Boolean
A Boolean value indicating whether the database bundle is encrypted.
13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13096 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 |
#name ⇒ String
The name for the database bundle.
13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13096 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 |
#price ⇒ Float
The cost of the database bundle in US currency.
13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13096 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_gb ⇒ Float
The amount of RAM in GB (for example, ‘2.0`) for the database bundle.
13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13096 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_gb ⇒ Integer
The data transfer rate per month in GB for the database bundle.
13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13096 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 |