Share via


IHost.OverallMemoryUsageGb Property

Definition

Gets the used physical memory on the host in GB.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets the used physical memory on the host in GB.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="overallMemoryUsageGB", Update=false)]
public long? OverallMemoryUsageGb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets the used physical memory on the host in GB.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="overallMemoryUsageGB", Update=false)>]
member this.OverallMemoryUsageGb : Nullable<int64>
Public ReadOnly Property OverallMemoryUsageGb As Nullable(Of Long)

Property Value

Attributes

Applies to