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:



3298
3299
3300
3301
3302
3303
3304
3305
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3298

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)


3298
3299
3300
3301
3302
3303
3304
3305
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3298

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)


3298
3299
3300
3301
3302
3303
3304
3305
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3298

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)


3298
3299
3300
3301
3302
3303
3304
3305
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3298

class ExadataIormConfig < Struct.new(
  :db_plans,
  :lifecycle_details,
  :lifecycle_state,
  :objective)
  SENSITIVE = []
  include Aws::Structure
end