Class ExadataIormConfigUpdateDetails
IORM Setting details for this Exadata System to be updated
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ExadataIormConfigUpdateDetailsProperties
DbPlans
Declaration
[JsonProperty(PropertyName = "dbPlans")]
public List<DbIormConfigUpdateDetail> DbPlans { get; set; }Property Value
| Type | Description | 
|---|---|
| List<DbIormConfigUpdateDetail> | Array of IORM Setting for all the database in this Exadata DB System | 
Objective
Declaration
[JsonProperty(PropertyName = "objective")]
[JsonConverter(typeof(StringEnumConverter))]
public ExadataIormConfigUpdateDetails.ObjectiveEnum? Objective { get; set; }Property Value
| Type | Description | 
|---|---|
| ExadataIormConfigUpdateDetails.ObjectiveEnum? | Value for the IORM objective Default is "Auto" |