IExadataIormConfig.Objective Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "LowLatency", "HighThroughput", "Balanced", "Auto", "Basic" })]
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The current value for the IORM objective. The default is AUTO.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="objective", Update=true)]
public string Objective { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "LowLatency", "HighThroughput", "Balanced", "Auto", "Basic" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The current value for the IORM objective. The default is AUTO.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="objective", Update=true)>]
member this.Objective : string with get, set
Public Property Objective As String

Property Value

Attributes

Applies to