Class: Aws::Odb::Types::ResourcePoolSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ResourcePoolSummary
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
The configuration of a resource pool for an Autonomous Database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#available_compute_capacity ⇒ Integer
The available compute capacity in the resource pool.
-
#available_storage_capacity_in_t_bs ⇒ Float
The available storage capacity in the resource pool, in TB.
-
#is_disabled ⇒ Boolean
Indicates whether the resource pool is disabled.
-
#pool_size ⇒ Integer
The number of Autonomous Databases that the resource pool can contain.
-
#pool_storage_size_in_t_bs ⇒ Integer
The total storage size of the resource pool, in terabytes (TB).
-
#total_compute_capacity ⇒ Integer
The total compute capacity of the resource pool.
Instance Attribute Details
#available_compute_capacity ⇒ Integer
The available compute capacity in the resource pool.
8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8158 class ResourcePoolSummary < Struct.new( :is_disabled, :pool_size, :pool_storage_size_in_t_bs, :available_storage_capacity_in_t_bs, :total_compute_capacity, :available_compute_capacity) SENSITIVE = [] include Aws::Structure end |
#available_storage_capacity_in_t_bs ⇒ Float
The available storage capacity in the resource pool, in TB.
8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8158 class ResourcePoolSummary < Struct.new( :is_disabled, :pool_size, :pool_storage_size_in_t_bs, :available_storage_capacity_in_t_bs, :total_compute_capacity, :available_compute_capacity) SENSITIVE = [] include Aws::Structure end |
#is_disabled ⇒ Boolean
Indicates whether the resource pool is disabled.
8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8158 class ResourcePoolSummary < Struct.new( :is_disabled, :pool_size, :pool_storage_size_in_t_bs, :available_storage_capacity_in_t_bs, :total_compute_capacity, :available_compute_capacity) SENSITIVE = [] include Aws::Structure end |
#pool_size ⇒ Integer
The number of Autonomous Databases that the resource pool can contain.
8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8158 class ResourcePoolSummary < Struct.new( :is_disabled, :pool_size, :pool_storage_size_in_t_bs, :available_storage_capacity_in_t_bs, :total_compute_capacity, :available_compute_capacity) SENSITIVE = [] include Aws::Structure end |
#pool_storage_size_in_t_bs ⇒ Integer
The total storage size of the resource pool, in terabytes (TB).
8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8158 class ResourcePoolSummary < Struct.new( :is_disabled, :pool_size, :pool_storage_size_in_t_bs, :available_storage_capacity_in_t_bs, :total_compute_capacity, :available_compute_capacity) SENSITIVE = [] include Aws::Structure end |
#total_compute_capacity ⇒ Integer
The total compute capacity of the resource pool.
8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8158 class ResourcePoolSummary < Struct.new( :is_disabled, :pool_size, :pool_storage_size_in_t_bs, :available_storage_capacity_in_t_bs, :total_compute_capacity, :available_compute_capacity) SENSITIVE = [] include Aws::Structure end |