Show / Hide Table of Contents

Class ExadataIormConfig

The IORM settings of the Exadata DB system.

Inheritance
object
ExadataIormConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ExadataIormConfig

Properties

DbPlans

Declaration
[JsonProperty(PropertyName = "dbPlans")]
public List<DbIormConfig> DbPlans { get; set; }
Property Value
Type Description
List<DbIormConfig>

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

LifecycleDetails

Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type Description
string

Additional information about the current lifecycleState.

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExadataIormConfig.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
ExadataIormConfig.LifecycleStateEnum?

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

Objective

Declaration
[JsonProperty(PropertyName = "objective")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExadataIormConfig.ObjectiveEnum? Objective { get; set; }
Property Value
Type Description
ExadataIormConfig.ObjectiveEnum?

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

In this article
Back to top