Class: Aws::Odb::Types::ResourcePoolSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#available_compute_capacityInteger

The available compute capacity in the resource pool.

Returns:

  • (Integer)


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_bsFloat

The available storage capacity in the resource pool, in TB.

Returns:

  • (Float)


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_disabledBoolean

Indicates whether the resource pool is disabled.

Returns:

  • (Boolean)


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_sizeInteger

The number of Autonomous Databases that the resource pool can contain.

Returns:

  • (Integer)


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_bsInteger

The total storage size of the resource pool, in terabytes (TB).

Returns:

  • (Integer)


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_capacityInteger

The total compute capacity of the resource pool.

Returns:

  • (Integer)


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