Class: Aws::Odb::Types::ExadataIormConfig

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

Instance Attribute Details

#db_plansArray<Types::DbIormConfig>

An array of IORM settings for all the database in the Exadata DB system.

Returns:



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_detailsString

Additional information about the current lifecycleState.

Returns:

  • (String)


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_stateString

The current state of IORM configuration for the Exadata DB system.

Returns:

  • (String)


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

#objectiveString

The current value for the IORM objective. The default is AUTO.

Returns:

  • (String)


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