IClusterNode.MemoryInGiB Property

Definition

Total available memory on the cluster node (in GiB).

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="Total available memory on the cluster node (in GiB).", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="memoryInGiB", Update=false)]
public float? MemoryInGiB { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="Total available memory on the cluster node (in GiB).", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="memoryInGiB", Update=false)>]
member this.MemoryInGiB : Nullable<single>
Public ReadOnly Property MemoryInGiB As Nullable(Of Single)

Property Value

Attributes

Applies to