ICloudVMClusterUpdateProperties.OcpuCount Property

Definition

The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="ocpuCount", Update=true)]
public float? OcpuCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="ocpuCount", Update=true)>]
member this.OcpuCount : Nullable<single> with get, set
Public Property OcpuCount As Nullable(Of Single)

Property Value

Attributes

Applies to