IAutonomousDatabase.ProvisionableCpu Property

Definition

An array of CPU values that an Autonomous Database can be scaled to.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="An array of CPU values that an Autonomous Database can be scaled to.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="provisionableCpus", Update=false)]
public System.Collections.Generic.List<int> ProvisionableCpu { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="An array of CPU values that an Autonomous Database can be scaled to.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="provisionableCpus", Update=false)>]
member this.ProvisionableCpu : System.Collections.Generic.List<int>
Public ReadOnly Property ProvisionableCpu As List(Of Integer)

Property Value

Attributes

Applies to