IDbServer.MemorySizeInGb Property

Definition

The total memory size in GBs.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The total memory size in GBs.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="memorySizeInGbs", Update=false)]
public int? MemorySizeInGb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The total memory size in GBs.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="memorySizeInGbs", Update=false)>]
member this.MemorySizeInGb : Nullable<int>
Public ReadOnly Property MemorySizeInGb As Nullable(Of Integer)

Property Value

Attributes

Applies to