Show / Hide Table of Contents

Class ExadataIormConfigUpdateDetails

IORM Setting details for this Exadata System to be updated

Inheritance
object
ExadataIormConfigUpdateDetails
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 ExadataIormConfigUpdateDetails

Properties

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"

In this article
Back to top