IDbSystem.ComputeModel Property

Definition

The compute model for Base Database Service. This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "ECPU", "OCPU" })]
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="computeModel", Update=false)]
public string ComputeModel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "ECPU", "OCPU" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="computeModel", Update=false)>]
member this.ComputeModel : string with get, set
Public Property ComputeModel As String

Property Value

Attributes

Applies to