Class: Aws::Types::ExadataIormConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_plans::Array[Types::DbIormConfig]

Returns the value of attribute db_plans.

Returns:



1401
1402
1403
# File 'sig/types.rbs', line 1401

def db_plans
  @db_plans
end

#lifecycle_details::String

Returns the value of attribute lifecycle_details.

Returns:

  • (::String)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def lifecycle_details
  @lifecycle_details
end

#lifecycle_state"BOOTSTRAPPING", ...

Returns the value of attribute lifecycle_state.

Returns:

  • ("BOOTSTRAPPING", "DISABLED", "ENABLED", "FAILED", "UPDATING")


1403
1404
1405
# File 'sig/types.rbs', line 1403

def lifecycle_state
  @lifecycle_state
end

#objective"AUTO", ...

Returns the value of attribute objective.

Returns:

  • ("AUTO", "BALANCED", "BASIC", "HIGH_THROUGHPUT", "LOW_LATENCY")


1404
1405
1406
# File 'sig/types.rbs', line 1404

def objective
  @objective
end