Class: Aws::Odb::Types::ExadataIormConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ExadataIormConfig
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
The IORM settings of the Exadata DB system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_plans ⇒ Array<Types::DbIormConfig>
An array of IORM settings for all the database in the Exadata DB system.
-
#lifecycle_details ⇒ String
Additional information about the current lifecycleState.
-
#lifecycle_state ⇒ String
The current state of IORM configuration for the Exadata DB system.
-
#objective ⇒ String
The current value for the IORM objective.
Instance Attribute Details
#db_plans ⇒ Array<Types::DbIormConfig>
An array of IORM settings for all the database in the Exadata DB system.
3291 3292 3293 3294 3295 3296 3297 3298 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3291 class ExadataIormConfig < Struct.new( :db_plans, :lifecycle_details, :lifecycle_state, :objective) SENSITIVE = [] include Aws::Structure end |
#lifecycle_details ⇒ String
Additional information about the current lifecycleState.
3291 3292 3293 3294 3295 3296 3297 3298 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3291 class ExadataIormConfig < Struct.new( :db_plans, :lifecycle_details, :lifecycle_state, :objective) SENSITIVE = [] include Aws::Structure end |
#lifecycle_state ⇒ String
The current state of IORM configuration for the Exadata DB system.
3291 3292 3293 3294 3295 3296 3297 3298 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3291 class ExadataIormConfig < Struct.new( :db_plans, :lifecycle_details, :lifecycle_state, :objective) SENSITIVE = [] include Aws::Structure end |
#objective ⇒ String
The current value for the IORM objective. The default is AUTO.
3291 3292 3293 3294 3295 3296 3297 3298 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3291 class ExadataIormConfig < Struct.new( :db_plans, :lifecycle_details, :lifecycle_state, :objective) SENSITIVE = [] include Aws::Structure end |