IDbSystemShapeProperties.MinMemoryPerNodeInGb Property

Definition

The minimum memory that need be allocated per node for this shape.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The minimum memory that need be allocated per node for this shape.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="minMemoryPerNodeInGbs", Update=false)]
public int? MinMemoryPerNodeInGb { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The minimum memory that need be allocated per node for this shape.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="minMemoryPerNodeInGbs", Update=true)]
public int? MinMemoryPerNodeInGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The minimum memory that need be allocated per node for this shape.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="minMemoryPerNodeInGbs", Update=false)>]
member this.MinMemoryPerNodeInGb : Nullable<int>
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The minimum memory that need be allocated per node for this shape.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="minMemoryPerNodeInGbs", Update=true)>]
member this.MinMemoryPerNodeInGb : Nullable<int> with get, set
Public ReadOnly Property MinMemoryPerNodeInGb As Nullable(Of Integer)
Public Property MinMemoryPerNodeInGb As Nullable(Of Integer)

Property Value

Attributes

Applies to